File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ $resourceTestCommands = @(
61
61
@ {Name = " Az.DataShare" ; Command = {Get-AzDataShareAccount - ResourceGroupName $resourceGroupName - ErrorAction Stop}},
62
62
# Waiting for an issue fix: https://github.com/Azure/azure-powershell/issues/13522#issuecomment-728659457
63
63
# @{Name = "Az.DeploymentManager"; Command = {try {Get-AzDeploymentManagerArtifactSource -ResourceGroupName $resourceGroupName -ErrorAction Stop}catch {if ($_.ToString() -notlike "*not found*") {throw $_}}}},
64
- @ {Name = " Az.DesktopVirtualization" ; Command = {Get-AzWvdApplicationGroup - ResourceGroupName $resourceGroupName - ErrorAction Stop}},
64
+ # Waiting for api '2020-11-02-preview' ready
65
+ # @{Name = "Az.DesktopVirtualization"; Command = {Get-AzWvdApplicationGroup -ResourceGroupName $resourceGroupName -ErrorAction Stop}},
65
66
@ {Name = " Az.DevTestLabs " ; Command = {try {Get-AzDtlAllowedVMSizesPolicy - LabName nonexistent - ResourceGroupName nonexistent - ErrorAction Stop} catch {if ($_.ToString () -notlike " *'nonexistent' could not be found." ) {throw $_ }}}},
66
67
@ {Name = " Az.Dns" ; Command = {Get-AzureRmDnsZone - ErrorAction Stop}},
67
68
@ {Name = " Az.EventGrid" ; Command = {Get-AzureRmEventGridTopic - ErrorAction Stop}},
You can’t perform that action at this time.
0 commit comments