eladkal commented on code in PR #34738:
URL: https://github.com/apache/airflow/pull/34738#discussion_r1344665048
##########
airflow/providers/microsoft/azure/operators/container_instances.py:
##########
@@ -90,7 +89,6 @@ class AzureContainerInstancesOperator(BaseOperator):
:param restart_policy: Restart policy for all containers within the
container group.
Possible values include: 'Always', 'OnFailure', 'Never'
:param ip_address: The IP address type of the container group.
- :param network_profile: The network profile information for a container
group.
Review Comment:
This is breaking change.
Please set major version on `provider.yaml` we will also need entry in
changelog.rst (top of the file) with the things that were broken and how to
mitigate them.
--
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]