eladkal commented on issue #34736: URL: https://github.com/apache/airflow/issues/34736#issuecomment-1745634062
Note that version 6.3.0 updated upstream library: `Bump azure-mgmt-containerinstance>=7.0.0,<9.0.0 (#33696)` Airflow did not break the interface of the operator (this is why this is not a breaking change release from Airlfow side) but the upstream library did change logic and bumped major release. You will need to review your code and make sure it's up to date with the newer version of `azure-mgmt-containerinstance` For the moment - it does not seem like a bug in the provider code. -- 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]
