diff --git a/tools/Test/SmokeTest/RmCoreSmokeTests.ps1 b/tools/Test/SmokeTest/RmCoreSmokeTests.ps1 index 51cce77675c9..f9f2ca8c9958 100644 --- a/tools/Test/SmokeTest/RmCoreSmokeTests.ps1 +++ b/tools/Test/SmokeTest/RmCoreSmokeTests.ps1 @@ -99,7 +99,7 @@ $resourceTestCommands = @( @{Name = "Az.Batch [MngmPlane]"; Command = { Get-AzBatchAccount } }, @{Name = "Az.Batch [DataPlane]"; Command = { Get-Command Get-AzBatchSupportedImage } }, @{Name = "Az.Billing"; Command = { Get-AzBillingInvoice } }, - @{Name = "Az.Billing [Consumption]"; Command = { Get-AzConsumptionBudget } }, + # @{Name = "Az.Billing [Consumption]"; Command = { Get-AzConsumptionBudget } }, @{Name = "Az.Cdn"; Command = { Get-AzCdnProfile } }, @{Name = "Az.CognitiveServices"; Command = { Get-AzCognitiveServicesAccount } }, @{Name = "Az.Compute"; Command = { Get-AzVM }; Since = "7.0.0" },