Skip to content

Commit b928300

Browse files
committed
Remove comment in SmokeTest/RmCoreSmokeTests.ps1.
1 parent 36a3023 commit b928300

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/Test/SmokeTest/RmCoreSmokeTests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ $resourceTestCommands = @(
106106
@{Name = "Az.DataShare"; Command = {Get-AzDataShareAccount -ResourceGroupName $resourceGroupName -ErrorAction Stop}},
107107
# Waiting for an issue fix: https://github.com/Azure/azure-powershell/issues/13522#issuecomment-728659457
108108
# @{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
110109
@{Name = "Az.DesktopVirtualization"; Command = {Get-AzWvdApplicationGroup -ResourceGroupName $resourceGroupName -ErrorAction Stop}},
111110
@{Name = "Az.DevTestLabs "; Command = {try {Get-AzDtlAllowedVMSizesPolicy -LabName nonexistent -ResourceGroupName nonexistent -ErrorAction Stop} catch {if ($_.ToString() -notlike "*'nonexistent' could not be found.") {throw $_}}}},
112111
@{Name = "Az.Dns"; Command = {Get-AzDnsZone -ErrorAction Stop}},

0 commit comments

Comments
 (0)