Recently running the command
az storage share create --account-name accountName --name shareName returns
"There are no credentials provided in your command and environment, we will query for the account key inside your storage account. Please provide --connection-string, --account-key or --sas-token as credentials, or use --auth-mode login"
Running the command
az storage share create --account-name accountName --name shareName --auth-mode login returns
"UnrecognizedArgumentError: unrecognized arguments: --auth-mode login"
Recently running the command
az storage share create --account-name accountName --name shareName returns
"There are no credentials provided in your command and environment, we will query for the account key inside your storage account. Please provide --connection-string, --account-key or --sas-token as credentials, or use
--auth-mode login"Running the command
az storage share create --account-name accountName --name shareName --auth-mode login returns
"UnrecognizedArgumentError: unrecognized arguments: --auth-mode login"