Skip to content

Commit

Permalink
update outdated az FindName() from MAR test
Browse files Browse the repository at this point in the history
  • Loading branch information
anamnavi committed Feb 12, 2025
1 parent 0f13698 commit e3cce0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Describe 'Test Find-PSResource for MAR Repository' -tags 'CI' {
It "Should find resource given specific Name, Version null" {
$res = Find-PSResource -Name "Az.Accounts" -Repository "MAR"
$res.Name | Should -Be "Az.Accounts"
$res.Version | Should -Be "4.0.0"
$res.Version | Should -Be "4.0.2"
}

It "Should find resource and its dependency given specific Name and Version" {
Expand Down

0 comments on commit e3cce0a

Please sign in to comment.