From f997e801d1a97675e309c4c159138c4a11fe2465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Barab=C3=A1s?= Date: Tue, 28 May 2024 08:40:07 -0700 Subject: [PATCH] chore: updated AVM successor for `avm/ptn/authorization/resource-role-assignment` (#2024) This PR updates the pointers from the formerly retired `authorization/resource-scope-role-assignment` module, as it now has been migrated to AVM as `avm/ptn/authorization/resource-role-assignment`. --- .../authorization/resource-scope-role-assignment/README.md | 4 ++-- .../authorization/resource-scope-role-assignment/REPLACED.md | 5 +++++ .../authorization/resource-scope-role-assignment/RETIRED.md | 5 ----- 3 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 modules/authorization/resource-scope-role-assignment/REPLACED.md delete mode 100644 modules/authorization/resource-scope-role-assignment/RETIRED.md diff --git a/modules/authorization/resource-scope-role-assignment/README.md b/modules/authorization/resource-scope-role-assignment/README.md index 1fa18e398c..5a2156fe07 100644 --- a/modules/authorization/resource-scope-role-assignment/README.md +++ b/modules/authorization/resource-scope-role-assignment/README.md @@ -1,6 +1,6 @@ -

⚠️ Retired ⚠️

+

⚠️ Replaced ⚠️

-This module has been retired without a replacement module in Azure Verified Modules (AVM). +This module has been replaced by the following equivalent module in Azure Verified Modules (AVM): [avm/ptn/authorization/resource-role-assignment](https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/resource-role-assignment). For more information, see the informational notice [here](https://github.com/Azure/bicep-registry-modules?tab=readme-ov-file#%EF%B8%8F-new-standard-for-bicep-modules---avm-%EF%B8%8F). diff --git a/modules/authorization/resource-scope-role-assignment/REPLACED.md b/modules/authorization/resource-scope-role-assignment/REPLACED.md new file mode 100644 index 0000000000..500e5a5eb5 --- /dev/null +++ b/modules/authorization/resource-scope-role-assignment/REPLACED.md @@ -0,0 +1,5 @@ +

⚠️ Replaced ⚠️

+ +This module has been replaced by the following equivalent module in Azure Verified Modules (AVM): [avm/ptn/authorization/resource-role-assignment](https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/authorization/resource-role-assignment). + +For more information, see the informational notice [here](https://github.com/Azure/bicep-registry-modules?tab=readme-ov-file#%EF%B8%8F-new-standard-for-bicep-modules---avm-%EF%B8%8F). diff --git a/modules/authorization/resource-scope-role-assignment/RETIRED.md b/modules/authorization/resource-scope-role-assignment/RETIRED.md deleted file mode 100644 index aa7661e0e6..0000000000 --- a/modules/authorization/resource-scope-role-assignment/RETIRED.md +++ /dev/null @@ -1,5 +0,0 @@ -

⚠️ Retired ⚠️

- -This module has been retired without a replacement module in Azure Verified Modules (AVM). - -For more information, see the informational notice [here](https://github.com/Azure/bicep-registry-modules?tab=readme-ov-file#%EF%B8%8F-new-standard-for-bicep-modules---avm-%EF%B8%8F).