potiuk commented on PR #70899: URL: https://github.com/apache/airflow/pull/70899#issuecomment-5151564666
Rewritten to Azure only — the repair to `main` moved to **#70905**. I had folded the Amazon test fix in here because it was the same one-line cause, but that conflated two things: this PR is a follow-up guard for Key Vault, whereas `main` being red on the compat jobs is a regression that should land on its own and not wait behind a review of unrelated code. This branch is now: ``` providers/microsoft/azure/src/.../secrets/key_vault.py +11/-3 providers/microsoft/azure/tests/.../secrets/test_key_vault.py +16/-3 ``` The `getMessage()` change remains in the Azure test here, since that test is added by this PR and would otherwise land already broken for the compat jobs. -- 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]
