Skip to content

Commit 73a5d8a

Browse files
authored
Drop examples for azure stack profiles (#31352)
1 parent 8f86641 commit 73a5d8a

File tree

1 file changed

+0
-4
lines changed
  • src/azure-cli/azure/cli/command_modules/storage

1 file changed

+0
-4
lines changed

src/azure-cli/azure/cli/command_modules/storage/_help.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,6 @@
145145
examples:
146146
- name: Create a storage account 'mystorageaccount' in resource group 'MyResourceGroup' in the West US region with locally redundant storage.
147147
text: az storage account create -n mystorageaccount -g MyResourceGroup -l westus --sku Standard_LRS
148-
unsupported-profiles: 2017-03-09-profile
149-
- name: Create a storage account 'mystorageaccount' in resource group 'MyResourceGroup' in the West US region with locally redundant storage.
150-
text: az storage account create -n mystorageaccount -g MyResourceGroup -l westus --account-type Standard_LRS
151-
supported-profiles: 2017-03-09-profile
152148
- name: Create a storage account 'mystorageaccount' in resource group 'MyResourceGroup' in the eastus2euap region with account-scoped encryption key enabled for Table Service.
153149
text: az storage account create -n mystorageaccount -g MyResourceGroup --kind StorageV2 -l eastus2euap -t Account
154150
"""

0 commit comments

Comments
 (0)