From d9c61b1d7824f8add0617f7111da36f9c28a08b1 Mon Sep 17 00:00:00 2001 From: Kai Ru Date: Fri, 25 Apr 2025 09:35:26 +0800 Subject: [PATCH] Drop examples for azure stack profiles --- src/azure-cli/azure/cli/command_modules/storage/_help.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/storage/_help.py b/src/azure-cli/azure/cli/command_modules/storage/_help.py index e3e388566d3..dadd907a768 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/_help.py +++ b/src/azure-cli/azure/cli/command_modules/storage/_help.py @@ -145,10 +145,6 @@ examples: - name: Create a storage account 'mystorageaccount' in resource group 'MyResourceGroup' in the West US region with locally redundant storage. text: az storage account create -n mystorageaccount -g MyResourceGroup -l westus --sku Standard_LRS - unsupported-profiles: 2017-03-09-profile - - name: Create a storage account 'mystorageaccount' in resource group 'MyResourceGroup' in the West US region with locally redundant storage. - text: az storage account create -n mystorageaccount -g MyResourceGroup -l westus --account-type Standard_LRS - supported-profiles: 2017-03-09-profile - name: Create a storage account 'mystorageaccount' in resource group 'MyResourceGroup' in the eastus2euap region with account-scoped encryption key enabled for Table Service. text: az storage account create -n mystorageaccount -g MyResourceGroup --kind StorageV2 -l eastus2euap -t Account """