Skip to content

Commit 01a1228

Browse files
authored
comment smoke test az.notificationhubs (#25057)
1 parent d4d1bd2 commit 01a1228

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/Test/SmokeTest/RmCoreSmokeTests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ $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-
@{Name = "Az.NotificationHubs"; Command = {Get-AzNotificationHubsNamespace}},
138+
# comment temporarily, add back once fixed in test tenant
139+
#@{Name = "Az.NotificationHubs"; Command = {Get-AzNotificationHubsNamespace}},
139140
@{Name = "Az.OperationalInsights [MngmPlane]"; Command = {Get-AzOperationalInsightsWorkspace}},
140141
@{Name = "Az.OperationalInsights [DataPlane]"; Command = {Get-Command Invoke-AzOperationalInsightsQuery}},
141142
@{Name = "Az.PolicyInsights"; Command = {Get-AzPolicyEvent -Top 10}}, # without -Top service may return 400: ResponseTooLarge

0 commit comments

Comments
 (0)