Open dvob opened 1 year ago
There are the following problems with the az storage container commands like create or delete:
az storage container
create
delete
Command Name az storage container create --auth-mode login --account-name $storage_account_name -n mycontainer
az storage container create --auth-mode login --account-name $storage_account_name -n mycontainer
Errors:
{ "created": false }
storage_account_name=satest1234 az group create -n sa-test -l westeurope az storage account create -g sa-test -n $storage_account_name --allow-blob-public-access false --min-tls-version TLS1_2 az storage container create --auth-mode login --account-name $storage_account_name -n mycontainer # expect error with an error message that container already exists az storage container create --auth-mode login --account-name $storage_account_name -n mycontainer # expected non zero exit code echo $?
Python 3.10.10 Installer: DEB azure-cli 2.46.0
@evelyn-ys for awareness
Describe the bug
There are the following problems with the
az storage container
commands likecreate
ordelete
:Command Name
az storage container create --auth-mode login --account-name $storage_account_name -n mycontainer
Errors:
To Reproduce:
Expected Behavior
Environment Summary
Additional Context