Skip to content

Commit

Permalink
{Storage} az storage account encryption-scope create/update: Fix he…
Browse files Browse the repository at this point in the history
…lp misspelling (#27816)
  • Loading branch information
calvinhzy authored Nov 16, 2023
1 parent 348baac commit 7a20a30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/azure-cli/azure/cli/command_modules/storage/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@
type: command
short-summary: Create an encryption scope within storage account.
examples:
- name: Create an encryption scope within storage account based on Micosoft.Storage key source.
- name: Create an encryption scope within storage account based on Microsoft.Storage key source.
text: |
az storage account encryption-scope create --name myencryption -s Microsoft.Storage --account-name mystorageaccount -g MyResourceGroup
- name: Create an encryption scope within storage account based on Micosoft.KeyVault key source.
- name: Create an encryption scope within storage account based on Microsoft.KeyVault key source.
text: |
az storage account encryption-scope create --name myencryption -s Microsoft.KeyVault -u "https://vaultname.vault.azure.net/keys/keyname/1f7fa7edc99f4cdf82b5b5f32f2a50a7" --account-name mystorageaccount -g MyResourceGroup
- name: Create an encryption scope within storage account. (autogenerated)
Expand Down Expand Up @@ -209,10 +209,10 @@
type: command
short-summary: Update properties for specified encryption scope within storage account.
examples:
- name: Update an encryption scope key source to Micosoft.Storage.
- name: Update an encryption scope key source to Microsoft.Storage.
text: |
az storage account encryption-scope update --name myencryption -s Microsoft.Storage --account-name mystorageaccount -g MyResourceGroup
- name: Create an encryption scope within storage account based on Micosoft.KeyVault key source.
- name: Create an encryption scope within storage account based on Microsoft.KeyVault key source.
text: |
az storage account encryption-scope update --name myencryption -s Microsoft.KeyVault -u "https://vaultname.vault.azure.net/keys/keyname/1f7fa7edc99f4cdf82b5b5f32f2a50a7" --account-name mystorageaccount -g MyResourceGroup
- name: Disable an encryption scope within storage account.
Expand Down

0 comments on commit 7a20a30

Please sign in to comment.