I'm using:
azure-cli (2.0.45)
storage (2.2.1)
I get the following error:
az storage blob service-properties: 'update' is not in the 'az storage blob service-properties' command group.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@kingpintech You have not added the storage-preview extension.
As indicated by the docs, you need to install the extension using the following command if you have not already: az extension add --name storage-preview
@williexu Thank you, I missed that. After installing the extension it worked for me when running it from my local shell. Now I just need to get it working from within an azure cli pipeline task of azure devops...
@williex Thanks Willie !
Most helpful comment
@kingpintech You have not added the
storage-previewextension.As indicated by the docs, you need to install the extension using the following command if you have not already:
az extension add --name storage-preview