diff --git a/tools/Test/SmokeTest/RmCoreSmokeTests.ps1 b/tools/Test/SmokeTest/RmCoreSmokeTests.ps1 index 1f9c74894c5e..e36656afc30e 100644 --- a/tools/Test/SmokeTest/RmCoreSmokeTests.ps1 +++ b/tools/Test/SmokeTest/RmCoreSmokeTests.ps1 @@ -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