File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,7 @@ $resourceTestCommands = @(
135
135
@ {Name = " Az.Media" ; Command = {Get-AzMediaService - ResourceGroupName $resourceGroupName }},
136
136
@ {Name = " Az.Monitor" ; Command = {Get-AzLogProfile }},
137
137
@ {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 }},
140
139
@ {Name = " Az.OperationalInsights [MngmPlane]" ; Command = {Get-AzOperationalInsightsWorkspace }},
141
140
@ {Name = " Az.OperationalInsights [DataPlane]" ; Command = {Get-Command Invoke-AzOperationalInsightsQuery }},
142
141
@ {Name = " Az.PolicyInsights" ; Command = {Get-AzPolicyEvent - Top 10 }}, # without -Top service may return 400: ResponseTooLarge
You can’t perform that action at this time.
0 commit comments