Skip to content

Commit

Permalink
{Storage} Fix Azure#28069: `az storage account file-service-properti…
Browse files Browse the repository at this point in the history
…es update`: Fix `--channel-encryption` in example (Azure#28115)
  • Loading branch information
calvinhzy authored and MaxHorstmann committed Jan 19, 2024
1 parent d0b5d32 commit f328b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/storage/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
text: >
az storage account file-service-properties update --versions SMB2.1;SMB3.0;SMB3.1.1
--auth-methods NTLMv2;Kerberos --kerb-ticket-encryption RC4-HMAC;AES-256
--channel-encryption AES-CCM-128;AES-GCM-128;AES-GCM-256 -n mystorageaccount -g MyResourceGroup
--channel-encryption AES-128-CCM;AES-128-GCM;AES-256-GCM -n mystorageaccount -g MyResourceGroup
"""

helps['storage account keys'] = """
Expand Down

0 comments on commit f328b5c

Please sign in to comment.