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