Bump azure-mgmt-resource to Track 2 15.0.0
See original GitHub issueIs your feature request related to a problem? Please describe.
Due to the code change in Track 2 SDK, if a user uses pip
to install Azure CLI and azure-mgmt-resource==15.0.0
in the same virtual environment. CLI will stop functioning correctly:
> az login
...
AttributeError: 'SubscriptionClient' object has no attribute 'config'
More info: https://github.com/Azure/azure-cli/issues/13995
Describe the solution you’d like
Bump the dependency of azure-mgmt-resource
to Track 2 15.0.0.
Describe alternatives you’ve considered
Install Azure CLI and azure-mgmt-resource==15.0.0
in separate environments.
Additional context
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:10 (3 by maintainers)
Top Results From Across the Web
azure-mgmt-resource - PyPI
This is the Microsoft Azure Resource Management Client Library. This package has been tested with Python 3.7+. For a more complete view of...
Read more >azure-mgmt-resource package - Microsoft Learn
Provides operations for working with resources and resource groups. ... By default, it uses the latest API version available on public Azure.
Read more >Software Factory 3.7
Add a zuul-client wrapper, config generator utility; Bump nodepool container image ... python3-azure-mgmt-resource-15.0.0-1.el7; python3-distlib-0.3.1-5.el7 ...
Read more >Change Log — AppDaemon 4.2.1 documentation
listen_log() now sends AppDaemon system messages and has the option to set a log level. Bumped aiohttp to v3.4.4; Added callback locking decorators ......
Read more >python azure sdk - To list storage account SKU - Stack Overflow
From azure-mgmt-storage==16.0.0 , there is a list() method in the SkuOperations class. Since the method will return multiple skus for every ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
OK, thanks a lot for the explanation. I understand the necessary effort, I just wanted to get a rough estimate so that we can inform our users at SUSE.
Thanks!
@glaubitz Hi, there is a PR that is upgrading
azure-mgmt-resource
from12.1.0
to16.1.0
PR link: https://github.com/Azure/azure-cli/pull/17783 It will be released in this sprint(2021-05-25)