krishnakaanchan-png commented on issue #9741: URL: https://github.com/apache/airflow/issues/9741#issuecomment-5499157678
`azure-batch` and `azure-mgmt-batch` are not interchangeable, so I do not think this can be done as asked. @sunny7712 raised the same point in March and I think that is correct. `azure-batch` is the data plane SDK. The hook uses `azure.batch.BatchClient` and the operators create jobs and tasks through it. `azure-mgmt-batch` is the control plane SDK for managing the batch accounts themselves and it has no API for jobs or tasks, so there is nothing for the existing code to move onto. The `azure-mgmt-` prefix in the description is just the naming convention for the ARM management libraries. It does not mean the data plane packages are unmaintained. `azure-batch` is still in azure-sdk-for-python and still being released. Suggest closing this. It is labelled good first issue and has been picked up and dropped a few times already, so right now it is only costing newcomers time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
