From a65ce78a06853ae1edab995a4e683876480fdf52 Mon Sep 17 00:00:00 2001 From: JFolberth Date: Thu, 2 May 2024 13:01:53 -0400 Subject: [PATCH] fix: Removed orphaned file & reference (#1822) ## Description ## Pipeline Reference | Pipeline | | -------- | | [![avm.res.insights.webtest](https://github.com/JFolberth/bicep-registry-modules/actions/workflows/avm.res.insights.webtest.yml/badge.svg)](https://github.com/JFolberth/bicep-registry-modules/actions/workflows/avm.res.insights.webtest.yml) | ## Type of Change - [ ] Update to CI Environment or utlities (Non-module effecting changes) - [ ] Azure Verified Module updates: - [ ] Bugfix containing backwards compatible bug fixes, and I have NOT bumped the MAJOR or MINOR version in `version.json`: - [ ] Someone has opened a bug report issue, and I have included "Closes #{bug_report_issue_number}" in the PR description. - [ ] The bug was found by the module author, and no one has opened an issue to report it yet. - [ ] Feature update backwards compatible feature updates, and I have bumped the MINOR version in `version.json`. - [ ] Breaking changes and I have bumped the MAJOR version in `version.json`. - [x] Update to documentation ## Checklist - [x] I'm sure there are no other open Pull Requests for the same update/change - [x] I have run `Set-AVMModule` locally to generate the supporting module files. - [x] My corresponding pipelines / checks run clean and green without any errors or warnings --- avm/res/insights/webtest/ORPHANED.md | 4 ---- avm/res/insights/webtest/README.md | 5 ----- avm/res/insights/webtest/main.json | 4 ++-- 3 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 avm/res/insights/webtest/ORPHANED.md diff --git a/avm/res/insights/webtest/ORPHANED.md b/avm/res/insights/webtest/ORPHANED.md deleted file mode 100644 index ef8fa911d2..0000000000 --- a/avm/res/insights/webtest/ORPHANED.md +++ /dev/null @@ -1,4 +0,0 @@ -⚠️THIS MODULE IS CURRENTLY ORPHANED.⚠️ - -- Only security and bug fixes are being handled by the AVM core team at present. -- If interested in becoming the module owner of this orphaned module (must be Microsoft FTE), please look for the related "orphaned module" GitHub issue [here](https://aka.ms/AVM/OrphanedModules)! \ No newline at end of file diff --git a/avm/res/insights/webtest/README.md b/avm/res/insights/webtest/README.md index 7b9a2349a0..e0acaac4bb 100644 --- a/avm/res/insights/webtest/README.md +++ b/avm/res/insights/webtest/README.md @@ -1,10 +1,5 @@ # Web Tests `[Microsoft.Insights/webtests]` -> ⚠️THIS MODULE IS CURRENTLY ORPHANED.⚠️ -> -> - Only security and bug fixes are being handled by the AVM core team at present. -> - If interested in becoming the module owner of this orphaned module (must be Microsoft FTE), please look for the related "orphaned module" GitHub issue [here](https://aka.ms/AVM/OrphanedModules)! - This module deploys a Web Test. ## Navigation diff --git a/avm/res/insights/webtest/main.json b/avm/res/insights/webtest/main.json index fbf790faf9..b5ece61cce 100644 --- a/avm/res/insights/webtest/main.json +++ b/avm/res/insights/webtest/main.json @@ -5,8 +5,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.26.54.24096", - "templateHash": "279019710662992731" + "version": "0.26.170.59819", + "templateHash": "9763185230579436305" }, "name": "Web Tests", "description": "This module deploys a Web Test.",