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 3629bca commit f846d7fCopy full SHA for f846d7f
tools/Test/SmokeTest/RmCoreSmokeTests.ps1
@@ -142,7 +142,6 @@ $resourceTestCommands = @(
142
@{Name = "Az.OperationalInsights [DataPlane]"; Command = {Get-Command Invoke-AzOperationalInsightsQuery}},
143
@{Name = "Az.PolicyInsights"; Command = {Get-AzPolicyEvent -Top 10}}, # without -Top service may return 400: ResponseTooLarge
144
@{Name = "Az.PowerBIEmbedded"; Command = {Get-AzPowerBIEmbeddedCapacity}},
145
- @{Name = "Az.PowerBIUEmbedded"; Command = {Get-AzPowerBIWorkspaceCollection}},
146
@{Name = "Az.PrivateDns"; Command = {Get-AzPrivateDnsZone}},
147
@{Name = "Az.RecoveryServices"; Command = {Get-AzRecoveryServicesVault}},
148
@{Name = "Az.RedisCache"; Command = {Get-AzRedisCache}},
0 commit comments