Skip to content
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

az image copy generates error: "Required parameter 'storageAccountId' is missing (null)." #11713

Closed
MisiekBest opened this issue Dec 30, 2019 · 3 comments
Assignees

Comments

@MisiekBest
Copy link

Describe the bug

Command Name
az snapshot create as part of az image copy

Errors:

Required parameter 'storageAccountId' is missing (null).

To Reproduce:

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:

Required parameter 'storageAccountId' is missing (null).

Screenshot:
azcopy_problem

Environment Summary

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

@MisiekBest
Copy link
Author

Ok, sorry, looks like it's duplicated #11625

@MisiekBest
Copy link
Author

I just want to confirm, that downgrading az cli to 2.0.72 on Windows helped me too.

@bim-msft
Copy link
Contributor

@MisiekBest Yes, this is duplicated with #11625, we can go to the existing issue for further discussion, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants