mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
* Deprecate the Log Analytics callback plugin The Azure Monitor "HTTP Data Collector API" has been deprecated by Microsoft. The old API has been replaced by the new "Logs Ingestion API", which will require a new callback plugin due to major differences between the APIs. * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
243 B
YAML
2 lines
243 B
YAML
deprecated_features:
|
|
- loganalytics callback plugin - is deprecated in favor of ``community.general.loganalytics_ingestion`` due to upcoming API changes in Azure Monitor (https://github.com/ansible-collections/community.general/pull/11505).
|