From 613c26ed8b010aa107bbe5b1772a99de6ceb1fb8 Mon Sep 17 00:00:00 2001 From: Zunli Hu Date: Fri, 30 Oct 2020 12:45:49 +0800 Subject: [PATCH] fix example --- src/azure-cli/azure/cli/command_modules/storage/_help.py | 6 +++--- 1 file changed, 3 insertions(+), 3 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 0297b54509c..7254f045fc9 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/_help.py +++ b/src/azure-cli/azure/cli/command_modules/storage/_help.py @@ -1098,11 +1098,11 @@ You can configure the --public-access using `az storage container set-permission -n CONTAINER_NAME --public-access blob/container/off`. examples: - name: Create a storage container in a storage account. - text: az storage container create -n MyStorageContainer + text: az storage container create -n mystoragecontainer - name: Create a storage container in a storage account and return an error if the container already exists. - text: az storage container create -n MyStorageContainer --fail-on-exist + text: az storage container create -n mystoragecontainer --fail-on-exist - name: Create a storage container in a storage account and allow public read access for blobs. - text: az storage container create -n MyStorageContainer --public-access blob + text: az storage container create -n mystoragecontainer --public-access blob """ helps['storage container delete'] = """