Subham-KRLX opened a new pull request, #68291: URL: https://github.com/apache/airflow/pull/68291
Migrates the `microsoft.azure` provider to `azure-batch` 15.x (Track 2 SDK), unblocking the dependency cap from #66452. ### Key Changes - **Dependency**: Removed the `<15.0.0` cap in `pyproject.toml` and updated `uv.lock`. - **`AzureBatchHook`**: Swapped `BatchServiceClient` with `BatchClient`, `SharedKeyCredentials` with `AzureNamedKeyCredential`, and updated CRUD / model parameter classes. - **`AzureBatchOperator`**: Removed retired `os_family`/`os_version` parameters. Updated deferrable mode, term/delete logic, and cleanup methods. - **Tests**: Rewrote and updated unit tests (35/35 passing) and static checks. closes: #66466 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude(For code research) -- 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]
