From 23e025e16f418301e936632578153205eefd7726 Mon Sep 17 00:00:00 2001 From: Mario Lenz Date: Tue, 22 Aug 2023 18:22:57 +0200 Subject: [PATCH] Deprecate community.azure (#282) * Deprecate community.azure * Update 8/changelog.yaml Co-authored-by: Maxwell G * Update 9/changelog.yaml Co-authored-by: Maxwell G --------- Co-authored-by: Maxwell G --- 8/changelog.yaml | 8 ++++++++ 9/changelog.yaml | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/8/changelog.yaml b/8/changelog.yaml index bd3e047c02..64a1b87af8 100644 --- a/8/changelog.yaml +++ b/8/changelog.yaml @@ -141,3 +141,11 @@ releases: `Porting Guide `_' release_date: '2023-08-15' + 8.4.0: + changes: + deprecated_features: + - The ``community.azure`` collection is officially unmaintained and has been archived. + Therefore, it will be removed from Ansible 10. There is already a successor + collection ``azure.azcollection`` in the community package which should cover + the same functionality + (https://github.com/ansible-community/community-topics/issues/263). diff --git a/9/changelog.yaml b/9/changelog.yaml index 12c5aab009..22d22e83cf 100644 --- a/9/changelog.yaml +++ b/9/changelog.yaml @@ -50,3 +50,8 @@ releases: from Ansible 10 if no one starts maintaining it again before Ansible 10. See `the removal process for details on how this works `__ (https://github.com/ansible-community/community-topics/issues/244). + - The ``community.azure`` collection is officially unmaintained and has been archived. + Therefore, it will be removed from Ansible 10. There is already a successor + collection ``azure.azcollection`` in the community package which should cover + the same functionality + (https://github.com/ansible-community/community-topics/issues/263).