Skip to content

Commit 37f6a59

Browse files
authored
Update RmCoreSmokeTests.ps1 (#25742)
1 parent 9869090 commit 37f6a59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/Test/SmokeTest/RmCoreSmokeTests.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ $resourceTestCommands = @(
135135
@{Name = "Az.Media"; Command = {Get-AzMediaService -ResourceGroupName $resourceGroupName}},
136136
@{Name = "Az.Monitor"; Command = {Get-AzLogProfile}},
137137
@{Name = "Az.Network"; Command = {Get-AzNetworkInterface}},
138-
# comment temporarily, add back once fixed in test tenant
139-
#@{Name = "Az.NotificationHubs"; Command = {Get-AzNotificationHubsNamespace}},
138+
@{Name = "Az.NotificationHubs"; Command = {Get-AzNotificationHubsNamespace}},
140139
@{Name = "Az.OperationalInsights [MngmPlane]"; Command = {Get-AzOperationalInsightsWorkspace}},
141140
@{Name = "Az.OperationalInsights [DataPlane]"; Command = {Get-Command Invoke-AzOperationalInsightsQuery}},
142141
@{Name = "Az.PolicyInsights"; Command = {Get-AzPolicyEvent -Top 10}}, # without -Top service may return 400: ResponseTooLarge

0 commit comments

Comments
 (0)