Skip to content

Commit

Permalink
Update RmCoreSmokeTests.ps1 (Azure#25742)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryEarly authored Aug 5, 2024
1 parent 9869090 commit 37f6a59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/Test/SmokeTest/RmCoreSmokeTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ $resourceTestCommands = @(
@{Name = "Az.Media"; Command = {Get-AzMediaService -ResourceGroupName $resourceGroupName}},
@{Name = "Az.Monitor"; Command = {Get-AzLogProfile}},
@{Name = "Az.Network"; Command = {Get-AzNetworkInterface}},
# comment temporarily, add back once fixed in test tenant
#@{Name = "Az.NotificationHubs"; Command = {Get-AzNotificationHubsNamespace}},
@{Name = "Az.NotificationHubs"; Command = {Get-AzNotificationHubsNamespace}},
@{Name = "Az.OperationalInsights [MngmPlane]"; Command = {Get-AzOperationalInsightsWorkspace}},
@{Name = "Az.OperationalInsights [DataPlane]"; Command = {Get-Command Invoke-AzOperationalInsightsQuery}},
@{Name = "Az.PolicyInsights"; Command = {Get-AzPolicyEvent -Top 10}}, # without -Top service may return 400: ResponseTooLarge
Expand Down

0 comments on commit 37f6a59

Please sign in to comment.