From d8ab6049081bd321566092ebb4c816f355ad22ce Mon Sep 17 00:00:00 2001 From: mjrich19 <19920112+mjrich19@users.noreply.github.com> Date: Sat, 22 Feb 2025 09:16:03 -0500 Subject: [PATCH] feat: avm\res\network\virtual-network Unorphan module (#4495) Claiming the virtual network module and removing orphaned label ## Description [Closes #1504](https://github.com/Azure/Azure-Verified-Modules/issues/1504) ## Pipeline Reference | Pipeline | | -------- | | | ## Type of Change - [ ] Update to CI Environment or utilities (Non-module affecting 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. - [ ] My corresponding pipelines / checks run clean and green without any errors or warnings --- avm/res/network/virtual-network/ORPHANED.md | 4 ---- avm/res/network/virtual-network/README.md | 5 ----- avm/res/network/virtual-network/main.json | 16 ++++++++-------- avm/res/network/virtual-network/subnet/main.json | 4 ++-- .../virtual-network-peering/main.json | 4 ++-- 5 files changed, 12 insertions(+), 21 deletions(-) delete mode 100644 avm/res/network/virtual-network/ORPHANED.md diff --git a/avm/res/network/virtual-network/ORPHANED.md b/avm/res/network/virtual-network/ORPHANED.md deleted file mode 100644 index ef8fa911d2..0000000000 --- a/avm/res/network/virtual-network/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/network/virtual-network/README.md b/avm/res/network/virtual-network/README.md index c00fb50138..8554fbed10 100644 --- a/avm/res/network/virtual-network/README.md +++ b/avm/res/network/virtual-network/README.md @@ -1,10 +1,5 @@ # Virtual Networks `[Microsoft.Network/virtualNetworks]` -> ⚠️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 Virtual Network (vNet). ## Navigation diff --git a/avm/res/network/virtual-network/main.json b/avm/res/network/virtual-network/main.json index e81d0e5bb2..c142568efc 100644 --- a/avm/res/network/virtual-network/main.json +++ b/avm/res/network/virtual-network/main.json @@ -5,8 +5,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.32.4.45862", - "templateHash": "2376075998560091019" + "version": "0.33.93.31351", + "templateHash": "3287254436599351961" }, "name": "Virtual Networks", "description": "This module deploys a Virtual Network (vNet)." @@ -825,8 +825,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.32.4.45862", - "templateHash": "6924527964815690853" + "version": "0.33.93.31351", + "templateHash": "1989433230243572453" }, "name": "Virtual Network Subnets", "description": "This module deploys a Virtual Network Subnet." @@ -1206,8 +1206,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.32.4.45862", - "templateHash": "6667873480569726785" + "version": "0.33.93.31351", + "templateHash": "13644695472933819194" }, "name": "Virtual Network Peerings", "description": "This module deploys a Virtual Network Peering." @@ -1363,8 +1363,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.32.4.45862", - "templateHash": "6667873480569726785" + "version": "0.33.93.31351", + "templateHash": "13644695472933819194" }, "name": "Virtual Network Peerings", "description": "This module deploys a Virtual Network Peering." diff --git a/avm/res/network/virtual-network/subnet/main.json b/avm/res/network/virtual-network/subnet/main.json index 44761e1d2b..41e7eff799 100644 --- a/avm/res/network/virtual-network/subnet/main.json +++ b/avm/res/network/virtual-network/subnet/main.json @@ -5,8 +5,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.32.4.45862", - "templateHash": "6924527964815690853" + "version": "0.33.93.31351", + "templateHash": "1989433230243572453" }, "name": "Virtual Network Subnets", "description": "This module deploys a Virtual Network Subnet." diff --git a/avm/res/network/virtual-network/virtual-network-peering/main.json b/avm/res/network/virtual-network/virtual-network-peering/main.json index ee192848f9..cc021df0fd 100644 --- a/avm/res/network/virtual-network/virtual-network-peering/main.json +++ b/avm/res/network/virtual-network/virtual-network-peering/main.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.32.4.45862", - "templateHash": "6667873480569726785" + "version": "0.33.93.31351", + "templateHash": "13644695472933819194" }, "name": "Virtual Network Peerings", "description": "This module deploys a Virtual Network Peering."