Bug ID | 1206807 |
---|---|
Summary | azure-cli API version 2022-01-01 does not have operation group 'virtual_networks' |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Cloud:Tools |
Assignee | public-cloud-maintainers@suse.de |
Reporter | felix.niederwanger@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
When creating a new VM from a custom Gallery image, the Azure-CLI tools from
the Tumbleweed Main repository (Version 2.43.0-1.1) are complaining about a API
version issue:
> az vm create --resource-group phoenix-test --name zoidberg \
> --image /subscriptions/a5e130f6-1ae8-48f5-8ca3-322fa4d9800f/resourceGroups/openqa-upload/providers/Microsoft.Compute/galleries/test_image_gallery/images/SLE-AZURE-BYOS-15-SP5
> --size Standard_B2ms --admin-username phoenix --ssh-key-values /home/phoenix/.ssh/id_rsa.pub \
> --public-ip-sku Standard
> API version 2022-01-01 does not have operation group 'virtual_networks'
Some google hits suggest, that the API version 2022-01-01 could be outdated,
however I'm not certain if this is the culprit.