From 37f6a5967425e7803788670ae79099f843008fd5 Mon Sep 17 00:00:00 2001 From: Yabo Hu Date: Mon, 5 Aug 2024 16:04:03 +0800 Subject: [PATCH] Update RmCoreSmokeTests.ps1 (#25742) --- tools/Test/SmokeTest/RmCoreSmokeTests.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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