Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.61k stars 5.03k forks source link

Azure Automation Expansion: Support Python Runbooks #3457

Open marstr opened 6 years ago

marstr commented 6 years ago

As opened by @hdost in Azure/azure-sdk-for-go#2256:

As of right now there is no support for python run books This would be needed for terraform-providers/terraform-provider-azurerm#1602

marstr commented 6 years ago

Relevant clause here, that notably doesn't include Python: Azure/azure-rest-api-specs/specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/runbook.json#L1083

andyw248 commented 5 years ago

Support for Python 2 has been added to the product in 2018. This needs to be reflected in the SDK. Created work item.

hdost commented 5 years ago

Is there any chance of a python 3 support?

andyw248 commented 4 years ago

Yes, work on migrating this to python 3 is in progress.

mikemowgli commented 4 years ago

Hi @vikram-m, @andyw248 , could you give us a reading on the progress?

bgmonroe commented 3 years ago

Without Python support, automating the deployment and lifecycle of Python-based automation runbooks is impossible. I've no interest in sinking the time/effort into refactoring code to PowerShell so I guess I'll have to look elsewhere for my automation needs.

mikemowgli commented 3 years ago

Without Python support, automating the deployment and lifecycle of Python-based automation runbooks is impossible. I've no interest in sinking the time/effort into refactoring code to PowerShell so I guess I'll have to look elsewhere for my automation needs.

Just do like everyone else: use Azure functions instead

hdost commented 3 years ago

Yea this can probably be closed at this point.