This project currently pins the auzre-mgmt-hdinsight depedency to a particular beta release:
|
'azure-mgmt-hdinsight==9.0.0b3', |
However, a stable release has long been available:
Bumping the pin is not trivial because the API for azure-mgmt-hdinsight also changed between 9.0.0b3 and 9.0.0.
AttributeError: type object 'ExtensionsOperations' has no attribute 'get_azure_monitor_agent_status'. Did you mean: 'get_azure_monitor_status'?
Originally posted by @janjagusch in #31513 (comment)
This project currently pins the
auzre-mgmt-hdinsightdepedency to a particular beta release:azure-cli/src/azure-cli/setup.py
Line 88 in cd8c932
However, a stable release has long been available:
Bumping the pin is not trivial because the API for
azure-mgmt-hdinsightalso changed between9.0.0b3and9.0.0.Originally posted by @janjagusch in #31513 (comment)