question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bump azure-mgmt-resource to Track 2 15.0.0

See original GitHub issue

Is 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

See #15461, #15429, #14716, #13995, #15460, #13995.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
glaubitzcommented, Nov 12, 2020

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!

0reactions
zhoxing-mscommented, May 11, 2021

@glaubitz Hi, there is a PR that is upgrading azure-mgmt-resource from 12.1.0 to 16.1.0 PR link: https://github.com/Azure/azure-cli/pull/17783 It will be released in this sprint(2021-05-25)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found