gopidesupavan commented on code in PR #44653:
URL: https://github.com/apache/airflow/pull/44653#discussion_r1871429268


##########
providers/src/airflow/providers/pagerduty/CHANGELOG.rst:
##########
@@ -27,6 +27,16 @@
 Changelog
 ---------
 
+main
+.....
+
+.. warning::
+   All deprecated classes, parameters and features have been removed from the 
pagerduty provider package.
+   The following breaking changes were introduced:
+
+   * Removed deprecated method ``create_event`` from 
providers.pagerduty.hooks.pagerduty. Please use the 
``airflow.providers.pagerduty.hooks.PagerdutyEventsHook`` to interact with the 
Events API
+   * Removed deprecated method ``create_event`` from 
providers.pagerduty.hooks.pagerduty_events. Please use the 
``PagerdutyEventsHook.send_event`` to interact with the Events API

Review Comment:
   ```suggestion
      * Removed deprecated method ``create_event`` from 
``providers.pagerduty.hooks.pagerduty`` and 
``providers.pagerduty.hooks.pagerduty_events``. Please use the 
``airflow.providers.pagerduty.hooks.pagerduty_events.PagerdutyEventsHook.send_event``
 to interact with the Events API
   ```



-- 
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]

Reply via email to