Skip to content

Commit 10f395b

Browse files
committed
Infra module corresponding changes
1 parent 02b195e commit 10f395b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CanaryValidator/Canary.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ while ($runCount -le $NumberOfIterations)
222222
Get-AzSStorageSubsystem -Location $ResourceLocation
223223
}
224224

225-
Invoke-Usecase -Name 'GetAzureStackStorageShare' -Description "List all storage file shares" -UsecaseBlock `
225+
Invoke-Usecase -Name 'GetAzureStackInfrastructureShare' -Description "List all storage file shares" -UsecaseBlock `
226226
{
227-
Get-AzsStorageShare -Location $ResourceLocation
227+
Get-AzsInfrastructureShare -Location $ResourceLocation
228228
}
229229

230230
Invoke-Usecase -Name 'GetAzureStackScaleUnit' -Description "List Azure Stack scale units in specified Region" -UsecaseBlock `

0 commit comments

Comments
 (0)