We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b195e commit 10f395bCopy full SHA for 10f395b
CanaryValidator/Canary.Tests.ps1
@@ -222,9 +222,9 @@ while ($runCount -le $NumberOfIterations)
222
Get-AzSStorageSubsystem -Location $ResourceLocation
223
}
224
225
- Invoke-Usecase -Name 'GetAzureStackStorageShare' -Description "List all storage file shares" -UsecaseBlock `
+ Invoke-Usecase -Name 'GetAzureStackInfrastructureShare' -Description "List all storage file shares" -UsecaseBlock `
226
{
227
- Get-AzsStorageShare -Location $ResourceLocation
+ Get-AzsInfrastructureShare -Location $ResourceLocation
228
229
230
Invoke-Usecase -Name 'GetAzureStackScaleUnit' -Description "List Azure Stack scale units in specified Region" -UsecaseBlock `
0 commit comments