From 41ef0348a9dd7215b9030a2b203220efe3f519f5 Mon Sep 17 00:00:00 2001 From: Yan Xu Date: Wed, 24 Sep 2025 10:05:12 +0800 Subject: [PATCH] Comment out Az.Billing [Consumption] command Comment out the Az.Billing [Consumption] command in RmCoreSmokeTests.ps1. --- tools/Test/SmokeTest/RmCoreSmokeTests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },