Skip to content

Commit d870cf2

Browse files
authored
Update RmCoreSmokeTests.ps1 (#27650)
1 parent d7762e4 commit d870cf2

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
@@ -134,7 +134,8 @@ $resourceTestCommands = @(
134134
# @{Name = "Az.MachineLearning"; Command = {Get-AzMlWebService}},
135135
@{Name = "Az.Maintenance"; Command = {Get-AzMaintenanceConfiguration}},
136136
@{Name = "Az.ManagedServices"; Command = {Get-AzManagedServicesAssignment}},
137-
@{Name = "Az.Media"; Command = {Get-AzMediaService -ResourceGroupName $resourceGroupName}},
137+
# Comment out Media test, since it seems this service has been deprecated. And It can not be found in Portal. Need to remove it after double check with PM and service team.
138+
# @{Name = "Az.Media"; Command = {Get-AzMediaService -ResourceGroupName $resourceGroupName}},
138139
@{Name = "Az.Monitor"; Command = {Get-AzLogProfile}},
139140
@{Name = "Az.Network"; Command = {Get-AzNetworkInterface}},
140141
@{Name = "Az.NotificationHubs"; Command = {Get-AzNotificationHubsNamespace}},

0 commit comments

Comments
 (0)