Skip to content

Commit f846d7f

Browse files
authored
Remove PowerBIEmbedded workspace related smoke test (#23249)
1 parent 3629bca commit f846d7f

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
@@ -142,7 +142,6 @@ $resourceTestCommands = @(
142142
@{Name = "Az.OperationalInsights [DataPlane]"; Command = {Get-Command Invoke-AzOperationalInsightsQuery}},
143143
@{Name = "Az.PolicyInsights"; Command = {Get-AzPolicyEvent -Top 10}}, # without -Top service may return 400: ResponseTooLarge
144144
@{Name = "Az.PowerBIEmbedded"; Command = {Get-AzPowerBIEmbeddedCapacity}},
145-
@{Name = "Az.PowerBIUEmbedded"; Command = {Get-AzPowerBIWorkspaceCollection}},
146145
@{Name = "Az.PrivateDns"; Command = {Get-AzPrivateDnsZone}},
147146
@{Name = "Az.RecoveryServices"; Command = {Get-AzRecoveryServicesVault}},
148147
@{Name = "Az.RedisCache"; Command = {Get-AzRedisCache}},

0 commit comments

Comments
 (0)