Closed arne21a closed 4 years ago
Tagging people from the Automation team: @Francisco-Gamino @vrdmr @avkaur @DeveloperTommy @Azure/azureautomation
To answer in terms of versionning, this is available in 2017-06-01 for the first time, which is 1.4.0 Python version. But I would suggest ideally the 2.0.0.
@Diastro Could you please take a look?
Support for Python 3.x should become available on Linux Hybrid Workers in early 2020.
Closing because work on updating to Python 3 is in progress, which should eliminate the issue described above.
the default NetworkManagementClient version in a python 2 automation runbook does not feature the attribute load_balancer_backend_address_pools.
results in:
As documented, this version (2017-03-01) does not feature the attribute load_balancer_backend_address_pools.
My question: Is there a way to use a newer version of NetworkManagementClient in an azure runbook, without using a hybrid runner?