-
Notifications
You must be signed in to change notification settings - Fork 163
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
lib/azure-fence.py.py: python-msrestazure deprecated #599
Comments
It is needed for backwards compatibility with RHEL8 (except ImportError-cases). The network-fencing part isnt currently used, so that will have to be addressed in the future if there is a reason to use that part again. So the only part that needs updating is the cloud-imports it seems like (should have fallbacks with except ImportError until RHEL8 is EOL). |
Would it be possible for RHEL-8 to migrate away from the unmaintained msrestazure? |
I cant find an equivalent of the msrestazure cloud configs: Can you point me to an equivalent that we can use instead? |
The cloud host are defined in the AzureAuthorityHosts of azure.identity |
In code of azure.identity stands that AZURE_GERMANY is deprecated: |
Created new pull request: |
As described in https://pypi.org/project/msrestazure/ python-msrestazure is deprecated and should be replaced by azure-identity and azure-mgmt-core resp.
The text was updated successfully, but these errors were encountered: