-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Required parameter 'storageAccountId' is missing (null). #11625
Comments
Resolved it by downgrading the azure-cli on Linux sudo apt-get install azure-cli=2.0.72-1~bionic |
@qwordy Please take a look. There might be a regression. |
Hi Jonathan, Are you creating a snapshot by importing from a blob URI? |
Downgraded and I was able to run the following command:
az image copy --source-resource-group staging --source-object-name
staging-image-4234234234 --target-location westus2 --target-resource-group
"production" --cleanup
Basically was copying an image from one location to another, us-west to
us-west-2.
…On Mon, Dec 23, 2019 at 8:46 AM Feiyue Yu ***@***.***> wrote:
Hi Jonathan, Are you creating a snapshot by importing from a blob URI?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11625?email_source=notifications&email_token=AAACYR7NX4KY5RCT44S4JF3Q2ASXFA5CNFSM4J5YBJUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHQCG3A#issuecomment-568337260>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACYR5CCGWMBGX5QAR6X5LQ2ASXFANCNFSM4J5YBJUA>
.
|
I have reproduced this issue. It's a recent change of snapshot service. I also dislike this kind of breaking change. I will try to update image copy command to specify storageAccountId explicitly. |
image-copy 0.2.3 is released. It should fix this issue. |
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az snapshot create
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az snapshot create --resource-group {} --name {} --location {} --source {} --output {} --tags {}
Expected Behavior
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: