Zhiyi Huang
Zhiyi Huang
Will take a look this release cycle.
Hi @roy-work , hopefully it was resolved when running `az extension update -n storage-preview` to update to the latest extension. Thanks.
What is the cli version by running `az version`? If it is indeed 2.225.0, please try to upgrade to the latest version by https://learn.microsoft.com/en-us/cli/azure/update-azure-cli
Hi @sofia-valles, can you help provide the detailed environment info? Are you also using a QA environment and what OS/terminal are you using? Wondering if any of the solutions in...
It seems like the API version '2022-04-01' is an old one that might have been removed from server. Please use a new one like 2023-05-01 for registering 'storageAccounts/blobServices'.
/azp run
I am thinking AzCopy version is not being updated to the latest if it works locally but not in a data box. Can you try manually updating AzCopy to 10.26.0?...
Can you run `pip show azure-multiapi-storage` and see if the package is properly installed? Might need to reinstall using `brew update && brew install azure-cli` 
Can you try the suggestion in https://github.com/Azure/azure-cli/issues/29904#issuecomment-2357344816 to install setuptools, will fix the sdk azure-multiapi-storage-python to remove dependency with setuptools
https://github.com/Azure/azure-cli/issues/30138#issuecomment-2425824403 seems like for some reason even if setuptools is put as required in CLI dependencies, homebrew 3.12 does not install it