We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Command Name az snapshot create as part of az image copy
az snapshot create
az image copy
Errors:
Required parameter 'storageAccountId' is missing (null).
When I run az image copy in Azure cloud shell (bash) using this command:
az image copy --source-resource-group my-source-rg--source-object-name "my-image" --target-location westeurope --target-resource-group my-target-rg --target-subscription target_subscription_id --target-name "new_image_name" --cleanup
it generates the error:
Screenshot:
Linux-4.15.0-1064-azure-x86_64-with-debian-stretch-sid Python 3.6.5 Shell: bash azure-cli 2.0.78 Extensions: image-copy-extension 0.2.2
The text was updated successfully, but these errors were encountered:
Ok, sorry, looks like it's duplicated #11625
Sorry, something went wrong.
I just want to confirm, that downgrading az cli to 2.0.72 on Windows helped me too.
@MisiekBest Yes, this is duplicated with #11625, we can go to the existing issue for further discussion, thanks.
qwordy
No branches or pull requests
Describe the bug
Command Name
az snapshot create
as part ofaz image copy
Errors:
To Reproduce:
When I run
az image copy
in Azure cloud shell (bash) using this command:it generates the error:
Screenshot:

Environment Summary
The text was updated successfully, but these errors were encountered: