-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Description
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: #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
Mossaka and kvendingoldo