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 """