Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Modules] Added Moved to AVM for availability sets, private link scope, ip groups and private link service #4495

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/compute/availability-set/MOVED-TO-AVM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module has already been migrated to [AVM](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res). Only the AVM version is expected to receive updates / new features. Please do not work on improving this module in [CARML](https://aka.ms/carml).
2 changes: 2 additions & 0 deletions modules/compute/availability-set/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Availability Sets `[Microsoft.Compute/availabilitySets]`

> This module has already been migrated to [AVM](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res). Only the AVM version is expected to receive updates / new features. Please do not work on improving this module in [CARML](https://aka.ms/carml).

This module deploys an Availability Set.

## Navigation
Expand Down
4 changes: 2 additions & 2 deletions modules/compute/availability-set/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.23.1.45101",
"templateHash": "5227518019590396567"
"version": "0.24.24.22086",
"templateHash": "14578818571498649497"
},
"name": "Availability Sets",
"description": "This module deploys an Availability Set.",
Expand Down
1 change: 1 addition & 0 deletions modules/insights/private-link-scope/MOVED-TO-AVM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module has already been migrated to [AVM](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res). Only the AVM version is expected to receive updates / new features. Please do not work on improving this module in [CARML](https://aka.ms/carml).
2 changes: 2 additions & 0 deletions modules/insights/private-link-scope/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Azure Monitor Private Link Scopes `[microsoft.insights/privateLinkScopes]`

> This module has already been migrated to [AVM](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res). Only the AVM version is expected to receive updates / new features. Please do not work on improving this module in [CARML](https://aka.ms/carml).

This module deploys an Azure Monitor Private Link Scope.

## Navigation
Expand Down
18 changes: 9 additions & 9 deletions modules/insights/private-link-scope/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.21.1.54444",
"templateHash": "10175644994453911680"
"version": "0.24.24.22086",
"templateHash": "4014545030296978209"
},
"name": "Azure Monitor Private Link Scopes",
"description": "This module deploys an Azure Monitor Private Link Scope.",
Expand Down Expand Up @@ -376,7 +376,7 @@
"accessModeSettings": {
"$ref": "#/definitions/accessModeType",
"metadata": {
"description": "Optional. Specifies the access mode of ingestion or queries through associated private endpoints in scope. For security reasons, it is recommended to use PrivateOnly whenever possible to avoid data exfiltration.\n\n * Private Only - This mode allows the connected virtual network to reach only Private Link resources. It is the most secure mode and is set as the default when the `privateEndpoints` parameter is configured.\n * Open - Allows the connected virtual network to reach both Private Link resources and the resources not in the AMPLS resource. Data exfiltration cannot be prevented in this mode."
"description": "Optional. Specifies the access mode of ingestion or queries through associated private endpoints in scope. For security reasons, it is recommended to use PrivateOnly whenever possible to avoid data exfiltration.\r\n\r\n * Private Only - This mode allows the connected virtual network to reach only Private Link resources. It is the most secure mode and is set as the default when the `privateEndpoints` parameter is configured.\r\n * Open - Allows the connected virtual network to reach both Private Link resources and the resources not in the AMPLS resource. Data exfiltration cannot be prevented in this mode."
}
},
"location": {
Expand Down Expand Up @@ -529,8 +529,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.21.1.54444",
"templateHash": "3902218127334936289"
"version": "0.24.24.22086",
"templateHash": "590222292996782879"
},
"name": "Private Link Scope Scoped Resources",
"description": "This module deploys a Private Link Scope Scoped Resource.",
Expand Down Expand Up @@ -690,8 +690,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.21.1.54444",
"templateHash": "12070877359436548097"
"version": "0.24.24.22086",
"templateHash": "11154909986774213690"
},
"name": "Private Endpoints",
"description": "This module deploys a Private Endpoint.",
Expand Down Expand Up @@ -1093,8 +1093,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.21.1.54444",
"templateHash": "18097769811078256480"
"version": "0.24.24.22086",
"templateHash": "6129461321051281170"
},
"name": "Private Endpoint Private DNS Zone Groups",
"description": "This module deploys a Private Endpoint Private DNS Zone Group.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.21.1.54444",
"templateHash": "3902218127334936289"
"version": "0.24.24.22086",
"templateHash": "590222292996782879"
},
"name": "Private Link Scope Scoped Resources",
"description": "This module deploys a Private Link Scope Scoped Resource.",
Expand Down
1 change: 1 addition & 0 deletions modules/network/ip-group/MOVED-TO-AVM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module has already been migrated to [AVM](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res). Only the AVM version is expected to receive updates / new features. Please do not work on improving this module in [CARML](https://aka.ms/carml).
2 changes: 2 additions & 0 deletions modules/network/ip-group/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# IP Groups `[Microsoft.Network/ipGroups]`

> This module has already been migrated to [AVM](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res). Only the AVM version is expected to receive updates / new features. Please do not work on improving this module in [CARML](https://aka.ms/carml).

This module deploys an IP Group.

## Navigation
Expand Down
4 changes: 2 additions & 2 deletions modules/network/ip-group/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.23.1.45101",
"templateHash": "12288057031488744578"
"version": "0.24.24.22086",
"templateHash": "11594835403305587899"
},
"name": "IP Groups",
"description": "This module deploys an IP Group.",
Expand Down
1 change: 1 addition & 0 deletions modules/network/private-link-service/MOVED-TO-AVM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module has already been migrated to [AVM](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res). Only the AVM version is expected to receive updates / new features. Please do not work on improving this module in [CARML](https://aka.ms/carml).
2 changes: 2 additions & 0 deletions modules/network/private-link-service/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Private Link Services `[Microsoft.Network/privateLinkServices]`

> This module has already been migrated to [AVM](https://github.com/Azure/bicep-registry-modules/tree/main/avm/res). Only the AVM version is expected to receive updates / new features. Please do not work on improving this module in [CARML](https://aka.ms/carml).

This module deploys a Private Link Service.

## Navigation
Expand Down
4 changes: 2 additions & 2 deletions modules/network/private-link-service/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.23.1.45101",
"templateHash": "7895931636672414166"
"version": "0.24.24.22086",
"templateHash": "16095668767284797776"
},
"name": "Private Link Services",
"description": "This module deploys a Private Link Service.",
Expand Down
Loading