From df3fa9408853a63ac7e01c1a7043df17db0d41e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Barab=C3=A1s?= Date: Wed, 4 Oct 2023 08:53:17 -0700 Subject: [PATCH] module index filtering, readability & content updates (#158) Co-authored-by: Jack Tracey --- .github/linters/mlc_config.json | 3 + .../indexes/bicep/bicep-pattern-modules.md | 54 +++- .../indexes/bicep/bicep-resource-modules.md | 51 +++- .../indexes/terraform/tf-pattern-modules.md | 56 +++- .../indexes/terraform/tf-resource-modules.md | 52 +++- .../shortcodes/moduleNameStatusOwners.html | 100 +++++-- .../moduleNameTelemetryGHTeams.html | 66 ++++- .../module-indexes/BicepPatternModules.csv | 8 +- .../module-indexes/BicepResourceModules.csv | 268 +++++++++--------- .../TerraformPatternModules.csv | 6 +- .../TerraformResourceModules.csv | 24 +- 11 files changed, 460 insertions(+), 228 deletions(-) diff --git a/.github/linters/mlc_config.json b/.github/linters/mlc_config.json index d446fed9a..f8e95999c 100644 --- a/.github/linters/mlc_config.json +++ b/.github/linters/mlc_config.json @@ -14,6 +14,9 @@ }, { "pattern": "/Azure-Verified-Modules/" + }, + { + "pattern": "^https://drone.thegeeklab.de" } ], "httpHeaders": [ diff --git a/docs/content/indexes/bicep/bicep-pattern-modules.md b/docs/content/indexes/bicep/bicep-pattern-modules.md index 79463a005..ac006ddf9 100644 --- a/docs/content/indexes/bicep/bicep-pattern-modules.md +++ b/docs/content/indexes/bicep/bicep-pattern-modules.md @@ -5,37 +5,53 @@ geekdocAlign: left geekdocAnchor: true --- - -{{< hint type=tip >}} +{{< hint type=note >}} -**Use the breadcrumb menu** above to navigate back to the main page! +This page contains various views of the module index (catalog) for **Bicep Pattern Modules**. To see these views, **click on the expandable sections** with the "➕" sign below. + +- {{< icon "gdoc_github" >}} To see the **full, unfiltered, unformatted module index** on GitHub, click [here](https://github.com/Azure/Azure-Verified-Modules/blob/main/docs/static/module-indexes/BicepPatternModules.csv). + +- {{< icon "gdoc_download" >}} To download the source CSV file, click [here](/Azure-Verified-Modules/module-indexes/BicepPatternModules.csv). {{< /hint >}} +{{< toc >}} + +## Module catalog + {{< hint type=note >}} +Modules listed below that aren't shown with the status of **`Module Available 🟢`**, are currently in development and are not yet available for use. For planned modules, see the [Planned modules](#planned-modules) section below. +{{< /hint >}} -This page contains various views of the module index (catalog) for **Bicep Pattern Modules**. To see these views, **click on the expandable sections** with the "➕" sign below. +### Available modules -- {{< icon "gdoc_github" >}} To see the **full, unfiltered module index** on GitHub, click [here](https://github.com/Azure/Azure-Verified-Modules/blob/main/docs/static/module-indexes/BicepPatternModules.csv). +{{< expand "➕ Available Modules - Module names, status and owners" "expand/collapse" "open" >}} -- {{< icon "gdoc_download" >}} To download the CSV file, click [here](/Azure-Verified-Modules/module-indexes/BicepPatternModules.csv). +{{< moduleNameStatusOwners header=true csv="/static/module-indexes/BicepPatternModules.csv" language="Bicep" moduleType="pattern" exclude="New Module :new:,Migrate From CARML :rocket:" >}} -{{< /hint >}} +{{< /expand >}} -{{< hint type=important >}} -Modules listed below that aren't shown with the status of **`Module Available 🟢`**, are currently in development and are not yet available for use. -{{< /hint >}} +
+ +### Planned modules + +{{< expand "➕ Planned Modules - Module names, status and owners" "expand/collapse" >}} + +{{< moduleNameStatusOwners header=true csv="/static/module-indexes/BicepPatternModules.csv" language="Bicep" moduleType="pattern" exclude="Module Available :green_circle:,Module Orphaned :eyes:" >}} + +{{< /expand >}}
-## Module names, status and owners +### All modules -{{< expand "➕ Module names, status and owners" "expand/collapse" >}} +{{< expand "➕ All Modules - Module names, status and owners" "expand/collapse" >}} {{< moduleNameStatusOwners header=true csv="/static/module-indexes/BicepPatternModules.csv" language="Bicep" moduleType="pattern" >}} @@ -43,9 +59,17 @@ Modules listed below that aren't shown with the status of **`Module Available
-## Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors +## For Module Owners & Contributors + +### Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors + +{{< hint type=note >}} + +This section is mainly intended **for module owners and contributors** as it contains information important for module development, such as **telemetry ID prefix, and GitHub Teams for Owners & Contributors**. + +{{< /hint >}} -{{< expand "➕ Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors" "expand/collapse" >}} +{{< expand "➕ All Modules - Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors" "expand/collapse" >}} {{< moduleNameTelemetryGHTeams header=true csv="/static/module-indexes/BicepPatternModules.csv" language="Bicep" moduleType="pattern" >}} diff --git a/docs/content/indexes/bicep/bicep-resource-modules.md b/docs/content/indexes/bicep/bicep-resource-modules.md index 75ace7081..ea73b1498 100644 --- a/docs/content/indexes/bicep/bicep-resource-modules.md +++ b/docs/content/indexes/bicep/bicep-resource-modules.md @@ -5,31 +5,55 @@ geekdocAlign: left geekdocAnchor: true --- -{{< hint type=tip >}} + {{< hint type=note >}} This page contains various views of the module index (catalog) for **Bicep Resource Modules**. To see these views, **click on the expandable sections** with the "➕" sign below. -- {{< icon "gdoc_github" >}} To see the **full, unfiltered module index** on GitHub, click [here](https://github.com/Azure/Azure-Verified-Modules/blob/main/docs/static/module-indexes/BicepResourceModules.csv). +- {{< icon "gdoc_github" >}} To see the **full, unfiltered, unformatted module index** on GitHub, click [here](https://github.com/Azure/Azure-Verified-Modules/blob/main/docs/static/module-indexes/BicepResourceModules.csv). -- {{< icon "gdoc_download" >}} To download the CSV file, click [here](/Azure-Verified-Modules/module-indexes/BicepResourceModules.csv). +- {{< icon "gdoc_download" >}} To download the source CSV file, click [here](/Azure-Verified-Modules/module-indexes/BicepResourceModules.csv). {{< /hint >}} -{{< hint type=important >}} -Modules listed below that aren't shown with the status of **`Module Available 🟢`**, are currently in development and are not yet available for use. +{{< toc >}} + +## Module catalog + +{{< hint type=note >}} +Modules listed below that aren't shown with the status of **`Module Available 🟢`**, are currently in development and are not yet available for use. For planned modules, see the [Planned modules](#planned-modules) section below. {{< /hint >}}
-## Module names, status and owners +### Available modules + +{{< expand "➕ Available Modules - Module names, status and owners" "expand/collapse" "open" >}} + +{{< moduleNameStatusOwners header=true csv="/static/module-indexes/BicepResourceModules.csv" language="Bicep" moduleType="resource" exclude="New Module :new:,Migrate From CARML :rocket:" >}} + +{{< /expand >}} + +
+ +### Planned modules + +{{< expand "➕ Planned Modules - Module names, status and owners" "expand/collapse" >}} -{{< expand "➕ Module names, status and owners" "expand/collapse" >}} +{{< moduleNameStatusOwners header=true csv="/static/module-indexes/BicepResourceModules.csv" language="Bicep" moduleType="resource" exclude="Module Available :green_circle:,Module Orphaned :eyes:" >}} + +{{< /expand >}} + +
+ +### All modules + +{{< expand "➕ All Modules - Module names, status and owners" "expand/collapse" >}} {{< moduleNameStatusOwners header=true csv="/static/module-indexes/BicepResourceModules.csv" language="Bicep" moduleType="resource" >}} @@ -37,9 +61,16 @@ Modules listed below that aren't shown with the status of **`Module Available
-## Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors +## For Module Owners & Contributors + +{{< hint type=note >}} + +This section is mainly intended **for module owners and contributors** as it contains information important for module development, such as **telemetry ID prefix, and GitHub Teams for Owners & Contributors**. + +{{< /hint >}} +### Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors -{{< expand "➕ Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors" "expand/collapse" >}} +{{< expand "➕ All Modules - Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors" "expand/collapse" >}} {{< moduleNameTelemetryGHTeams header=true csv="/static/module-indexes/BicepResourceModules.csv" language="Bicep" moduleType="resource" >}} diff --git a/docs/content/indexes/terraform/tf-pattern-modules.md b/docs/content/indexes/terraform/tf-pattern-modules.md index 99147a12d..877374f6b 100644 --- a/docs/content/indexes/terraform/tf-pattern-modules.md +++ b/docs/content/indexes/terraform/tf-pattern-modules.md @@ -5,37 +5,55 @@ geekdocAlign: left geekdocAnchor: true --- - -{{< hint type=tip >}} +{{< hint type=note >}} -**Use the breadcrumb menu** above to navigate back to the main page! +This page contains various views of the module index (catalog) for **Terraform Pattern Modules**. To see these views, **click on the expandable sections** with the "➕" sign below. + +- {{< icon "gdoc_github" >}} To see the **full, unfiltered, unformatted module index** on GitHub, click [here](https://github.com/Azure/Azure-Verified-Modules/blob/main/docs/static/module-indexes/TerraformPatternModules.csv). + +- {{< icon "gdoc_download" >}} To download the source CSV file, click [here](/Azure-Verified-Modules/module-indexes/TerraformPatternModules.csv). {{< /hint >}} +{{< toc >}} + +## Module catalog + {{< hint type=note >}} +Modules listed below that aren't shown with the status of **`Module Available 🟢`**, are currently in development and are not yet available for use. For planned modules, see the [Planned modules](#planned-modules) section below. +{{< /hint >}} -This page contains various views of the module index (catalog) for **Terraform Pattern Modules**. To see these views, **click on the expandable sections** with the "➕" sign below. +
-- {{< icon "gdoc_github" >}} To see the **full, unfiltered module index** on GitHub, click [here](https://github.com/Azure/Azure-Verified-Modules/blob/main/docs/static/module-indexes/TerraformPatternModules.csv). +### Available modules -- {{< icon "gdoc_download" >}} To download the CSV file, click [here](/Azure-Verified-Modules/module-indexes/TerraformPatternModules.csv). +{{< expand "➕ Available Modules - Module names, status and owners" "expand/collapse" "open" >}} -{{< /hint >}} +{{< moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformPatternModules.csv" language="Terraform" moduleType="pattern" exclude="New Module :new:,Migrate From TFVM :rocket:" >}} -{{< hint type=important >}} -Modules listed below that aren't shown with the status of **`Module Available 🟢`**, are currently in development and are not yet available for use. -{{< /hint >}} +{{< /expand >}}
-## Module names, status and owners +### Planned modules -{{< expand "➕ Module names, status and owners" "expand/collapse" >}} +{{< expand "➕ Planned Modules - Module names, status and owners" "expand/collapse" >}} + +{{< moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformPatternModules.csv" language="Terraform" moduleType="pattern" exclude="Module Available :green_circle:,Module Orphaned :eyes:" >}} + +{{< /expand >}} + +
+ +### All modules + +{{< expand "➕ All Modules - Module names, status and owners" "expand/collapse" >}} {{< moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformPatternModules.csv" language="Terraform" moduleType="pattern" >}} @@ -43,9 +61,17 @@ Modules listed below that aren't shown with the status of **`Module Available
-## Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors +## For Module Owners & Contributors + +{{< hint type=note >}} + +This section is mainly intended **for module owners and contributors** as it contains information important for module development, such as **telemetry ID prefix, and GitHub Teams for Owners & Contributors**. + +{{< /hint >}} + +### Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors -{{< expand "➕ Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors" "expand/collapse" >}} +{{< expand "➕ All Modules - Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors" "expand/collapse" >}} {{< moduleNameTelemetryGHTeams header=true csv="/static/module-indexes/TerraformPatternModules.csv" language="Terraform" moduleType="pattern">}} diff --git a/docs/content/indexes/terraform/tf-resource-modules.md b/docs/content/indexes/terraform/tf-resource-modules.md index 9337a17e9..27bdd1f7f 100644 --- a/docs/content/indexes/terraform/tf-resource-modules.md +++ b/docs/content/indexes/terraform/tf-resource-modules.md @@ -5,31 +5,55 @@ geekdocAlign: left geekdocAnchor: true --- -{{< hint type=tip >}} + {{< hint type=note >}} This page contains various views of the module index (catalog) for **Terraform Resource Modules**. To see these views, **click on the expandable sections** with the "➕" sign below. -- {{< icon "gdoc_github" >}} To see the **full, unfiltered module index** on GitHub, click [here](https://github.com/Azure/Azure-Verified-Modules/blob/main/docs/static/module-indexes/TerraformResourceModules.csv). +- {{< icon "gdoc_github" >}} To see the **full, unfiltered, unformatted module index** on GitHub, click [here](https://github.com/Azure/Azure-Verified-Modules/blob/main/docs/static/module-indexes/TerraformResourceModules.csv). -- {{< icon "gdoc_download" >}} To download the CSV file, click [here](/Azure-Verified-Modules/module-indexes/TerraformResourceModules.csv). +- {{< icon "gdoc_download" >}} To download the source CSV file, click [here](/Azure-Verified-Modules/module-indexes/TerraformResourceModules.csv). {{< /hint >}} -{{< hint type=important >}} -Modules listed below that aren't shown with the status of **`Module Available 🟢`**, are currently in development and are not yet available for use. +{{< toc >}} + +## Module catalog + +{{< hint type=note >}} +Modules listed below that aren't shown with the status of **`Module Available 🟢`**, are currently in development and are not yet available for use. For planned modules, see the [Planned modules](#planned-modules) section below. {{< /hint >}}
-## Module names, status and owners +### Available modules + +{{< expand "➕ Available Modules - Module names, status and owners" "expand/collapse" "open" >}} + +{{< moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformResourceModules.csv" language="Terraform" moduleType="resource" exclude="New Module :new:,Migrate From TFVM :rocket:" >}} + +{{< /expand >}} + +
+ +### Planned modules + +{{< expand "➕ Planned Modules - Module names, status and owners" "expand/collapse" >}} + +{{< moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformResourceModules.csv" language="Terraform" moduleType="resource" exclude="Module Available :green_circle:,Module Orphaned :eyes:" >}} + +{{< /expand >}} + +
+ +### All modules -{{< expand "➕ Module names, status and owners" "expand/collapse" >}} +{{< expand "➕ All Modules - Module names, status and owners" "expand/collapse" >}} {{< moduleNameStatusOwners header=true csv="/static/module-indexes/TerraformResourceModules.csv" language="Terraform" moduleType="resource" >}} @@ -37,9 +61,17 @@ Modules listed below that aren't shown with the status of **`Module Available
-## Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors +## For Module Owners & Contributors + +{{< hint type=note >}} + +This section is mainly intended **for module owners and contributors** as it contains information important for module development, such as **telemetry ID prefix, and GitHub Teams for Owners & Contributors**. + +{{< /hint >}} + +### Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors -{{< expand "➕ Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors" "expand/collapse" >}} +{{< expand "➕ All Modules - Module name, Telemetry ID prefix, GitHub Teams for Owners & Contributors" "expand/collapse" >}} {{< moduleNameTelemetryGHTeams header=true csv="/static/module-indexes/TerraformResourceModules.csv" language="Terraform" moduleType="resource" >}} diff --git a/docs/layouts/shortcodes/moduleNameStatusOwners.html b/docs/layouts/shortcodes/moduleNameStatusOwners.html index 1eef8e9c4..a976307d4 100644 --- a/docs/layouts/shortcodes/moduleNameStatusOwners.html +++ b/docs/layouts/shortcodes/moduleNameStatusOwners.html @@ -5,14 +5,59 @@ {{ $useLinks := .Get "useLinks" | default true }} {{ $language := .Get "language" }} {{ $moduleType := .Get "moduleType" }} -{{ $columnOffset := 0 }} +{{ $exclude := .Get "exclude" }} +{{ $ProviderNamespace := 0 }} +{{ $ResourceType := 0 }} +{{ $ModuleDisplayName := 0 }} +{{ $ModuleName := 0 }} +{{ $ModuleStatus := 0 }} +{{ $RepoURL := 0 }} +{{ $PublicRegistryReference := 0 }} +{{ $TelemetryIdPrefix := 0 }} +{{ $PrimaryModuleOwnerGHHandle := 0 }} +{{ $PrimaryModuleOwnerDisplayName := 0 }} +{{ $SecondaryModuleOwnerGHHandle := 0 }} +{{ $SecondaryModuleOwnerDisplayName := 0 }} +{{ $ModuleOwnersGHTeam := 0 }} +{{ $ModuleContributorsGHTeam := 0 }} +{{ $Description := 0 }} +{{ $Comments := 0 }} +{{ $hasModulesAvailable := false }} {{ if eq $moduleType "resource" }} -{{ $columnOffset = 0 }} + {{ $ProviderNamespace = 0 }} + {{ $ResourceType = 1 }} + {{ $ModuleDisplayName = 2 }} + {{ $ModuleName = 3 }} + {{ $ModuleStatus = 4 }} + {{ $RepoURL = 5 }} + {{ $PublicRegistryReference = 6 }} + {{ $TelemetryIdPrefix = 7 }} + {{ $PrimaryModuleOwnerGHHandle = 8 }} + {{ $PrimaryModuleOwnerDisplayName = 9 }} + {{ $SecondaryModuleOwnerGHHandle = 10 }} + {{ $SecondaryModuleOwnerDisplayName = 11 }} + {{ $ModuleOwnersGHTeam = 12 }} + {{ $ModuleContributorsGHTeam = 13 }} + {{ $Description = 14 }} + {{ $Comments = 15 }} {{ else if eq $moduleType "pattern" }} -{{ $columnOffset = 2 }} + {{ $ModuleDisplayName = 0 }} + {{ $ModuleName = 1 }} + {{ $ModuleStatus = 2 }} + {{ $RepoURL = 3 }} + {{ $PublicRegistryReference = 4 }} + {{ $TelemetryIdPrefix = 5 }} + {{ $PrimaryModuleOwnerGHHandle = 6 }} + {{ $PrimaryModuleOwnerDisplayName = 7 }} + {{ $SecondaryModuleOwnerGHHandle = 8 }} + {{ $SecondaryModuleOwnerDisplayName = 9 }} + {{ $ModuleOwnersGHTeam = 10 }} + {{ $ModuleContributorsGHTeam = 11 }} + {{ $Description = 12 }} + {{ $Comments = 13 }} {{ else }} -{{ errorf "The %q shortcode requires a moduleType parameter to bet set to either 'resource' or 'pattern'. See %s" .Name .Position }} + {{ errorf "The %q shortcode requires a moduleType parameter to bet set to either 'resource' or 'pattern'. See %s" .Name .Position }} {{ end }} {{ if eq $language "Bicep" }} @@ -25,16 +70,27 @@ Module Name Module Display Name Module Status - Primary Module Owner GitHub Handle (and Display Name) + Primary Module Owner
GitHub Handle
(& Display Name) {{ end }} {{ range $row, $rows }} + {{ if not ( in $exclude (index $row $ModuleStatus) ) }} - {{ if $useLinks }} {{ if or (eq (index $row (sub 4 $columnOffset)) "Module Available :green_circle:") (eq (index $row (sub 4 $columnOffset)) "Module Orphaned :eyes:") }} {{ index $row (sub 3 $columnOffset) }} {{ else }} {{ index $row (sub 3 $columnOffset) }} {{ end }} {{else}} {{ index $row (sub 3 $columnOffset) }} {{ end }} - {{ index $row (sub 2 $columnOffset) }} - {{ emojify (index $row (sub 4 $columnOffset)) }} - {{ index $row (sub 8 $columnOffset) }} {{ if and (ne (index $row (sub 8 $columnOffset)) "") (ne (index $row (sub 9 $columnOffset)) "") }} ({{ index $row (sub 9 $columnOffset) }}){{ end }} + {{ if $useLinks }} {{ if or (eq (index $row $ModuleStatus) "Module Available :green_circle:") (eq (index $row $ModuleStatus) "Module Orphaned :eyes:") }} {{ index $row $ModuleName }} {{ else }} {{ index $row $ModuleName }} {{ end }} {{else}} {{ index $row $ModuleName }} {{ end }} + {{ index $row $ModuleDisplayName }} + {{ emojify (index $row $ModuleStatus) }} + {{ if ne (index $row $PrimaryModuleOwnerGHHandle) ""}}{{ index $row $PrimaryModuleOwnerGHHandle }} {{ if and (ne (index $row $PrimaryModuleOwnerGHHandle) "") (ne (index $row $PrimaryModuleOwnerDisplayName) "") }}
({{ index $row $PrimaryModuleOwnerDisplayName }}) {{ end }} {{ end}} + + {{ $hasModulesAvailable = true }} + {{ end }} + {{ end }} + {{ if not $hasModulesAvailable }} + + ❌ None available yet. + ❌ None available yet. + ❌ None available yet. + ❌ None available yet. {{ end }} @@ -49,20 +105,32 @@ Source Code Module Display Name Module Status - Primary Module Owner GitHub Handle (and Display Name) + Primary Module Owner
GitHub Handle
(& Display Name) {{ end }} {{ range $row, $rows }} + {{ if not ( in $exclude (index $row $ModuleStatus) ) }} + + {{ if $useLinks }} {{ if or (eq (index $row $ModuleStatus) "Module Available :green_circle:") (eq (index $row $ModuleStatus) "Module Orphaned :eyes:") }} {{ index $row $ModuleName }} {{ else }} {{ index $row $ModuleName }} {{ end }} {{else}} {{ index $row $ModuleName }} {{ end }} + {{ if $useLinks }} {{ if or (eq (index $row $ModuleStatus) "Module Available :green_circle:") (eq (index $row $ModuleStatus) "Module Orphaned :eyes:") }} 📄 {{ else }} {{ "n/a" }} {{ end }} {{else}} {{ "n/a" }} {{ end }} + {{ index $row $ModuleDisplayName }} + {{ emojify (index $row $ModuleStatus) }} + {{ if ne (index $row $PrimaryModuleOwnerGHHandle) ""}}{{ index $row $PrimaryModuleOwnerGHHandle }} {{ if and (ne (index $row $PrimaryModuleOwnerGHHandle) "") (ne (index $row $PrimaryModuleOwnerDisplayName) "") }}
({{ index $row $PrimaryModuleOwnerDisplayName }}) {{ end }} {{ end}} + + {{ $hasModulesAvailable = true }} + {{ end }} + {{ end }} + {{ if not $hasModulesAvailable }} - {{ if $useLinks }} {{ if or (eq (index $row (sub 4 $columnOffset)) "Module Available :green_circle:") (eq (index $row (sub 4 $columnOffset)) "Module Orphaned :eyes:") }} {{ index $row (sub 3 $columnOffset) }} {{ else }} {{ index $row (sub 3 $columnOffset) }} {{ end }} {{else}} {{ index $row (sub 3 $columnOffset) }} {{ end }} - {{ if $useLinks }} {{ if or (eq (index $row (sub 4 $columnOffset)) "Module Available :green_circle:") (eq (index $row (sub 4 $columnOffset)) "Module Orphaned :eyes:") }} 📄 {{ else }} {{ "n/a" }} {{ end }} {{else}} {{ "n/a" }} {{ end }} - {{ index $row (sub 2 $columnOffset) }} - {{ emojify (index $row (sub 4 $columnOffset)) }} - {{ index $row (sub 8 $columnOffset) }} {{ if and (ne (index $row (sub 8 $columnOffset)) "") (ne (index $row (sub 9 $columnOffset)) "") }} ({{ index $row (sub 9 $columnOffset) }}){{ end }} + ❌ None available yet. + ❌ None available yet. + ❌ None available yet. + ❌ None available yet. + ❌ None available yet. {{ end }} {{ else }} -{{ errorf "The %q shortcode requires a language parameter to be set either 'Bicep' or 'Terraform'. See %s" .Name .Position }} + {{ errorf "The %q shortcode requires a language parameter to be set either 'Bicep' or 'Terraform'. See %s" .Name .Position }} {{ end }} diff --git a/docs/layouts/shortcodes/moduleNameTelemetryGHTeams.html b/docs/layouts/shortcodes/moduleNameTelemetryGHTeams.html index d2048ffb1..a6b521163 100644 --- a/docs/layouts/shortcodes/moduleNameTelemetryGHTeams.html +++ b/docs/layouts/shortcodes/moduleNameTelemetryGHTeams.html @@ -5,12 +5,56 @@ {{ $useLinks := .Get "useLinks" | default true }} {{ $language := .Get "language" }} {{ $moduleType := .Get "moduleType" }} -{{ $columnOffset := 0 }} +{{ $ProviderNamespace := 0 }} +{{ $ResourceType := 0 }} +{{ $ModuleDisplayName := 0 }} +{{ $ModuleName := 0 }} +{{ $ModuleStatus := 0 }} +{{ $RepoURL := 0 }} +{{ $PublicRegistryReference := 0 }} +{{ $TelemetryIdPrefix := 0 }} +{{ $PrimaryModuleOwnerGHHandle := 0 }} +{{ $PrimaryModuleOwnerDisplayName := 0 }} +{{ $SecondaryModuleOwnerGHHandle := 0 }} +{{ $SecondaryModuleOwnerDisplayName := 0 }} +{{ $ModuleOwnersGHTeam := 0 }} +{{ $ModuleContributorsGHTeam := 0 }} +{{ $Description := 0 }} +{{ $Comments := 0 }} +{{ $hasModulesAvailable := false }} {{ if eq $moduleType "resource" }} -{{ $columnOffset = 0 }} + {{ $ProviderNamespace = 0 }} + {{ $ResourceType = 1 }} + {{ $ModuleDisplayName = 2 }} + {{ $ModuleName = 3 }} + {{ $ModuleStatus = 4 }} + {{ $RepoURL = 5 }} + {{ $PublicRegistryReference = 6 }} + {{ $TelemetryIdPrefix = 7 }} + {{ $PrimaryModuleOwnerGHHandle = 8 }} + {{ $PrimaryModuleOwnerDisplayName = 9 }} + {{ $SecondaryModuleOwnerGHHandle = 10 }} + {{ $SecondaryModuleOwnerDisplayName = 11 }} + {{ $ModuleOwnersGHTeam = 12 }} + {{ $ModuleContributorsGHTeam = 13 }} + {{ $Description = 14 }} + {{ $Comments = 15 }} {{ else if eq $moduleType "pattern" }} -{{ $columnOffset = 2 }} + {{ $ModuleDisplayName = 0 }} + {{ $ModuleName = 1 }} + {{ $ModuleStatus = 2 }} + {{ $RepoURL = 3 }} + {{ $PublicRegistryReference = 4 }} + {{ $TelemetryIdPrefix = 5 }} + {{ $PrimaryModuleOwnerGHHandle = 6 }} + {{ $PrimaryModuleOwnerDisplayName = 7 }} + {{ $SecondaryModuleOwnerGHHandle = 8 }} + {{ $SecondaryModuleOwnerDisplayName = 9 }} + {{ $ModuleOwnersGHTeam = 10 }} + {{ $ModuleContributorsGHTeam = 11 }} + {{ $Description = 12 }} + {{ $Comments = 13 }} {{ else }} {{ errorf "The %q shortcode requires a moduleType parameter to bet set to either 'resource' or 'pattern'. See %s" .Name .Position }} {{ end }} @@ -29,12 +73,12 @@ {{ end }} {{ range $row, $rows }} - {{ if $useLinks }} {{ if or (eq (index $row (sub 4 $columnOffset)) "Module Available :green_circle:") (eq (index $row (sub 4 $columnOffset)) "Module Orphaned :eyes:") }} {{ index $row (sub 3 $columnOffset) }} {{ else }} {{ index $row (sub 3 $columnOffset) }} {{ end }} {{else}} {{ index $row (sub 3 $columnOffset) }} {{ end }} - {{ index $row (sub 7 $columnOffset) }} + {{ if $useLinks }} {{ if or (eq (index $row $ModuleStatus) "Module Available :green_circle:") (eq (index $row $ModuleStatus) "Module Orphaned :eyes:") }} {{ index $row $ModuleName }} {{ else }} {{ index $row $ModuleName }} {{ end }} {{else}} {{ index $row $ModuleName }} {{ end }} + {{ index $row $TelemetryIdPrefix }} - {{ index $row (sub 10 $columnOffset) }} + {{ index $row $ModuleOwnersGHTeam }}
- {{ index $row (sub 11 $columnOffset) }} + {{ index $row $ModuleContributorsGHTeam }} @@ -55,12 +99,12 @@ {{ end }} {{ range $row, $rows }} - {{ if $useLinks }} {{ if or (eq (index $row (sub 4 $columnOffset)) "Module Available :green_circle:") (eq (index $row (sub 4 $columnOffset)) "Module Orphaned :eyes:") }} {{ index $row (sub 3 $columnOffset) }} {{ else }} {{ index $row (sub 3 $columnOffset) }} {{ end }} {{else}} {{ index $row (sub 3 $columnOffset) }} {{ end }} - {{ index $row (sub 7 $columnOffset) }} + {{ if $useLinks }} {{ if or (eq (index $row $ModuleStatus) "Module Available :green_circle:") (eq (index $row $ModuleStatus) "Module Orphaned :eyes:") }} {{ index $row $ModuleName }} {{ else }} {{ index $row $ModuleName }} {{ end }} {{else}} {{ index $row $ModuleName }} {{ end }} + {{ index $row $TelemetryIdPrefix }} - {{ index $row (sub 10 $columnOffset) }} + {{ index $row $ModuleOwnersGHTeam }}
- {{ index $row (sub 11 $columnOffset) }} + {{ index $row $ModuleContributorsGHTeam }} diff --git a/docs/static/module-indexes/BicepPatternModules.csv b/docs/static/module-indexes/BicepPatternModules.csv index 061644822..1a605e190 100644 --- a/docs/static/module-indexes/BicepPatternModules.csv +++ b/docs/static/module-indexes/BicepPatternModules.csv @@ -1,2 +1,6 @@ -ModuleDisplayName,ModuleName,ModuleStatus,RepoURL,PublicRegistryReference,TelemetryIdPrefix,PrimaryModuleOwnerGHHandle,PrimaryModuleOwnerDisplayName,ModuleOwnersGHTeam,ModuleContributorsGHTeam,Description,Comments -Azure Security Center (Defender for Cloud),avm-ptn-securitycenter,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/securitycenter,br/public:avm-ptn-securitycenter:X.Y.Z,46d3xbcp.ptn.securitycenter,n/a,n/a,@azure/avm-ptn-securitycenter-module-owners-bicep,@azure/avm-ptn-securitycenter-module-contributors-bicep,AVM Resource Module for Azure Security Center (Defender for Cloud), +ModuleDisplayName,ModuleName,ModuleStatus,RepoURL,PublicRegistryReference,TelemetryIdPrefix,PrimaryModuleOwnerGHHandle,PrimaryModuleOwnerDisplayName,SecondaryModuleOwnerGHHandle,SecondaryModuleOwnerDisplayName,ModuleOwnersGHTeam,ModuleContributorsGHTeam,Description,Comments +Azure Security Center (Defender for Cloud),avm-ptn-securitycenter,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/securitycenter,br/public:avm-ptn-securitycenter:X.Y.Z,46d3xbcp.ptn.securitycenter,,,,,@azure/avm-ptn-securitycenter-module-owners-bicep,@azure/avm-ptn-securitycenter-module-contributors-bicep,AVM Pattern Module for Azure Security Center (Defender for Cloud), +AVD Management Plane,avm-ptn-avd-lza-managementplane,New Module :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/avd-lza-managementplane,br/public:avm-ptn-avd-lza-managementplane:X.Y.Z,46d3xbcp.ptn.avd-lza-managementplane,danycontre,Dany Contreras,moisesjgomez,Moises Gomez Cortez,@azure/avm-ptn-avd-lza-managementplane-module-owners-bicep,@azure/avm-ptn-avd-lza-managementplane-module-contributors-bicep,AVM Pattern Module for AVD Management Plane, +AVD Session Hosts,avm-ptn-avd-lza-sessionhosts,New Module :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/avd-lza-sessionhosts,br/public:avm-ptn-avd-lza-sessionhosts:X.Y.Z,46d3xbcp.ptn.avd-lza-sessionhosts,danycontre,Dany Contreras,danycontre,Dany Contreras,@azure/avm-ptn-avd-lza-sessionhosts-module-owners-bicep,@azure/avm-ptn-avd-lza-sessionhosts-module-contributors-bicep,AVM Pattern Module for AVD Session Hosts, +AVD Insights,avm-ptn-avd-lza-insights,New Module :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/avd-lza-insights,br/public:avm-ptn-avd-lza-insights:X.Y.Z,46d3xbcp.ptn.avd-lza-insights,danycontre,Dany Contreras,danycontre,Dany Contreras,@azure/avm-ptn-avd-lza-insights-module-owners-bicep,@azure/avm-ptn-avd-lza-insights-module-contributors-bicep,AVM Pattern Module for AVD Insights, +AVD Networking,avm-ptn-avd-lza-networking,New Module :new:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/ptn/avd-lza-networking,br/public:avm-ptn-avd-lza-networking:X.Y.Z,46d3xbcp.ptn.avd-lza-networking,moisesjgomez,Moises Gomez Cortez,danycontre,Dany Contreras,@azure/avm-ptn-avd-lza-networking-module-owners-bicep,@azure/avm-ptn-avd-lza-networking-module-contributors-bicep,AVM Pattern Module for AVD Networking, diff --git a/docs/static/module-indexes/BicepResourceModules.csv b/docs/static/module-indexes/BicepResourceModules.csv index 5d58dc4fa..c3cf12d5c 100644 --- a/docs/static/module-indexes/BicepResourceModules.csv +++ b/docs/static/module-indexes/BicepResourceModules.csv @@ -1,134 +1,134 @@ -ProviderNamespace,ResourceType,ModuleDisplayName,ModuleName,ModuleStatus,RepoURL,PublicRegistryReference,TelemetryIdPrefix,PrimaryModuleOwnerGHHandle,PrimaryModuleOwnerDisplayName,ModuleOwnersGHTeam,ModuleContributorsGHTeam,Description,Comments -Microsoft.AAD,domainServices,Azure Active Directory Domain Service,avm-res-aad-domainservice,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/aad/domain-service,br/public:avm-res-aad-domainservice:X.Y.Z,46d3xbcp.res.aad-domainservice,,,@azure/avm-res-aad-domainservice-module-owners-bicep,@azure/avm-res-aad-domainservice-module-contributors-bicep,AVM Resource Module for Azure Active Directory Domain Service, -Microsoft.AnalysisServices,servers,Analysis Services Server,avm-res-analysisservices-server,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/analysis-services/server,br/public:avm-res-analysisservices-server:X.Y.Z,46d3xbcp.res.analysisservices-server,,,@azure/avm-res-analysisservices-server-module-owners-bicep,@azure/avm-res-analysisservices-server-module-contributors-bicep,AVM Resource Module for Analysis Services Server, -Microsoft.ApiManagement,service,API Management Service,avm-res-apimanagement-service,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service,br/public:avm-res-apimanagement-service:X.Y.Z,46d3xbcp.res.apimanagement-service,,,@azure/avm-res-apimanagement-service-module-owners-bicep,@azure/avm-res-apimanagement-service-module-contributors-bicep,AVM Resource Module for API Management Service, -Microsoft.App,containerApps,Container App,avm-res-app-containerapp,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app/container-app,br/public:avm-res-app-containerapp:X.Y.Z,46d3xbcp.res.app-containerapp,,,@azure/avm-res-app-containerapp-module-owners-bicep,@azure/avm-res-app-containerapp-module-contributors-bicep,AVM Resource Module for Container App, -Microsoft.App,managedEnvironments,App Managed Environment,avm-res-app-managedenvironment,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app/managed-environment,br/public:avm-res-app-managedenvironment:X.Y.Z,46d3xbcp.res.app-managedenvironment,,,@azure/avm-res-app-managedenvironment-module-owners-bicep,@azure/avm-res-app-managedenvironment-module-contributors-bicep,AVM Resource Module for App Managed Environment, -Microsoft.AppConfiguration,configurationStores,App Configuration Store,avm-res-appconfiguration-configurationstore,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app-configuration/configuration-store,br/public:avm-res-appconfiguration-configurationstore:X.Y.Z,46d3xbcp.res.appconfiguration-configurationstore,elbatane,Elena Batanero,@azure/avm-res-appconfiguration-configurationstore-module-owners-bicep,@azure/avm-res-appconfiguration-configurationstore-module-contributors-bicep,AVM Resource Module for App Configuration Store, -Microsoft.Authorization,locks,Authorization Lock (All scopes),avm-res-authorization-lock,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/lock,br/public:avm-res-authorization-lock:X.Y.Z,46d3xbcp.res.authorization-lock,ahmadabdalla,Ahmad Abdalla,@azure/avm-res-authorization-lock-module-owners-bicep,@azure/avm-res-authorization-lock-module-contributors-bicep,AVM Resource Module for Authorization Lock (All scopes), -Microsoft.Authorization,policyAssignments,Policy Assignment (All scopes),avm-res-authorization-policyassignment,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/policy-assignment,br/public:avm-res-authorization-policyassignment:X.Y.Z,46d3xbcp.res.authorization-policyassignment,elanzel,Elisa Anzelmo,@azure/avm-res-authorization-policyassignment-module-owners-bicep,@azure/avm-res-authorization-policyassignment-module-contributors-bicep,AVM Resource Module for Policy Assignment (All scopes), -Microsoft.Authorization,policyDefinitions,Policy Definition (All scopes),avm-res-authorization-policydefinition,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/policy-definition,br/public:avm-res-authorization-policydefinition:X.Y.Z,46d3xbcp.res.authorization-policydefinition,elanzel,Elisa Anzelmo,@azure/avm-res-authorization-policydefinition-module-owners-bicep,@azure/avm-res-authorization-policydefinition-module-contributors-bicep,AVM Resource Module for Policy Definition (All scopes), -Microsoft.Authorization,policyExemptions,Policy Exemption (All scopes),avm-res-authorization-policyexemption,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/policy-exemption,br/public:avm-res-authorization-policyexemption:X.Y.Z,46d3xbcp.res.authorization-policyexemption,elanzel,Elisa Anzelmo,@azure/avm-res-authorization-policyexemption-module-owners-bicep,@azure/avm-res-authorization-policyexemption-module-contributors-bicep,AVM Resource Module for Policy Exemption (All scopes), -Microsoft.Authorization,policySetDefinitions,Policy Set Definition (Initiatives) (All scopes),avm-res-authorization-policysetdefinition,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/policy-set-definition,br/public:avm-res-authorization-policysetdefinition:X.Y.Z,46d3xbcp.res.authorization-policysetdefinition,elanzel,Elisa Anzelmo,@azure/avm-res-authorization-policysetdefinition-module-owners-bicep,@azure/avm-res-authorization-policysetdefinition-module-contributors-bicep,AVM Resource Module for Policy Set Definition (Initiatives) (All scopes), -Microsoft.Authorization,roleAssignment,Role Assignment (All scopes),avm-res-authorization-roleassignment,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/role-assignment,br/public:avm-res-authorization-roleassignment:X.Y.Z,46d3xbcp.res.authorization-roleassignment,ahmadabdalla,Ahmad Abdalla,@azure/avm-res-authorization-roleassignment-module-owners-bicep,@azure/avm-res-authorization-roleassignment-module-contributors-bicep,AVM Resource Module for Role Assignment (All scopes), -Microsoft.Authorization,roleDefinitions,Role Definition (All scopes),avm-res-authorization-roledefinition,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/role-definition,br/public:avm-res-authorization-roledefinition:X.Y.Z,46d3xbcp.res.authorization-roledefinition,ahmadabdalla,Ahmad Abdalla,@azure/avm-res-authorization-roledefinition-module-owners-bicep,@azure/avm-res-authorization-roledefinition-module-contributors-bicep,AVM Resource Module for Role Definition (All scopes), -Microsoft.Automation,automationAccounts,Automation Account,avm-res-automation-automationaccount,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/automation/automation-account,br/public:avm-res-automation-automationaccount:X.Y.Z,46d3xbcp.res.automation-automationaccount,,,@azure/avm-res-automation-automationaccount-module-owners-bicep,@azure/avm-res-automation-automationaccount-module-contributors-bicep,AVM Resource Module for Automation Account, -Microsoft.Batch,batchAccounts,Batch Account,avm-res-batch-batchaccount,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/batch/batch-account,br/public:avm-res-batch-batchaccount:X.Y.Z,46d3xbcp.res.batch-batchaccount,,,@azure/avm-res-batch-batchaccount-module-owners-bicep,@azure/avm-res-batch-batchaccount-module-contributors-bicep,AVM Resource Module for Batch Account, -Microsoft.Cache,Redis,Redis Cache,avm-res-cache-redis,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/cache/redis,br/public:avm-res-cache-redis:X.Y.Z,46d3xbcp.res.cache-redis,,,@azure/avm-res-cache-redis-module-owners-bicep,@azure/avm-res-cache-redis-module-contributors-bicep,AVM Resource Module for Redis Cache, -Microsoft.Cdn,profiles,CDN Profile,avm-res-cdn-profile,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/cdn/profile,br/public:avm-res-cdn-profile:X.Y.Z,46d3xbcp.res.cdn-profile,ChrisSidebotham,Chris Sidebotham,@azure/avm-res-cdn-profile-module-owners-bicep,@azure/avm-res-cdn-profile-module-contributors-bicep,AVM Resource Module for CDN Profile, -Microsoft.CognitiveServices,accounts,Cognitive Service,avm-res-cognitiveservices-account,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/cognitive-services/account,br/public:avm-res-cognitiveservices-account:X.Y.Z,46d3xbcp.res.cognitiveservices-account,,,@azure/avm-res-cognitiveservices-account-module-owners-bicep,@azure/avm-res-cognitiveservices-account-module-contributors-bicep,AVM Resource Module for Cognitive Service, -Microsoft.Compute,availabilitySets,Availability Set,avm-res-compute-availabilityset,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/availability-set,br/public:avm-res-compute-availabilityset:X.Y.Z,46d3xbcp.res.compute-availabilityset,ahmadabdalla,Ahmad Abdalla,@azure/avm-res-compute-availabilityset-module-owners-bicep,@azure/avm-res-compute-availabilityset-module-contributors-bicep,AVM Resource Module for Availability Set, -Microsoft.Compute,disks,Compute Disk,avm-res-compute-disk,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/disk,br/public:avm-res-compute-disk:X.Y.Z,46d3xbcp.res.compute-disk,,,@azure/avm-res-compute-disk-module-owners-bicep,@azure/avm-res-compute-disk-module-contributors-bicep,AVM Resource Module for Compute Disk, -Microsoft.Compute,diskEncryptionSets,Disk Encryption Set,avm-res-compute-diskencryptionset,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/disk-encryption-set,br/public:avm-res-compute-diskencryptionset:X.Y.Z,46d3xbcp.res.compute-diskencryptionset,,,@azure/avm-res-compute-diskencryptionset-module-owners-bicep,@azure/avm-res-compute-diskencryptionset-module-contributors-bicep,AVM Resource Module for Disk Encryption Set, -Microsoft.Compute,galleries,Azure Compute Gallery,avm-res-compute-gallery,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/gallery,br/public:avm-res-compute-gallery:X.Y.Z,46d3xbcp.res.compute-gallery,,,@azure/avm-res-compute-gallery-module-owners-bicep,@azure/avm-res-compute-gallery-module-contributors-bicep,AVM Resource Module for Azure Compute Gallery, -Microsoft.Compute,images,Image,avm-res-compute-image,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/image,br/public:avm-res-compute-image:X.Y.Z,46d3xbcp.res.compute-image,,,@azure/avm-res-compute-image-module-owners-bicep,@azure/avm-res-compute-image-module-contributors-bicep,AVM Resource Module for Image, -Microsoft.Compute,proximityPlacementGroups,Proximity Placement Group,avm-res-compute-proximityplacementgroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/proximity-placement-group,br/public:avm-res-compute-proximityplacementgroup:X.Y.Z,46d3xbcp.res.compute-proximityplacementgroup,,,@azure/avm-res-compute-proximityplacementgroup-module-owners-bicep,@azure/avm-res-compute-proximityplacementgroup-module-contributors-bicep,AVM Resource Module for Proximity Placement Group, -Microsoft.Compute,sshPublicKeys,Public SSH Key,avm-res-compute-sshpublickey,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/ssh-public-key,br/public:avm-res-compute-sshpublickey:X.Y.Z,46d3xbcp.res.compute-sshpublickey,ChrisSidebotham,Chris Sidebotham,@azure/avm-res-compute-sshpublickey-module-owners-bicep,@azure/avm-res-compute-sshpublickey-module-contributors-bicep,AVM Resource Module for Public SSH Key, -Microsoft.Compute,virtualMachines,Virtual Machine,avm-res-compute-virtualmachine,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/virtual-machine,br/public:avm-res-compute-virtualmachine:X.Y.Z,46d3xbcp.res.compute-virtualmachine,rahalan,Rainer Halanek,@azure/avm-res-compute-virtualmachine-module-owners-bicep,@azure/avm-res-compute-virtualmachine-module-contributors-bicep,AVM Resource Module for Virtual Machine, -Microsoft.Compute,virtualMachineScaleSets,Virtual Machine Scale Set,avm-res-compute-virtualmachinescaleset,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/virtual-machine-scale-set,br/public:avm-res-compute-virtualmachinescaleset:X.Y.Z,46d3xbcp.res.compute-virtualmachinescaleset,rahalan,Rainer Halanek,@azure/avm-res-compute-virtualmachinescaleset-module-owners-bicep,@azure/avm-res-compute-virtualmachinescaleset-module-contributors-bicep,AVM Resource Module for Virtual Machine Scale Set, -Microsoft.Consumption,budgets,Consumption Budget,avm-res-consumption-budget,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/consumption/budget,br/public:avm-res-consumption-budget:X.Y.Z,46d3xbcp.res.consumption-budget,,,@azure/avm-res-consumption-budget-module-owners-bicep,@azure/avm-res-consumption-budget-module-contributors-bicep,AVM Resource Module for Consumption Budget, -Microsoft.ContainerInstance,containerGroups,Container Instances,avm-res-containerinstance-containergroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/container-instance/container-group,br/public:avm-res-containerinstance-containergroup:X.Y.Z,46d3xbcp.res.containerinstance-containergroup,JPEasier,Julian Peißker,@azure/avm-res-containerinstance-containergroup-module-owners-bicep,@azure/avm-res-containerinstance-containergroup-module-contributors-bicep,AVM Resource Module for Container Instances, -Microsoft.ContainerRegistry,registries,Azure Container Registry (ACR),avm-res-containerregistry-registry,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/container-registry/registry,br/public:avm-res-containerregistry-registry:X.Y.Z,46d3xbcp.res.containerregistry-registry,JPEasier,Julian Peißker,@azure/avm-res-containerregistry-registry-module-owners-bicep,@azure/avm-res-containerregistry-registry-module-contributors-bicep,AVM Resource Module for Azure Container Registry (ACR), -Microsoft.ContainerService,managedClusters,Azure Kubernetes Service (AKS) Managed Cluster,avm-res-containerservice-managedcluster,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/container-service/managed-cluster,br/public:avm-res-containerservice-managedcluster:X.Y.Z,46d3xbcp.res.containerservice-managedcluster,JPEasier,Julian Peißker,@azure/avm-res-containerservice-managedcluster-module-owners-bicep,@azure/avm-res-containerservice-managedcluster-module-contributors-bicep,AVM Resource Module for Azure Kubernetes Service (AKS) Managed Cluster, -Microsoft.Databricks,workspaces,Azure Databricks Workspace,avm-res-databricks-workspace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/data-factory/factory,br/public:avm-res-databricks-workspace:X.Y.Z,46d3xbcp.res.databricks-workspace,,,@azure/avm-res-databricks-workspace-module-owners-bicep,@azure/avm-res-databricks-workspace-module-contributors-bicep,AVM Resource Module for Azure Databricks Workspace, -Microsoft.DataFactory,factories,Data Factory,avm-res-datafactory-factory,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/data-protection/backup-vault,br/public:avm-res-datafactory-factory:X.Y.Z,46d3xbcp.res.datafactory-factory,segraef,Sebastian Graef,@azure/avm-res-datafactory-factory-module-owners-bicep,@azure/avm-res-datafactory-factory-module-contributors-bicep,AVM Resource Module for Data Factory, -Microsoft.DataProtection,backupVaults,Data Protection Backup Vault,avm-res-dataprotection-backupvault,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/databricks/workspace,br/public:avm-res-dataprotection-backupvault:X.Y.Z,46d3xbcp.res.dataprotection-backupvault,,,@azure/avm-res-dataprotection-backupvault-module-owners-bicep,@azure/avm-res-dataprotection-backupvault-module-contributors-bicep,AVM Resource Module for Data Protection Backup Vault, -Microsoft.DBforMySQL,flexibleServers,DBforMySQL Flexible Server,avm-res-dbformysql-flexibleserver,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/db-for-my-sql/flexible-server,br/public:avm-res-dbformysql-flexibleserver:X.Y.Z,46d3xbcp.res.dbformysql-flexibleserver,,,@azure/avm-res-dbformysql-flexibleserver-module-owners-bicep,@azure/avm-res-dbformysql-flexibleserver-module-contributors-bicep,AVM Resource Module for DBforMySQL Flexible Server, -Microsoft.DBforPostgreSQL,flexibleServers,DBforPostgreSQL Flexible Server,avm-res-dbforpostgresql-flexibleserver,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/db-for-postgre-sql/flexible-server,br/public:avm-res-dbforpostgresql-flexibleserver:X.Y.Z,46d3xbcp.res.dbforpostgresql-flexibleserver,,,@azure/avm-res-dbforpostgresql-flexibleserver-module-owners-bicep,@azure/avm-res-dbforpostgresql-flexibleserver-module-contributors-bicep,AVM Resource Module for DBforPostgreSQL Flexible Server, -Microsoft.DesktopVirtualization,applicationGroups,Azure Virtual Desktop (AVD) Application Group,avm-res-desktopvirtualization-applicationgroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/application-group,br/public:avm-res-desktopvirtualization-applicationgroup:X.Y.Z,46d3xbcp.res.desktopvirtualization-appgroup,,,@azure/avm-res-desktopvirtualization-applicationgroup-module-owners-bicep,@azure/avm-res-desktopvirtualization-applicationgroup-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Application Group, -Microsoft.DesktopVirtualization,hostPools,Azure Virtual Desktop (AVD) Host Pool,avm-res-desktopvirtualization-hostpool,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/host-pool,br/public:avm-res-desktopvirtualization-hostpool:X.Y.Z,46d3xbcp.res.desktopvirtualization-hostpool,,,@azure/avm-res-desktopvirtualization-hostpool-module-owners-bicep,@azure/avm-res-desktopvirtualization-hostpool-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Host Pool, -Microsoft.DesktopVirtualization,scalingPlans,Azure Virtual Desktop (AVD) Scaling Plan,avm-res-desktopvirtualization-scalingplan,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/scaling-plan,br/public:avm-res-desktopvirtualization-scalingplan:X.Y.Z,46d3xbcp.res.desktopvirtualization-scalingplan,,,@azure/avm-res-desktopvirtualization-scalingplan-module-owners-bicep,@azure/avm-res-desktopvirtualization-scalingplan-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Scaling Plan, -Microsoft.DesktopVirtualization,workspaces,Azure Virtual Desktop (AVD) Workspace,avm-res-desktopvirtualization-workspace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/workspace,br/public:avm-res-desktopvirtualization-workspace:X.Y.Z,46d3xbcp.res.desktopvirtualization-workspace,,,@azure/avm-res-desktopvirtualization-workspace-module-owners-bicep,@azure/avm-res-desktopvirtualization-workspace-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Workspace, -Microsoft.DevTestLab,labs,DevTest Lab,avm-res-devtestlab-lab,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/dev-test-lab/lab,br/public:avm-res-devtestlab-lab:X.Y.Z,46d3xbcp.res.devtestlab-lab,ahmadabdalla,Ahmad Abdalla,@azure/avm-res-devtestlab-lab-module-owners-bicep,@azure/avm-res-devtestlab-lab-module-contributors-bicep,AVM Resource Module for DevTest Lab, -Microsoft.DigitalTwins,digitalTwinsInstances,Digital Twins Instance,avm-res-digitaltwins-digitaltwinsinstance,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/digital-twins/digital-twins-instance,br/public:avm-res-digitaltwins-digitaltwinsinstance:X.Y.Z,46d3xbcp.res.digitaltwins-digitaltwinsinstance,ChrisSidebotham,Chris Sidebotham,@azure/avm-res-digitaltwins-digitaltwinsinstance-module-owners-bicep,@azure/avm-res-digitaltwins-digitaltwinsinstance-module-contributors-bicep,AVM Resource Module for Digital Twins Instance, -Microsoft.DocumentDB,databaseAccountNames,DocumentDB Database Account,avm-res-documentdb-databaseaccountname,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/document-db/database-account,br/public:avm-res-documentdb-databaseaccountname:X.Y.Z,46d3xbcp.res.documentdb-databaseaccountname,,,@azure/avm-res-documentdb-databaseaccountname-module-owners-bicep,@azure/avm-res-documentdb-databaseaccountname-module-contributors-bicep,AVM Resource Module for DocumentDB Database Account, -Microsoft.EventGrid,domains,Event Grid Domain,avm-res-eventgrid-domain,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-grid/domain,br/public:avm-res-eventgrid-domain:X.Y.Z,46d3xbcp.res.eventgrid-domain,fabmas,Fabio Masciotra,@azure/avm-res-eventgrid-domain-module-owners-bicep,@azure/avm-res-eventgrid-domain-module-contributors-bicep,AVM Resource Module for Event Grid Domain, -Microsoft.EventGrid,systemTopics,Event Grid System Topic,avm-res-eventgrid-systemtopic,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-grid/system-topic,br/public:avm-res-eventgrid-systemtopic:X.Y.Z,46d3xbcp.res.eventgrid-systemtopic,fabmas,Fabio Masciotra,@azure/avm-res-eventgrid-systemtopic-module-owners-bicep,@azure/avm-res-eventgrid-systemtopic-module-contributors-bicep,AVM Resource Module for Event Grid System Topic, -Microsoft.EventGrid,topics,Event Grid Topic,avm-res-eventgrid-topic,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-grid/topic,br/public:avm-res-eventgrid-topic:X.Y.Z,46d3xbcp.res.eventgrid-topic,fabmas,Fabio Masciotra,@azure/avm-res-eventgrid-topic-module-owners-bicep,@azure/avm-res-eventgrid-topic-module-contributors-bicep,AVM Resource Module for Event Grid Topic, -Microsoft.EventHub,namespaces,Event Hub Namespace,avm-res-eventhub-namespace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-hub/namespace,br/public:avm-res-eventhub-namespace:X.Y.Z,46d3xbcp.res.eventhub-namespace,elbatane,Elena Batanero,@azure/avm-res-eventhub-namespace-module-owners-bicep,@azure/avm-res-eventhub-namespace-module-contributors-bicep,AVM Resource Module for Event Hub Namespace, -Microsoft.HealthBot,healthBots,Azure Health Bot,avm-res-healthbot-healthbot,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/health-bot/health-bot,br/public:avm-res-healthbot-healthbot:X.Y.Z,46d3xbcp.res.healthbot-healthbot,,,@azure/avm-res-healthbot-healthbot-module-owners-bicep,@azure/avm-res-healthbot-healthbot-module-contributors-bicep,AVM Resource Module for Azure Health Bot, -Microsoft.HealthcareApis,workspaces,Healthcare API Workspace,avm-res-healthcareapis-workspace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/healthcare-apis/workspace,br/public:avm-res-healthcareapis-workspace:X.Y.Z,46d3xbcp.res.healthcareapis-workspace,,,@azure/avm-res-healthcareapis-workspace-module-owners-bicep,@azure/avm-res-healthcareapis-workspace-module-contributors-bicep,AVM Resource Module for Healthcare API Workspace, -Microsoft.Insights,actionGroups,Action Group,avm-res-insights-actiongroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/action-group,br/public:avm-res-insights-actiongroup:X.Y.Z,46d3xbcp.res.insights-actiongroup,rahalan,Rainer Halanek,@azure/avm-res-insights-actiongroup-module-owners-bicep,@azure/avm-res-insights-actiongroup-module-contributors-bicep,AVM Resource Module for Action Group, -Microsoft.Insights,activityLogAlerts,Activity Log Alert,avm-res-insights-activitylogalert,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/activity-log-alert,br/public:avm-res-insights-activitylogalert:X.Y.Z,46d3xbcp.res.insights-activitylogalert,,,@azure/avm-res-insights-activitylogalert-module-owners-bicep,@azure/avm-res-insights-activitylogalert-module-contributors-bicep,AVM Resource Module for Activity Log Alert, -Microsoft.Insights,components,Application Insight,avm-res-insights-component,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/component,br/public:avm-res-insights-component:X.Y.Z,46d3xbcp.res.insights-component,,,@azure/avm-res-insights-component-module-owners-bicep,@azure/avm-res-insights-component-module-contributors-bicep,AVM Resource Module for Application Insight, -Microsoft.Insights,dataCollectionEndpoints,Data Collection Endpoint,avm-res-insights-datacollectionendpoint,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/data-collection-endpoint,br/public:avm-res-insights-datacollectionendpoint:X.Y.Z,46d3xbcp.res.insights-datacollectionendpoint,krbar,Kris Baranek,@azure/avm-res-insights-datacollectionendpoint-module-owners-bicep,@azure/avm-res-insights-datacollectionendpoint-module-contributors-bicep,AVM Resource Module for Data Collection Endpoint, -Microsoft.Insights,dataCollectionRuleAssociations,Data Collection Rule,avm-res-insights-datacollectionruleassociation,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/data-collection-rule,br/public:avm-res-insights-datacollectionruleassociation:X.Y.Z,46d3xbcp.res.insights-datacollectionruleassoc,krbar,Kris Baranek,@azure/avm-res-insights-datacollectionruleassociation-module-owners-bicep,@azure/avm-res-insights-datacollectionruleassociation-module-contributors-bicep,AVM Resource Module for Data Collection Rule, -Microsoft.Insights,diagnosticSettings,Diagnostic Settings,avm-res-insights-diagnosticsetting,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/diagnostic-setting,br/public:avm-res-insights-diagnosticsetting:X.Y.Z,46d3xbcp.res.insights-diagnosticsetting,,,@azure/avm-res-insights-diagnosticsetting-module-owners-bicep,@azure/avm-res-insights-diagnosticsetting-module-contributors-bicep,AVM Resource Module for Diagnostic Settings, -Microsoft.Insights,metricAlerts,Metric Alert,avm-res-insights-metricalert,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/metric-alert,br/public:avm-res-insights-metricalert:X.Y.Z,46d3xbcp.res.insights-metricalert,,,@azure/avm-res-insights-metricalert-module-owners-bicep,@azure/avm-res-insights-metricalert-module-contributors-bicep,AVM Resource Module for Metric Alert, -Microsoft.Insights,privateLinkScopeOperationStatuses,Azure Monitor Private Link Scope,avm-res-insights-privatelinkscopeoperationstatus,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/private-link-scope,br/public:avm-res-insights-privatelinkscopeoperationstatus:X.Y.Z,46d3xbcp.res.insights-privatelinkscopeopstatus,ahmadabdalla,Ahmad Abdalla,@azure/avm-res-insights-privatelinkscopeoperationstatus-module-owners-bicep,@azure/avm-res-insights-privatelinkscopeoperationstatus-module-contributors-bicep,AVM Resource Module for Azure Monitor Private Link Scope, -Microsoft.Insights,scheduledQueryRules,Scheduled Query Rule,avm-res-insights-scheduledqueryrule,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/scheduled-query-rule,br/public:avm-res-insights-scheduledqueryrule:X.Y.Z,46d3xbcp.res.insights-scheduledqueryrule,,,@azure/avm-res-insights-scheduledqueryrule-module-owners-bicep,@azure/avm-res-insights-scheduledqueryrule-module-contributors-bicep,AVM Resource Module for Scheduled Query Rule, -Microsoft.Insights,webtests,Web Test,avm-res-insights-webtest,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/webtest,br/public:avm-res-insights-webtest:X.Y.Z,46d3xbcp.res.insights-webtest,,,@azure/avm-res-insights-webtest-module-owners-bicep,@azure/avm-res-insights-webtest-module-contributors-bicep,AVM Resource Module for Web Test, -Microsoft.KeyVault,vaults,Key Vault,avm-res-keyvault-vault,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/key-vault/vault,br/public:avm-res-keyvault-vault:X.Y.Z,46d3xbcp.res.keyvault-vault,fblix,Felix Borst,@azure/avm-res-keyvault-vault-module-owners-bicep,@azure/avm-res-keyvault-vault-module-contributors-bicep,AVM Resource Module for Key Vault, -Microsoft.KubernetesConfiguration,extensions,Kubernetes Configuration Extension,avm-res-kubernetesconfiguration-extension,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/kubernetes-configuration/extension,br/public:avm-res-kubernetesconfiguration-extension:X.Y.Z,46d3xbcp.res.kubernetesconfiguration-extension,,,@azure/avm-res-kubernetesconfiguration-extension-module-owners-bicep,@azure/avm-res-kubernetesconfiguration-extension-module-contributors-bicep,AVM Resource Module for Kubernetes Configuration Extension, -Microsoft.KubernetesConfiguration,fluxConfigurations,Kubernetes Configuration Flux Configuration,avm-res-kubernetesconfiguration-fluxconfiguration,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/kubernetes-configuration/flux-configuration,br/public:avm-res-kubernetesconfiguration-fluxconfiguration:X.Y.Z,46d3xbcp.res.kubernetesconfiguration-fluxconfig,,,@azure/avm-res-kubernetesconfiguration-fluxconfiguration-module-owners-bicep,@azure/avm-res-kubernetesconfiguration-fluxconfiguration-module-contributors-bicep,AVM Resource Module for Kubernetes Configuration Flux Configuration, -Microsoft.Logic,workflows,Logic Apps (Workflow),avm-res-logic-workflow,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/logic/workflow,br/public:avm-res-logic-workflow:X.Y.Z,46d3xbcp.res.logic-workflow,,,@azure/avm-res-logic-workflow-module-owners-bicep,@azure/avm-res-logic-workflow-module-contributors-bicep,AVM Resource Module for Logic Apps (Workflow), -Microsoft.MachineLearningServices,workspaces,Machine Learning Services Workspace,avm-res-machinelearningservices-workspace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/machine-learning-services/workspace,br/public:avm-res-machinelearningservices-workspace:X.Y.Z,46d3xbcp.res.machinelearningservices-workspace,,,@azure/avm-res-machinelearningservices-workspace-module-owners-bicep,@azure/avm-res-machinelearningservices-workspace-module-contributors-bicep,AVM Resource Module for Machine Learning Services Workspace, -Microsoft.Maintenance,maintenanceConfigurations,Maintenance Configuration,avm-res-maintenance-maintenanceconfiguration,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/maintenance/maintenance-configuration,br/public:avm-res-maintenance-maintenanceconfiguration:X.Y.Z,46d3xbcp.res.maintenance-maintenanceconfiguration,,,@azure/avm-res-maintenance-maintenanceconfiguration-module-owners-bicep,@azure/avm-res-maintenance-maintenanceconfiguration-module-contributors-bicep,AVM Resource Module for Maintenance Configuration, -Microsoft.ManagedIdentity,userAssignedIdentities,User Assigned Identity,avm-res-managedidentity-userassignedidentity,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/managed-identity/user-assigned-identity,br/public:avm-res-managedidentity-userassignedidentity:X.Y.Z,46d3xbcp.res.managedidentity-userassignedidentity,segraef,Sebastian Graef,@azure/avm-res-managedidentity-userassignedidentity-module-owners-bicep,@azure/avm-res-managedidentity-userassignedidentity-module-contributors-bicep,AVM Resource Module for User Assigned Identity, -Microsoft.ManagedServices,registrationDefinitions,Registration Definition,avm-res-managedservices-registrationdefinition,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/managed-services/registration-definition,br/public:avm-res-managedservices-registrationdefinition:X.Y.Z,46d3xbcp.res.managedservices-registrationdef,,,@azure/avm-res-managedservices-registrationdefinition-module-owners-bicep,@azure/avm-res-managedservices-registrationdefinition-module-contributors-bicep,AVM Resource Module for Registration Definition, -Microsoft.Management,managementGroups,Management Group,avm-res-management-managementgroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/management/management-group,br/public:avm-res-management-managementgroup:X.Y.Z,46d3xbcp.res.management-managementgroup,fblix,Felix Borst,@azure/avm-res-management-managementgroup-module-owners-bicep,@azure/avm-res-management-managementgroup-module-contributors-bicep,AVM Resource Module for Management Group, -Microsoft.NetApp,netAppAccounts,Azure NetApp File,avm-res-netapp-netappaccount,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/net-app/net-app-account,br/public:avm-res-netapp-netappaccount:X.Y.Z,46d3xbcp.res.netapp-netappaccount,,,@azure/avm-res-netapp-netappaccount-module-owners-bicep,@azure/avm-res-netapp-netappaccount-module-contributors-bicep,AVM Resource Module for Azure NetApp File, -Microsoft.Network,applicationGateway,Application Gateway,avm-res-network-applicationgateway,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/application-gateway,br/public:avm-res-network-applicationgateway:X.Y.Z,46d3xbcp.res.network-appgw,,,@azure/avm-res-network-applicationgateway-module-owners-bicep,@azure/avm-res-network-applicationgateway-module-contributors-bicep,AVM Resource Module for Application Gateway, -Microsoft.Network,ApplicationGatewayWebApplicationFirewallPolicies,Application Gateway Web Application Firewall (WAF) Policy,avm-res-network-applicationgatewaywebapplicationfirewallpolicy,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/application-gateway-web-application-firewall-policy,br/public:avm-res-network-applicationgatewaywebapplicationfirewallpolicy:X.Y.Z,46d3xbcp.res.network-appgwwebappfirewallpolicy,,,@azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-owners-bicep,@azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-contributors-bicep,AVM Resource Module for Application Gateway Web Application Firewall (WAF) Policy, -Microsoft.Network,applicationSecurityGroups,Application Security Group (ASG),avm-res-network-applicationsecuritygroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/application-security-group,br/public:avm-res-network-applicationsecuritygroup:X.Y.Z,46d3xbcp.res.network-applicationsecuritygroup,segraef,Sebastian Graef,@azure/avm-res-network-applicationsecuritygroup-module-owners-bicep,@azure/avm-res-network-applicationsecuritygroup-module-contributors-bicep,AVM Resource Module for Application Security Group (ASG), -Microsoft.Network,azureFirewall,Azure Firewall,avm-res-network-azurefirewall,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/azure-firewall,br/public:avm-res-network-azurefirewall:X.Y.Z,46d3xbcp.res.network-azurefirewall,rahalan,Rainer Halanek,@azure/avm-res-network-azurefirewall-module-owners-bicep,@azure/avm-res-network-azurefirewall-module-contributors-bicep,AVM Resource Module for Azure Firewall, -Microsoft.Network,bastionHosts,Bastion Host,avm-res-network-bastionhost,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/bastion-host,br/public:avm-res-network-bastionhost:X.Y.Z,46d3xbcp.res.network-bastionhost,krbar,Kris Baranek,@azure/avm-res-network-bastionhost-module-owners-bicep,@azure/avm-res-network-bastionhost-module-contributors-bicep,AVM Resource Module for Bastion Host, -Microsoft.Network,connections,Virtual Network Gateway Connection,avm-res-network-connection,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/connection,br/public:avm-res-network-connection:X.Y.Z,46d3xbcp.res.network-connection,,,@azure/avm-res-network-connection-module-owners-bicep,@azure/avm-res-network-connection-module-contributors-bicep,AVM Resource Module for Virtual Network Gateway Connection, -Microsoft.Network,ddosProtectionPlans,DDoS Protection Plan,avm-res-network-ddosprotectionplan,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/ddos-protection-plan,br/public:avm-res-network-ddosprotectionplan:X.Y.Z,46d3xbcp.res.network-ddosprotectionplan,segraef,Sebastian Graef,@azure/avm-res-network-ddosprotectionplan-module-owners-bicep,@azure/avm-res-network-ddosprotectionplan-module-contributors-bicep,AVM Resource Module for DDoS Protection Plan, -Microsoft.Network,dnsForwardingRulesets,DNS Forwarding Ruleset,avm-res-network-dnsforwardingruleset,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/dns-forwarding-ruleset,br/public:avm-res-network-dnsforwardingruleset:X.Y.Z,46d3xbcp.res.network-dnsforwardingruleset,ChrisSidebotham,Chris Sidebotham,@azure/avm-res-network-dnsforwardingruleset-module-owners-bicep,@azure/avm-res-network-dnsforwardingruleset-module-contributors-bicep,AVM Resource Module for DNS Forwarding Ruleset, -Microsoft.Network,dnsResolvers,DNS Resolver,avm-res-network-dnsresolver,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/dns-resolver,br/public:avm-res-network-dnsresolver:X.Y.Z,46d3xbcp.res.network-dnsresolver,ChrisSidebotham,Chris Sidebotham,@azure/avm-res-network-dnsresolver-module-owners-bicep,@azure/avm-res-network-dnsresolver-module-contributors-bicep,AVM Resource Module for DNS Resolver, -Microsoft.Network,dnsZones,Public DNS Zone,avm-res-network-dnszone,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/dns-zone,br/public:avm-res-network-dnszone:X.Y.Z,46d3xbcp.res.network-dnszone,ChrisSidebotham,Chris Sidebotham,@azure/avm-res-network-dnszone-module-owners-bicep,@azure/avm-res-network-dnszone-module-contributors-bicep,AVM Resource Module for Public DNS Zone, -Microsoft.Network,expressRouteCircuits,ExpressRoute Circuit,avm-res-network-expressroutecircuit,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/express-route-circuit,br/public:avm-res-network-expressroutecircuit:X.Y.Z,46d3xbcp.res.network-expressroutecircuit,arnoldna,Nate Arnold,@azure/avm-res-network-expressroutecircuit-module-owners-bicep,@azure/avm-res-network-expressroutecircuit-module-contributors-bicep,AVM Resource Module for ExpressRoute Circuit, -Microsoft.Network,expressRouteGateways,Express Route Gateway,avm-res-network-expressroutegateway,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/express-route-gateway,br/public:avm-res-network-expressroutegateway:X.Y.Z,46d3xbcp.res.network-expressroutegateway,arnoldna,Nate Arnold,@azure/avm-res-network-expressroutegateway-module-owners-bicep,@azure/avm-res-network-expressroutegateway-module-contributors-bicep,AVM Resource Module for Express Route Gateway, -Microsoft.Network,firewallPolicies,Firewall Policy,avm-res-network-firewallpolicy,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/firewall-policy,br/public:avm-res-network-firewallpolicy:X.Y.Z,46d3xbcp.res.network-firewallpolicy,,,@azure/avm-res-network-firewallpolicy-module-owners-bicep,@azure/avm-res-network-firewallpolicy-module-contributors-bicep,AVM Resource Module for Firewall Policy, -Microsoft.Network,frontdoorOperationResults,Azure Front Door,avm-res-network-frontdooroperationresult,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/front-door,br/public:avm-res-network-frontdooroperationresult:X.Y.Z,46d3xbcp.res.network-frontdooroperationresult,,,@azure/avm-res-network-frontdooroperationresult-module-owners-bicep,@azure/avm-res-network-frontdooroperationresult-module-contributors-bicep,AVM Resource Module for Azure Front Door, -Microsoft.Network,frontDoorWebApplicationFirewallPolicies,Front Door Web Application Firewall (WAF) Policy,avm-res-network-frontdoorwebapplicationfirewallpolicy,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/front-door-web-application-firewall-policy,br/public:avm-res-network-frontdoorwebapplicationfirewallpolicy:X.Y.Z,46d3xbcp.network-frontdoorwebappfirewallpolicy,,,@azure/avm-res-network-frontdoorwebapplicationfirewallpolicy-module-owners-bicep,@azure/avm-res-network-frontdoorwebapplicationfirewallpolicy-module-contributors-bicep,AVM Resource Module for Front Door Web Application Firewall (WAF) Policy, -Microsoft.Network,ipGroups,IP Group,avm-res-network-ipgroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/ip-group,br/public:avm-res-network-ipgroup:X.Y.Z,46d3xbcp.res.network-ipgroup,ahmadabdalla,Ahmad Abdalla,@azure/avm-res-network-ipgroup-module-owners-bicep,@azure/avm-res-network-ipgroup-module-contributors-bicep,AVM Resource Module for IP Group, -Microsoft.Network,loadBalancers,Load Balancer,avm-res-network-loadbalancer,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/load-balancer,br/public:avm-res-network-loadbalancer:X.Y.Z,46d3xbcp.res.network-loadbalancer,,,@azure/avm-res-network-loadbalancer-module-owners-bicep,@azure/avm-res-network-loadbalancer-module-contributors-bicep,AVM Resource Module for Load Balancer, -Microsoft.Network,localNetworkGateways,Local Network Gateway,avm-res-network-localnetworkgateway,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/local-network-gateway,br/public:avm-res-network-localnetworkgateway:X.Y.Z,46d3xbcp.res.network-localnetworkgateway,,,@azure/avm-res-network-localnetworkgateway-module-owners-bicep,@azure/avm-res-network-localnetworkgateway-module-contributors-bicep,AVM Resource Module for Local Network Gateway, -Microsoft.Network,natGateways,NAT Gateway,avm-res-network-natgateway,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/nat-gateway,br/public:avm-res-network-natgateway:X.Y.Z,46d3xbcp.res.network-natgateway,,,@azure/avm-res-network-natgateway-module-owners-bicep,@azure/avm-res-network-natgateway-module-contributors-bicep,AVM Resource Module for NAT Gateway, -Microsoft.Network,networkInterfaces,Network Interface,avm-res-network-networkinterface,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-interface,br/public:avm-res-network-networkinterface:X.Y.Z,46d3xbcp.res.network-networkinterface,segraef,Sebastian Graef,@azure/avm-res-network-networkinterface-module-owners-bicep,@azure/avm-res-network-networkinterface-module-contributors-bicep,AVM Resource Module for Network Interface, -Microsoft.Network,networkManagerConnections,Network Manager,avm-res-network-networkmanagerconnection,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-manager,br/public:avm-res-network-networkmanagerconnection:X.Y.Z,46d3xbcp.res.network-networkmanagerconnection,ahmadabdalla,Ahmad Abdalla,@azure/avm-res-network-networkmanagerconnection-module-owners-bicep,@azure/avm-res-network-networkmanagerconnection-module-contributors-bicep,AVM Resource Module for Network Manager, -Microsoft.Network,networkSecurityGroups,Network Security Group,avm-res-network-networksecuritygroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-security-group,br/public:avm-res-network-networksecuritygroup:X.Y.Z,46d3xbcp.res.network-networksecuritygroup,ahmadabdalla,Ahmad Abdalla,@azure/avm-res-network-networksecuritygroup-module-owners-bicep,@azure/avm-res-network-networksecuritygroup-module-contributors-bicep,AVM Resource Module for Network Security Group, -Microsoft.Network,networkWatchers,Network Watcher,avm-res-network-networkwatcher,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-watcher,br/public:avm-res-network-networkwatcher:X.Y.Z,46d3xbcp.res.network-networkwatcher,segraef,Sebastian Graef,@azure/avm-res-network-networkwatcher-module-owners-bicep,@azure/avm-res-network-networkwatcher-module-contributors-bicep,AVM Resource Module for Network Watcher, -Microsoft.Network,privateDnsZones,Private DNS Zone,avm-res-network-privatednszone,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone,br/public:avm-res-network-privatednszone:X.Y.Z,46d3xbcp.res.network-privatednszone,ChrisSidebotham,Chris Sidebotham,@azure/avm-res-network-privatednszone-module-owners-bicep,@azure/avm-res-network-privatednszone-module-contributors-bicep,AVM Resource Module for Private DNS Zone, -Microsoft.Network,privateEndpoints,Private Endpoint,avm-res-network-privateendpoint,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-endpoint,br/public:avm-res-network-privateendpoint:X.Y.Z,46d3xbcp.res.network-privateendpoint,segraef,Sebastian Graef,@azure/avm-res-network-privateendpoint-module-owners-bicep,@azure/avm-res-network-privateendpoint-module-contributors-bicep,AVM Resource Module for Private Endpoint, -Microsoft.Network,privateLinkServices,Private Link Service,avm-res-network-privatelinkservice,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-link-service,br/public:avm-res-network-privatelinkservice:X.Y.Z,46d3xbcp.res.network-privatelinkservice,ahmadabdalla,Ahmad Abdalla,@azure/avm-res-network-privatelinkservice-module-owners-bicep,@azure/avm-res-network-privatelinkservice-module-contributors-bicep,AVM Resource Module for Private Link Service, -Microsoft.Network,publicIPAddresses,Public IP Address,avm-res-network-publicipaddress,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/public-ip-address,br/public:avm-res-network-publicipaddress:X.Y.Z,46d3xbcp.res.network-publicipaddress,krbar,Kris Baranek,@azure/avm-res-network-publicipaddress-module-owners-bicep,@azure/avm-res-network-publicipaddress-module-contributors-bicep,AVM Resource Module for Public IP Address, -Microsoft.Network,publicIPPrefixes,Public IP Prefix,avm-res-network-publicipprefix,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/public-ip-prefix,br/public:avm-res-network-publicipprefix:X.Y.Z,46d3xbcp.res.network-publicipprefix,krbar,Kris Baranek,@azure/avm-res-network-publicipprefix-module-owners-bicep,@azure/avm-res-network-publicipprefix-module-contributors-bicep,AVM Resource Module for Public IP Prefix, -Microsoft.Network,routeTables,Route Table,avm-res-network-routetable,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/route-table,br/public:avm-res-network-routetable:X.Y.Z,46d3xbcp.res.network-routetable,segraef,Sebastian Graef,@azure/avm-res-network-routetable-module-owners-bicep,@azure/avm-res-network-routetable-module-contributors-bicep,AVM Resource Module for Route Table, -Microsoft.Network,serviceEndpointPolicies,Service Endpoint Policy,avm-res-network-serviceendpointpolicy,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/service-endpoint-policy,br/public:avm-res-network-serviceendpointpolicy:X.Y.Z,46d3xbcp.res.network-serviceendpointpolicy,,,@azure/avm-res-network-serviceendpointpolicy-module-owners-bicep,@azure/avm-res-network-serviceendpointpolicy-module-contributors-bicep,AVM Resource Module for Service Endpoint Policy, -Microsoft.Network,trafficmanagerprofiles,Traffic Manager Profile,avm-res-network-trafficmanagerprofile,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/trafficmanagerprofile,br/public:avm-res-network-trafficmanagerprofile:X.Y.Z,46d3xbcp.res.network-trafficmanagerprofile,,,@azure/avm-res-network-trafficmanagerprofile-module-owners-bicep,@azure/avm-res-network-trafficmanagerprofile-module-contributors-bicep,AVM Resource Module for Traffic Manager Profile, -Microsoft.Network,virtualHubs,Virtual Hub,avm-res-network-virtualhub,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-hub,br/public:avm-res-network-virtualhub:X.Y.Z,46d3xbcp.res.network-virtualhub,arnoldna,Nate Arnold,@azure/avm-res-network-virtualhub-module-owners-bicep,@azure/avm-res-network-virtualhub-module-contributors-bicep,AVM Resource Module for Virtual Hub, -Microsoft.Network,virtualNetwork,Virtual Network,avm-res-network-virtualnetwork,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-network,br/public:avm-res-network-virtualnetwork:X.Y.Z,46d3xbcp.res.network-virtualnetwork,elbatane,Elena Batanero,@azure/avm-res-network-virtualnetwork-module-owners-bicep,@azure/avm-res-network-virtualnetwork-module-contributors-bicep,AVM Resource Module for Virtual Network, -Microsoft.Network,virtualNetworkGateways,Virtual Network Gateway,avm-res-network-virtualnetworkgateway,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-network-gateway,br/public:avm-res-network-virtualnetworkgateway:X.Y.Z,46d3xbcp.res.network-virtualnetworkgateway,,,@azure/avm-res-network-virtualnetworkgateway-module-owners-bicep,@azure/avm-res-network-virtualnetworkgateway-module-contributors-bicep,AVM Resource Module for Virtual Network Gateway, -Microsoft.Network,virtualWans,Virtual WAN,avm-res-network-virtualwan,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-wan,br/public:avm-res-network-virtualwan:X.Y.Z,46d3xbcp.res.network-virtualwan,,,@azure/avm-res-network-virtualwan-module-owners-bicep,@azure/avm-res-network-virtualwan-module-contributors-bicep,AVM Resource Module for Virtual WAN, -Microsoft.Network,vpnGateways,VPN Gateway,avm-res-network-vpngateway,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/vpn-gateway,br/public:avm-res-network-vpngateway:X.Y.Z,46d3xbcp.res.network-vpngateway,,,@azure/avm-res-network-vpngateway-module-owners-bicep,@azure/avm-res-network-vpngateway-module-contributors-bicep,AVM Resource Module for VPN Gateway, -Microsoft.Network,vpnSites,VPN Site,avm-res-network-vpnsite,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/vpn-site,br/public:avm-res-network-vpnsite:X.Y.Z,46d3xbcp.res.network-vpnsite,,,@azure/avm-res-network-vpnsite-module-owners-bicep,@azure/avm-res-network-vpnsite-module-contributors-bicep,AVM Resource Module for VPN Site, -Microsoft.OperationalInsights,workspaces,Log Analytics Workspace,avm-res-operationalinsights-workspace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/operational-insights/workspace,br/public:avm-res-operationalinsights-workspace:X.Y.Z,46d3xbcp.res.operationalinsights-workspace,krbar,Kris Baranek,@azure/avm-res-operationalinsights-workspace-module-owners-bicep,@azure/avm-res-operationalinsights-workspace-module-contributors-bicep,AVM Resource Module for Log Analytics Workspace, -Microsoft.OperationsManagement,solutions,Operations Management Solution,avm-res-operationsmanagement-solution,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/operations-management/solution,br/public:avm-res-operationsmanagement-solution:X.Y.Z,46d3xbcp.res.operationsmanagement-solution,krbar,Kris Baranek,@azure/avm-res-operationsmanagement-solution-module-owners-bicep,@azure/avm-res-operationsmanagement-solution-module-contributors-bicep,AVM Resource Module for Operations Management Solution, -Microsoft.PolicyInsights,remediations,Policy Insights Remediation,avm-res-policyinsights-remediation,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/policy-insights/remediation,br/public:avm-res-policyinsights-remediation:X.Y.Z,46d3xbcp.res.policyinsights-remediation,,,@azure/avm-res-policyinsights-remediation-module-owners-bicep,@azure/avm-res-policyinsights-remediation-module-contributors-bicep,AVM Resource Module for Policy Insights Remediation, -Microsoft.PowerBIDedicated,capacities,Power BI Dedicated Capacity,avm-res-powerbidedicated-capacity,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/power-bi-dedicated/capacity,br/public:avm-res-powerbidedicated-capacity:X.Y.Z,46d3xbcp.res.powerbidedicated-capacity,ChrisSidebotham,Chris Sidebotham,@azure/avm-res-powerbidedicated-capacity-module-owners-bicep,@azure/avm-res-powerbidedicated-capacity-module-contributors-bicep,AVM Resource Module for Power BI Dedicated Capacity, -Microsoft.Purview,accounts,Purview Account,avm-res-purview-account,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/purview/account,br/public:avm-res-purview-account:X.Y.Z,46d3xbcp.res.purview-account,,,@azure/avm-res-purview-account-module-owners-bicep,@azure/avm-res-purview-account-module-contributors-bicep,AVM Resource Module for Purview Account, -Microsoft.RecoveryServices,vaults,Recovery Services Vault,avm-res-recoveryservices-vault,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/recovery-services/vault,br/public:avm-res-recoveryservices-vault:X.Y.Z,46d3xbcp.res.recoveryservices-vault,,,@azure/avm-res-recoveryservices-vault-module-owners-bicep,@azure/avm-res-recoveryservices-vault-module-contributors-bicep,AVM Resource Module for Recovery Services Vault, -Microsoft.Relay,namespaces,Relay Namespace,avm-res-relay-namespace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/relay/namespace,br/public:avm-res-relay-namespace:X.Y.Z,46d3xbcp.res.relay-namespace,,,@azure/avm-res-relay-namespace-module-owners-bicep,@azure/avm-res-relay-namespace-module-contributors-bicep,AVM Resource Module for Relay Namespace, -Microsoft.ResourceGraph,queries,Resource Graph Query,avm-res-resourcegraph-query,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resource-graph/query,br/public:avm-res-resourcegraph-query:X.Y.Z,46d3xbcp.resourcegraph-query,,,@azure/avm-res-resourcegraph-query-module-owners-bicep,@azure/avm-res-resourcegraph-query-module-contributors-bicep,AVM Resource Module for Resource Graph Query, -Microsoft.Resources,deploymentScripts,Deployment Script,avm-res-resources-deploymentscript,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resources/deployment-script,br/public:avm-res-resources-deploymentscript:X.Y.Z,46d3xbcp.res.resources-deploymentscript,,,@azure/avm-res-resources-deploymentscript-module-owners-bicep,@azure/avm-res-resources-deploymentscript-module-contributors-bicep,AVM Resource Module for Deployment Script, -Microsoft.Resources,resourceGroups,Resource Group,avm-res-resources-resourcegroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resources/resource-group,br/public:avm-res-resources-resourcegroup:X.Y.Z,46d3xbcp.res.resources-resourcegroup,segraef,Sebastian Graef,@azure/avm-res-resources-resourcegroup-module-owners-bicep,@azure/avm-res-resources-resourcegroup-module-contributors-bicep,AVM Resource Module for Resource Group, -Microsoft.Resources,tags,Resources Tags,avm-res-resources-tags,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resources/tags,br/public:avm-res-resources-tags:X.Y.Z,46d3xbcp.res.resources-tags,segraef,Sebastian Graef,@azure/avm-res-resources-tags-module-owners-bicep,@azure/avm-res-resources-tags-module-contributors-bicep,AVM Resource Module for Resources Tags, -Microsoft.Search,searchServices,Search Service,avm-res-search-searchservice,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/search/search-service,br/public:avm-res-search-searchservice:X.Y.Z,46d3xbcp.search-searchservice,,,@azure/avm-res-search-searchservice-module-owners-bicep,@azure/avm-res-search-searchservice-module-contributors-bicep,AVM Resource Module for Search Service, -Microsoft.ServiceBus,namespaces,Service Bus Namespace,avm-res-servicebus-namespace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/service-bus/namespace,br/public:avm-res-servicebus-namespace:X.Y.Z,46d3xbcp.res.servicebus-namespace,ChrisSidebotham,Chris Sidebotham,@azure/avm-res-servicebus-namespace-module-owners-bicep,@azure/avm-res-servicebus-namespace-module-contributors-bicep,AVM Resource Module for Service Bus Namespace, -Microsoft.ServiceFabric,clusters,Service Fabric Cluster,avm-res-servicefabric-cluster,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/service-fabric/cluster,br/public:avm-res-servicefabric-cluster:X.Y.Z,46d3xbcp.res.servicefabric-cluster,,,@azure/avm-res-servicefabric-cluster-module-owners-bicep,@azure/avm-res-servicefabric-cluster-module-contributors-bicep,AVM Resource Module for Service Fabric Cluster, -Microsoft.SignalRService,signalR,SignalR Service SignalR,avm-res-signalrservice-signalr,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/signal-r-service/signal-r,br/public:avm-res-signalrservice-signalr:X.Y.Z,46d3xbcp.res.signalrservice-signalr,,,@azure/avm-res-signalrservice-signalr-module-owners-bicep,@azure/avm-res-signalrservice-signalr-module-contributors-bicep,AVM Resource Module for SignalR Service SignalR, -Microsoft.SignalRService,webPubSub,SignalR Web PubSub Service,avm-res-signalrservice-webpubsub,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/signal-r-service/web-pub-sub,br/public:avm-res-signalrservice-webpubsub:X.Y.Z,46d3xbcp.res.signalrservice-webpubsub,,,@azure/avm-res-signalrservice-webpubsub-module-owners-bicep,@azure/avm-res-signalrservice-webpubsub-module-contributors-bicep,AVM Resource Module for SignalR Web PubSub Service, -Microsoft.Sql,managedInstances,SQL Managed Instance,avm-res-sql-managedinstance,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/sql/managed-instance,br/public:avm-res-sql-managedinstance:X.Y.Z,46d3xbcp.res.sql-managedinstance,segraef,Sebastian Graef,@azure/avm-res-sql-managedinstance-module-owners-bicep,@azure/avm-res-sql-managedinstance-module-contributors-bicep,AVM Resource Module for SQL Managed Instance, -Microsoft.Sql,servers,Azure SQL Server,avm-res-sql-server,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/sql/server,br/public:avm-res-sql-server:X.Y.Z,46d3xbcp.res.sql-server,,,@azure/avm-res-sql-server-module-owners-bicep,@azure/avm-res-sql-server-module-contributors-bicep,AVM Resource Module for Azure SQL Server, -Microsoft.Storage,storageAccounts,Storage Account,avm-res-storage-storageaccount,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account,br/public:avm-res-storage-storageaccount:X.Y.Z,46d3xbcp.res.storage-storageaccount,fblix,Felix Borst,@azure/avm-res-storage-storageaccount-module-owners-bicep,@azure/avm-res-storage-storageaccount-module-contributors-bicep,AVM Resource Module for Storage Account, -Microsoft.Synapse,privateLinkHubs,Azure Synapse Analytic,avm-res-synapse-privatelinkhub,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/synapse/private-link-hub,br/public:avm-res-synapse-privatelinkhub:X.Y.Z,46d3xbcp.res.synapse-privatelinkhub,,,@azure/avm-res-synapse-privatelinkhub-module-owners-bicep,@azure/avm-res-synapse-privatelinkhub-module-contributors-bicep,AVM Resource Module for Azure Synapse Analytic, -Microsoft.Synapse,workspaces,Synapse Workspace,avm-res-synapse-workspace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/synapse/workspace,br/public:avm-res-synapse-workspace:X.Y.Z,46d3xbcp.res.synapse-workspace,,,@azure/avm-res-synapse-workspace-module-owners-bicep,@azure/avm-res-synapse-workspace-module-contributors-bicep,AVM Resource Module for Synapse Workspace, -Microsoft.VirtualMachineImages,imageTemplates,Virtual Machine Image Template,avm-res-virtualmachineimages-imagetemplate,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/virtual-machine-images/image-template,br/public:avm-res-virtualmachineimages-imagetemplate:X.Y.Z,46d3xbcp.res.virtualmachineimages-imagetemplate,ahmadabdalla,Ahmad Abdalla,@azure/avm-res-virtualmachineimages-imagetemplate-module-owners-bicep,@azure/avm-res-virtualmachineimages-imagetemplate-module-contributors-bicep,AVM Resource Module for Virtual Machine Image Template, -Microsoft.Web,connectionGateways,API Connection,avm-res-web-connectiongateway,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/connection,br/public:avm-res-web-connectiongateway:X.Y.Z,46d3xbcp.res.web-connectiongateway,,,@azure/avm-res-web-connectiongateway-module-owners-bicep,@azure/avm-res-web-connectiongateway-module-contributors-bicep,AVM Resource Module for API Connection, -Microsoft.Web,hostingEnvironments,App Service Environment,avm-res-web-hostingenvironment,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/hosting-environment,br/public:avm-res-web-hostingenvironment:X.Y.Z,46d3xbcp.res.web-hostingenvironment,,,@azure/avm-res-web-hostingenvironment-module-owners-bicep,@azure/avm-res-web-hostingenvironment-module-contributors-bicep,AVM Resource Module for App Service Environment, -Microsoft.Web,serverfarms,App Service Plan,avm-res-web-serverfarm,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/serverfarm,br/public:avm-res-web-serverfarm:X.Y.Z,46d3xbcp.res.web-serverfarm,,Buddy Davies,@azure/avm-res-web-serverfarm-module-owners-bicep,@azure/avm-res-web-serverfarm-module-contributors-bicep,AVM Resource Module for App Service Plan, -Microsoft.Web,sites,Web/Function App,avm-res-web-site,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/site,br/public:avm-res-web-site:X.Y.Z,46d3xbcp.res.web-site,,Buddy Davies,@azure/avm-res-web-site-module-owners-bicep,@azure/avm-res-web-site-module-contributors-bicep,AVM Resource Module for Web/Function App, -Microsoft.Web,staticSites,Static Web App,avm-res-web-staticsite,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/static-site,br/public:avm-res-web-staticsite:X.Y.Z,46d3xbcp.res.web-staticsite,ChrisSidebotham,Chris Sidebotham,@azure/avm-res-web-staticsite-module-owners-bicep,@azure/avm-res-web-staticsite-module-contributors-bicep,AVM Resource Module for Static Web App, +ProviderNamespace,ResourceType,ModuleDisplayName,ModuleName,ModuleStatus,RepoURL,PublicRegistryReference,TelemetryIdPrefix,PrimaryModuleOwnerGHHandle,PrimaryModuleOwnerDisplayName,SecondaryModuleOwnerGHHandle,SecondaryModuleOwnerDisplayName,ModuleOwnersGHTeam,ModuleContributorsGHTeam,Description,Comments +Microsoft.AAD,domainServices,Azure Active Directory Domain Service,avm-res-aad-domainservice,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/aad/domain-service,br/public:avm-res-aad-domainservice:X.Y.Z,46d3xbcp.res.aad-domainservice,,,,,@azure/avm-res-aad-domainservice-module-owners-bicep,@azure/avm-res-aad-domainservice-module-contributors-bicep,AVM Resource Module for Azure Active Directory Domain Service, +Microsoft.AnalysisServices,servers,Analysis Services Server,avm-res-analysisservices-server,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/analysis-services/server,br/public:avm-res-analysisservices-server:X.Y.Z,46d3xbcp.res.analysisservices-server,,,,,@azure/avm-res-analysisservices-server-module-owners-bicep,@azure/avm-res-analysisservices-server-module-contributors-bicep,AVM Resource Module for Analysis Services Server, +Microsoft.ApiManagement,service,API Management Service,avm-res-apimanagement-service,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/api-management/service,br/public:avm-res-apimanagement-service:X.Y.Z,46d3xbcp.res.apimanagement-service,,,,,@azure/avm-res-apimanagement-service-module-owners-bicep,@azure/avm-res-apimanagement-service-module-contributors-bicep,AVM Resource Module for API Management Service, +Microsoft.App,containerApps,Container App,avm-res-app-containerapp,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app/container-app,br/public:avm-res-app-containerapp:X.Y.Z,46d3xbcp.res.app-containerapp,,,,,@azure/avm-res-app-containerapp-module-owners-bicep,@azure/avm-res-app-containerapp-module-contributors-bicep,AVM Resource Module for Container App, +Microsoft.App,managedEnvironments,App Managed Environment,avm-res-app-managedenvironment,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app/managed-environment,br/public:avm-res-app-managedenvironment:X.Y.Z,46d3xbcp.res.app-managedenvironment,,,,,@azure/avm-res-app-managedenvironment-module-owners-bicep,@azure/avm-res-app-managedenvironment-module-contributors-bicep,AVM Resource Module for App Managed Environment, +Microsoft.AppConfiguration,configurationStores,App Configuration Store,avm-res-appconfiguration-configurationstore,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/app-configuration/configuration-store,br/public:avm-res-appconfiguration-configurationstore:X.Y.Z,46d3xbcp.res.appconfiguration-configurationstore,elbatane,Elena Batanero,,,@azure/avm-res-appconfiguration-configurationstore-module-owners-bicep,@azure/avm-res-appconfiguration-configurationstore-module-contributors-bicep,AVM Resource Module for App Configuration Store, +Microsoft.Authorization,locks,Authorization Lock (All scopes),avm-res-authorization-lock,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/lock,br/public:avm-res-authorization-lock:X.Y.Z,46d3xbcp.res.authorization-lock,ahmadabdalla,Ahmad Abdalla,,,@azure/avm-res-authorization-lock-module-owners-bicep,@azure/avm-res-authorization-lock-module-contributors-bicep,AVM Resource Module for Authorization Lock (All scopes), +Microsoft.Authorization,policyAssignments,Policy Assignment (All scopes),avm-res-authorization-policyassignment,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/policy-assignment,br/public:avm-res-authorization-policyassignment:X.Y.Z,46d3xbcp.res.authorization-policyassignment,elanzel,Elisa Anzelmo,,,@azure/avm-res-authorization-policyassignment-module-owners-bicep,@azure/avm-res-authorization-policyassignment-module-contributors-bicep,AVM Resource Module for Policy Assignment (All scopes), +Microsoft.Authorization,policyDefinitions,Policy Definition (All scopes),avm-res-authorization-policydefinition,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/policy-definition,br/public:avm-res-authorization-policydefinition:X.Y.Z,46d3xbcp.res.authorization-policydefinition,elanzel,Elisa Anzelmo,,,@azure/avm-res-authorization-policydefinition-module-owners-bicep,@azure/avm-res-authorization-policydefinition-module-contributors-bicep,AVM Resource Module for Policy Definition (All scopes), +Microsoft.Authorization,policyExemptions,Policy Exemption (All scopes),avm-res-authorization-policyexemption,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/policy-exemption,br/public:avm-res-authorization-policyexemption:X.Y.Z,46d3xbcp.res.authorization-policyexemption,elanzel,Elisa Anzelmo,,,@azure/avm-res-authorization-policyexemption-module-owners-bicep,@azure/avm-res-authorization-policyexemption-module-contributors-bicep,AVM Resource Module for Policy Exemption (All scopes), +Microsoft.Authorization,policySetDefinitions,Policy Set Definition (Initiatives) (All scopes),avm-res-authorization-policysetdefinition,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/policy-set-definition,br/public:avm-res-authorization-policysetdefinition:X.Y.Z,46d3xbcp.res.authorization-policysetdefinition,elanzel,Elisa Anzelmo,,,@azure/avm-res-authorization-policysetdefinition-module-owners-bicep,@azure/avm-res-authorization-policysetdefinition-module-contributors-bicep,AVM Resource Module for Policy Set Definition (Initiatives) (All scopes), +Microsoft.Authorization,roleAssignment,Role Assignment (All scopes),avm-res-authorization-roleassignment,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/role-assignment,br/public:avm-res-authorization-roleassignment:X.Y.Z,46d3xbcp.res.authorization-roleassignment,ahmadabdalla,Ahmad Abdalla,,,@azure/avm-res-authorization-roleassignment-module-owners-bicep,@azure/avm-res-authorization-roleassignment-module-contributors-bicep,AVM Resource Module for Role Assignment (All scopes), +Microsoft.Authorization,roleDefinitions,Role Definition (All scopes),avm-res-authorization-roledefinition,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/authorization/role-definition,br/public:avm-res-authorization-roledefinition:X.Y.Z,46d3xbcp.res.authorization-roledefinition,ahmadabdalla,Ahmad Abdalla,,,@azure/avm-res-authorization-roledefinition-module-owners-bicep,@azure/avm-res-authorization-roledefinition-module-contributors-bicep,AVM Resource Module for Role Definition (All scopes), +Microsoft.Automation,automationAccounts,Automation Account,avm-res-automation-automationaccount,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/automation/automation-account,br/public:avm-res-automation-automationaccount:X.Y.Z,46d3xbcp.res.automation-automationaccount,,,,,@azure/avm-res-automation-automationaccount-module-owners-bicep,@azure/avm-res-automation-automationaccount-module-contributors-bicep,AVM Resource Module for Automation Account, +Microsoft.Batch,batchAccounts,Batch Account,avm-res-batch-batchaccount,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/batch/batch-account,br/public:avm-res-batch-batchaccount:X.Y.Z,46d3xbcp.res.batch-batchaccount,,,,,@azure/avm-res-batch-batchaccount-module-owners-bicep,@azure/avm-res-batch-batchaccount-module-contributors-bicep,AVM Resource Module for Batch Account, +Microsoft.Cache,Redis,Redis Cache,avm-res-cache-redis,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/cache/redis,br/public:avm-res-cache-redis:X.Y.Z,46d3xbcp.res.cache-redis,,,,,@azure/avm-res-cache-redis-module-owners-bicep,@azure/avm-res-cache-redis-module-contributors-bicep,AVM Resource Module for Redis Cache, +Microsoft.Cdn,profiles,CDN Profile,avm-res-cdn-profile,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/cdn/profile,br/public:avm-res-cdn-profile:X.Y.Z,46d3xbcp.res.cdn-profile,ChrisSidebotham,Chris Sidebotham,,,@azure/avm-res-cdn-profile-module-owners-bicep,@azure/avm-res-cdn-profile-module-contributors-bicep,AVM Resource Module for CDN Profile, +Microsoft.CognitiveServices,accounts,Cognitive Service,avm-res-cognitiveservices-account,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/cognitive-services/account,br/public:avm-res-cognitiveservices-account:X.Y.Z,46d3xbcp.res.cognitiveservices-account,,,,,@azure/avm-res-cognitiveservices-account-module-owners-bicep,@azure/avm-res-cognitiveservices-account-module-contributors-bicep,AVM Resource Module for Cognitive Service, +Microsoft.Compute,availabilitySets,Availability Set,avm-res-compute-availabilityset,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/availability-set,br/public:avm-res-compute-availabilityset:X.Y.Z,46d3xbcp.res.compute-availabilityset,ahmadabdalla,Ahmad Abdalla,,,@azure/avm-res-compute-availabilityset-module-owners-bicep,@azure/avm-res-compute-availabilityset-module-contributors-bicep,AVM Resource Module for Availability Set, +Microsoft.Compute,disks,Compute Disk,avm-res-compute-disk,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/disk,br/public:avm-res-compute-disk:X.Y.Z,46d3xbcp.res.compute-disk,,,,,@azure/avm-res-compute-disk-module-owners-bicep,@azure/avm-res-compute-disk-module-contributors-bicep,AVM Resource Module for Compute Disk, +Microsoft.Compute,diskEncryptionSets,Disk Encryption Set,avm-res-compute-diskencryptionset,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/disk-encryption-set,br/public:avm-res-compute-diskencryptionset:X.Y.Z,46d3xbcp.res.compute-diskencryptionset,,,,,@azure/avm-res-compute-diskencryptionset-module-owners-bicep,@azure/avm-res-compute-diskencryptionset-module-contributors-bicep,AVM Resource Module for Disk Encryption Set, +Microsoft.Compute,galleries,Azure Compute Gallery,avm-res-compute-gallery,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/gallery,br/public:avm-res-compute-gallery:X.Y.Z,46d3xbcp.res.compute-gallery,,,,,@azure/avm-res-compute-gallery-module-owners-bicep,@azure/avm-res-compute-gallery-module-contributors-bicep,AVM Resource Module for Azure Compute Gallery, +Microsoft.Compute,images,Image,avm-res-compute-image,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/image,br/public:avm-res-compute-image:X.Y.Z,46d3xbcp.res.compute-image,,,,,@azure/avm-res-compute-image-module-owners-bicep,@azure/avm-res-compute-image-module-contributors-bicep,AVM Resource Module for Image, +Microsoft.Compute,proximityPlacementGroups,Proximity Placement Group,avm-res-compute-proximityplacementgroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/proximity-placement-group,br/public:avm-res-compute-proximityplacementgroup:X.Y.Z,46d3xbcp.res.compute-proximityplacementgroup,,,,,@azure/avm-res-compute-proximityplacementgroup-module-owners-bicep,@azure/avm-res-compute-proximityplacementgroup-module-contributors-bicep,AVM Resource Module for Proximity Placement Group, +Microsoft.Compute,sshPublicKeys,Public SSH Key,avm-res-compute-sshpublickey,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/ssh-public-key,br/public:avm-res-compute-sshpublickey:X.Y.Z,46d3xbcp.res.compute-sshpublickey,ChrisSidebotham,Chris Sidebotham,,,@azure/avm-res-compute-sshpublickey-module-owners-bicep,@azure/avm-res-compute-sshpublickey-module-contributors-bicep,AVM Resource Module for Public SSH Key, +Microsoft.Compute,virtualMachines,Virtual Machine,avm-res-compute-virtualmachine,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/virtual-machine,br/public:avm-res-compute-virtualmachine:X.Y.Z,46d3xbcp.res.compute-virtualmachine,rahalan,Rainer Halanek,,,@azure/avm-res-compute-virtualmachine-module-owners-bicep,@azure/avm-res-compute-virtualmachine-module-contributors-bicep,AVM Resource Module for Virtual Machine, +Microsoft.Compute,virtualMachineScaleSets,Virtual Machine Scale Set,avm-res-compute-virtualmachinescaleset,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/compute/virtual-machine-scale-set,br/public:avm-res-compute-virtualmachinescaleset:X.Y.Z,46d3xbcp.res.compute-virtualmachinescaleset,rahalan,Rainer Halanek,,,@azure/avm-res-compute-virtualmachinescaleset-module-owners-bicep,@azure/avm-res-compute-virtualmachinescaleset-module-contributors-bicep,AVM Resource Module for Virtual Machine Scale Set, +Microsoft.Consumption,budgets,Consumption Budget,avm-res-consumption-budget,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/consumption/budget,br/public:avm-res-consumption-budget:X.Y.Z,46d3xbcp.res.consumption-budget,,,,,@azure/avm-res-consumption-budget-module-owners-bicep,@azure/avm-res-consumption-budget-module-contributors-bicep,AVM Resource Module for Consumption Budget, +Microsoft.ContainerInstance,containerGroups,Container Instances,avm-res-containerinstance-containergroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/container-instance/container-group,br/public:avm-res-containerinstance-containergroup:X.Y.Z,46d3xbcp.res.containerinstance-containergroup,JPEasier,Julian Peißker,,,@azure/avm-res-containerinstance-containergroup-module-owners-bicep,@azure/avm-res-containerinstance-containergroup-module-contributors-bicep,AVM Resource Module for Container Instances, +Microsoft.ContainerRegistry,registries,Azure Container Registry (ACR),avm-res-containerregistry-registry,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/container-registry/registry,br/public:avm-res-containerregistry-registry:X.Y.Z,46d3xbcp.res.containerregistry-registry,JPEasier,Julian Peißker,,,@azure/avm-res-containerregistry-registry-module-owners-bicep,@azure/avm-res-containerregistry-registry-module-contributors-bicep,AVM Resource Module for Azure Container Registry (ACR), +Microsoft.ContainerService,managedClusters,Azure Kubernetes Service (AKS) Managed Cluster,avm-res-containerservice-managedcluster,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/container-service/managed-cluster,br/public:avm-res-containerservice-managedcluster:X.Y.Z,46d3xbcp.res.containerservice-managedcluster,JPEasier,Julian Peißker,,,@azure/avm-res-containerservice-managedcluster-module-owners-bicep,@azure/avm-res-containerservice-managedcluster-module-contributors-bicep,AVM Resource Module for Azure Kubernetes Service (AKS) Managed Cluster, +Microsoft.Databricks,workspaces,Azure Databricks Workspace,avm-res-databricks-workspace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/data-factory/factory,br/public:avm-res-databricks-workspace:X.Y.Z,46d3xbcp.res.databricks-workspace,,,,,@azure/avm-res-databricks-workspace-module-owners-bicep,@azure/avm-res-databricks-workspace-module-contributors-bicep,AVM Resource Module for Azure Databricks Workspace, +Microsoft.DataFactory,factories,Data Factory,avm-res-datafactory-factory,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/data-protection/backup-vault,br/public:avm-res-datafactory-factory:X.Y.Z,46d3xbcp.res.datafactory-factory,segraef,Sebastian Graef,,,@azure/avm-res-datafactory-factory-module-owners-bicep,@azure/avm-res-datafactory-factory-module-contributors-bicep,AVM Resource Module for Data Factory, +Microsoft.DataProtection,backupVaults,Data Protection Backup Vault,avm-res-dataprotection-backupvault,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/databricks/workspace,br/public:avm-res-dataprotection-backupvault:X.Y.Z,46d3xbcp.res.dataprotection-backupvault,,,,,@azure/avm-res-dataprotection-backupvault-module-owners-bicep,@azure/avm-res-dataprotection-backupvault-module-contributors-bicep,AVM Resource Module for Data Protection Backup Vault, +Microsoft.DBforMySQL,flexibleServers,DBforMySQL Flexible Server,avm-res-dbformysql-flexibleserver,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/db-for-my-sql/flexible-server,br/public:avm-res-dbformysql-flexibleserver:X.Y.Z,46d3xbcp.res.dbformysql-flexibleserver,,,,,@azure/avm-res-dbformysql-flexibleserver-module-owners-bicep,@azure/avm-res-dbformysql-flexibleserver-module-contributors-bicep,AVM Resource Module for DBforMySQL Flexible Server, +Microsoft.DBforPostgreSQL,flexibleServers,DBforPostgreSQL Flexible Server,avm-res-dbforpostgresql-flexibleserver,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/db-for-postgre-sql/flexible-server,br/public:avm-res-dbforpostgresql-flexibleserver:X.Y.Z,46d3xbcp.res.dbforpostgresql-flexibleserver,,,,,@azure/avm-res-dbforpostgresql-flexibleserver-module-owners-bicep,@azure/avm-res-dbforpostgresql-flexibleserver-module-contributors-bicep,AVM Resource Module for DBforPostgreSQL Flexible Server, +Microsoft.DesktopVirtualization,applicationGroups,Azure Virtual Desktop (AVD) Application Group,avm-res-desktopvirtualization-applicationgroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/application-group,br/public:avm-res-desktopvirtualization-applicationgroup:X.Y.Z,46d3xbcp.res.desktopvirtualization-appgroup,moisesjgomez,Moises Gomez Cortez,danycontre,Dany Contreras,@azure/avm-res-desktopvirtualization-applicationgroup-module-owners-bicep,@azure/avm-res-desktopvirtualization-applicationgroup-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Application Group, +Microsoft.DesktopVirtualization,hostPools,Azure Virtual Desktop (AVD) Host Pool,avm-res-desktopvirtualization-hostpool,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/host-pool,br/public:avm-res-desktopvirtualization-hostpool:X.Y.Z,46d3xbcp.res.desktopvirtualization-hostpool,danycontre,Dany Contreras,moisesjgomez,Moises Gomez Cortez,@azure/avm-res-desktopvirtualization-hostpool-module-owners-bicep,@azure/avm-res-desktopvirtualization-hostpool-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Host Pool, +Microsoft.DesktopVirtualization,scalingPlans,Azure Virtual Desktop (AVD) Scaling Plan,avm-res-desktopvirtualization-scalingplan,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/scaling-plan,br/public:avm-res-desktopvirtualization-scalingplan:X.Y.Z,46d3xbcp.res.desktopvirtualization-scalingplan,danycontre,Dany Contreras,moisesjgomez,Moises Gomez Cortez,@azure/avm-res-desktopvirtualization-scalingplan-module-owners-bicep,@azure/avm-res-desktopvirtualization-scalingplan-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Scaling Plan, +Microsoft.DesktopVirtualization,workspaces,Azure Virtual Desktop (AVD) Workspace,avm-res-desktopvirtualization-workspace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/desktop-virtualization/workspace,br/public:avm-res-desktopvirtualization-workspace:X.Y.Z,46d3xbcp.res.desktopvirtualization-workspace,moisesjgomez,Moises Gomez Cortez,danycontre,Dany Contreras,@azure/avm-res-desktopvirtualization-workspace-module-owners-bicep,@azure/avm-res-desktopvirtualization-workspace-module-contributors-bicep,AVM Resource Module for Azure Virtual Desktop (AVD) Workspace, +Microsoft.DevTestLab,labs,DevTest Lab,avm-res-devtestlab-lab,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/dev-test-lab/lab,br/public:avm-res-devtestlab-lab:X.Y.Z,46d3xbcp.res.devtestlab-lab,ahmadabdalla,Ahmad Abdalla,,,@azure/avm-res-devtestlab-lab-module-owners-bicep,@azure/avm-res-devtestlab-lab-module-contributors-bicep,AVM Resource Module for DevTest Lab, +Microsoft.DigitalTwins,digitalTwinsInstances,Digital Twins Instance,avm-res-digitaltwins-digitaltwinsinstance,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/digital-twins/digital-twins-instance,br/public:avm-res-digitaltwins-digitaltwinsinstance:X.Y.Z,46d3xbcp.res.digitaltwins-digitaltwinsinstance,ChrisSidebotham,Chris Sidebotham,,,@azure/avm-res-digitaltwins-digitaltwinsinstance-module-owners-bicep,@azure/avm-res-digitaltwins-digitaltwinsinstance-module-contributors-bicep,AVM Resource Module for Digital Twins Instance, +Microsoft.DocumentDB,databaseAccountNames,DocumentDB Database Account,avm-res-documentdb-databaseaccountname,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/document-db/database-account,br/public:avm-res-documentdb-databaseaccountname:X.Y.Z,46d3xbcp.res.documentdb-databaseaccountname,,,,,@azure/avm-res-documentdb-databaseaccountname-module-owners-bicep,@azure/avm-res-documentdb-databaseaccountname-module-contributors-bicep,AVM Resource Module for DocumentDB Database Account, +Microsoft.EventGrid,domains,Event Grid Domain,avm-res-eventgrid-domain,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-grid/domain,br/public:avm-res-eventgrid-domain:X.Y.Z,46d3xbcp.res.eventgrid-domain,fabmas,Fabio Masciotra,,,@azure/avm-res-eventgrid-domain-module-owners-bicep,@azure/avm-res-eventgrid-domain-module-contributors-bicep,AVM Resource Module for Event Grid Domain, +Microsoft.EventGrid,systemTopics,Event Grid System Topic,avm-res-eventgrid-systemtopic,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-grid/system-topic,br/public:avm-res-eventgrid-systemtopic:X.Y.Z,46d3xbcp.res.eventgrid-systemtopic,fabmas,Fabio Masciotra,,,@azure/avm-res-eventgrid-systemtopic-module-owners-bicep,@azure/avm-res-eventgrid-systemtopic-module-contributors-bicep,AVM Resource Module for Event Grid System Topic, +Microsoft.EventGrid,topics,Event Grid Topic,avm-res-eventgrid-topic,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-grid/topic,br/public:avm-res-eventgrid-topic:X.Y.Z,46d3xbcp.res.eventgrid-topic,fabmas,Fabio Masciotra,,,@azure/avm-res-eventgrid-topic-module-owners-bicep,@azure/avm-res-eventgrid-topic-module-contributors-bicep,AVM Resource Module for Event Grid Topic, +Microsoft.EventHub,namespaces,Event Hub Namespace,avm-res-eventhub-namespace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/event-hub/namespace,br/public:avm-res-eventhub-namespace:X.Y.Z,46d3xbcp.res.eventhub-namespace,elbatane,Elena Batanero,,,@azure/avm-res-eventhub-namespace-module-owners-bicep,@azure/avm-res-eventhub-namespace-module-contributors-bicep,AVM Resource Module for Event Hub Namespace, +Microsoft.HealthBot,healthBots,Azure Health Bot,avm-res-healthbot-healthbot,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/health-bot/health-bot,br/public:avm-res-healthbot-healthbot:X.Y.Z,46d3xbcp.res.healthbot-healthbot,,,,,@azure/avm-res-healthbot-healthbot-module-owners-bicep,@azure/avm-res-healthbot-healthbot-module-contributors-bicep,AVM Resource Module for Azure Health Bot, +Microsoft.HealthcareApis,workspaces,Healthcare API Workspace,avm-res-healthcareapis-workspace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/healthcare-apis/workspace,br/public:avm-res-healthcareapis-workspace:X.Y.Z,46d3xbcp.res.healthcareapis-workspace,,,,,@azure/avm-res-healthcareapis-workspace-module-owners-bicep,@azure/avm-res-healthcareapis-workspace-module-contributors-bicep,AVM Resource Module for Healthcare API Workspace, +Microsoft.Insights,actionGroups,Action Group,avm-res-insights-actiongroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/action-group,br/public:avm-res-insights-actiongroup:X.Y.Z,46d3xbcp.res.insights-actiongroup,rahalan,Rainer Halanek,,,@azure/avm-res-insights-actiongroup-module-owners-bicep,@azure/avm-res-insights-actiongroup-module-contributors-bicep,AVM Resource Module for Action Group, +Microsoft.Insights,activityLogAlerts,Activity Log Alert,avm-res-insights-activitylogalert,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/activity-log-alert,br/public:avm-res-insights-activitylogalert:X.Y.Z,46d3xbcp.res.insights-activitylogalert,,,,,@azure/avm-res-insights-activitylogalert-module-owners-bicep,@azure/avm-res-insights-activitylogalert-module-contributors-bicep,AVM Resource Module for Activity Log Alert, +Microsoft.Insights,components,Application Insight,avm-res-insights-component,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/component,br/public:avm-res-insights-component:X.Y.Z,46d3xbcp.res.insights-component,,,,,@azure/avm-res-insights-component-module-owners-bicep,@azure/avm-res-insights-component-module-contributors-bicep,AVM Resource Module for Application Insight, +Microsoft.Insights,dataCollectionEndpoints,Data Collection Endpoint,avm-res-insights-datacollectionendpoint,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/data-collection-endpoint,br/public:avm-res-insights-datacollectionendpoint:X.Y.Z,46d3xbcp.res.insights-datacollectionendpoint,krbar,Kris Baranek,,,@azure/avm-res-insights-datacollectionendpoint-module-owners-bicep,@azure/avm-res-insights-datacollectionendpoint-module-contributors-bicep,AVM Resource Module for Data Collection Endpoint, +Microsoft.Insights,dataCollectionRuleAssociations,Data Collection Rule,avm-res-insights-datacollectionruleassociation,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/data-collection-rule,br/public:avm-res-insights-datacollectionruleassociation:X.Y.Z,46d3xbcp.res.insights-datacollectionruleassoc,krbar,Kris Baranek,,,@azure/avm-res-insights-datacollectionruleassociation-module-owners-bicep,@azure/avm-res-insights-datacollectionruleassociation-module-contributors-bicep,AVM Resource Module for Data Collection Rule, +Microsoft.Insights,diagnosticSettings,Diagnostic Settings,avm-res-insights-diagnosticsetting,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/diagnostic-setting,br/public:avm-res-insights-diagnosticsetting:X.Y.Z,46d3xbcp.res.insights-diagnosticsetting,,,,,@azure/avm-res-insights-diagnosticsetting-module-owners-bicep,@azure/avm-res-insights-diagnosticsetting-module-contributors-bicep,AVM Resource Module for Diagnostic Settings, +Microsoft.Insights,metricAlerts,Metric Alert,avm-res-insights-metricalert,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/metric-alert,br/public:avm-res-insights-metricalert:X.Y.Z,46d3xbcp.res.insights-metricalert,,,,,@azure/avm-res-insights-metricalert-module-owners-bicep,@azure/avm-res-insights-metricalert-module-contributors-bicep,AVM Resource Module for Metric Alert, +Microsoft.Insights,privateLinkScopeOperationStatuses,Azure Monitor Private Link Scope,avm-res-insights-privatelinkscopeoperationstatus,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/private-link-scope,br/public:avm-res-insights-privatelinkscopeoperationstatus:X.Y.Z,46d3xbcp.res.insights-privatelinkscopeopstatus,ahmadabdalla,Ahmad Abdalla,,,@azure/avm-res-insights-privatelinkscopeoperationstatus-module-owners-bicep,@azure/avm-res-insights-privatelinkscopeoperationstatus-module-contributors-bicep,AVM Resource Module for Azure Monitor Private Link Scope, +Microsoft.Insights,scheduledQueryRules,Scheduled Query Rule,avm-res-insights-scheduledqueryrule,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/scheduled-query-rule,br/public:avm-res-insights-scheduledqueryrule:X.Y.Z,46d3xbcp.res.insights-scheduledqueryrule,,,,,@azure/avm-res-insights-scheduledqueryrule-module-owners-bicep,@azure/avm-res-insights-scheduledqueryrule-module-contributors-bicep,AVM Resource Module for Scheduled Query Rule, +Microsoft.Insights,webtests,Web Test,avm-res-insights-webtest,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/insights/webtest,br/public:avm-res-insights-webtest:X.Y.Z,46d3xbcp.res.insights-webtest,,,,,@azure/avm-res-insights-webtest-module-owners-bicep,@azure/avm-res-insights-webtest-module-contributors-bicep,AVM Resource Module for Web Test, +Microsoft.KeyVault,vaults,Key Vault,avm-res-keyvault-vault,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/key-vault/vault,br/public:avm-res-keyvault-vault:X.Y.Z,46d3xbcp.res.keyvault-vault,fblix,Felix Borst,,,@azure/avm-res-keyvault-vault-module-owners-bicep,@azure/avm-res-keyvault-vault-module-contributors-bicep,AVM Resource Module for Key Vault, +Microsoft.KubernetesConfiguration,extensions,Kubernetes Configuration Extension,avm-res-kubernetesconfiguration-extension,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/kubernetes-configuration/extension,br/public:avm-res-kubernetesconfiguration-extension:X.Y.Z,46d3xbcp.res.kubernetesconfiguration-extension,,,,,@azure/avm-res-kubernetesconfiguration-extension-module-owners-bicep,@azure/avm-res-kubernetesconfiguration-extension-module-contributors-bicep,AVM Resource Module for Kubernetes Configuration Extension, +Microsoft.KubernetesConfiguration,fluxConfigurations,Kubernetes Configuration Flux Configuration,avm-res-kubernetesconfiguration-fluxconfiguration,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/kubernetes-configuration/flux-configuration,br/public:avm-res-kubernetesconfiguration-fluxconfiguration:X.Y.Z,46d3xbcp.res.kubernetesconfiguration-fluxconfig,,,,,@azure/avm-res-kubernetesconfiguration-fluxconfiguration-module-owners-bicep,@azure/avm-res-kubernetesconfiguration-fluxconfiguration-module-contributors-bicep,AVM Resource Module for Kubernetes Configuration Flux Configuration, +Microsoft.Logic,workflows,Logic Apps (Workflow),avm-res-logic-workflow,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/logic/workflow,br/public:avm-res-logic-workflow:X.Y.Z,46d3xbcp.res.logic-workflow,,,,,@azure/avm-res-logic-workflow-module-owners-bicep,@azure/avm-res-logic-workflow-module-contributors-bicep,AVM Resource Module for Logic Apps (Workflow), +Microsoft.MachineLearningServices,workspaces,Machine Learning Services Workspace,avm-res-machinelearningservices-workspace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/machine-learning-services/workspace,br/public:avm-res-machinelearningservices-workspace:X.Y.Z,46d3xbcp.res.machinelearningservices-workspace,,,,,@azure/avm-res-machinelearningservices-workspace-module-owners-bicep,@azure/avm-res-machinelearningservices-workspace-module-contributors-bicep,AVM Resource Module for Machine Learning Services Workspace, +Microsoft.Maintenance,maintenanceConfigurations,Maintenance Configuration,avm-res-maintenance-maintenanceconfiguration,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/maintenance/maintenance-configuration,br/public:avm-res-maintenance-maintenanceconfiguration:X.Y.Z,46d3xbcp.res.maintenance-maintenanceconfiguration,,,,,@azure/avm-res-maintenance-maintenanceconfiguration-module-owners-bicep,@azure/avm-res-maintenance-maintenanceconfiguration-module-contributors-bicep,AVM Resource Module for Maintenance Configuration, +Microsoft.ManagedIdentity,userAssignedIdentities,User Assigned Identity,avm-res-managedidentity-userassignedidentity,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/managed-identity/user-assigned-identity,br/public:avm-res-managedidentity-userassignedidentity:X.Y.Z,46d3xbcp.res.managedidentity-userassignedidentity,segraef,Sebastian Graef,,,@azure/avm-res-managedidentity-userassignedidentity-module-owners-bicep,@azure/avm-res-managedidentity-userassignedidentity-module-contributors-bicep,AVM Resource Module for User Assigned Identity, +Microsoft.ManagedServices,registrationDefinitions,Registration Definition,avm-res-managedservices-registrationdefinition,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/managed-services/registration-definition,br/public:avm-res-managedservices-registrationdefinition:X.Y.Z,46d3xbcp.res.managedservices-registrationdef,,,,,@azure/avm-res-managedservices-registrationdefinition-module-owners-bicep,@azure/avm-res-managedservices-registrationdefinition-module-contributors-bicep,AVM Resource Module for Registration Definition, +Microsoft.Management,managementGroups,Management Group,avm-res-management-managementgroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/management/management-group,br/public:avm-res-management-managementgroup:X.Y.Z,46d3xbcp.res.management-managementgroup,fblix,Felix Borst,,,@azure/avm-res-management-managementgroup-module-owners-bicep,@azure/avm-res-management-managementgroup-module-contributors-bicep,AVM Resource Module for Management Group, +Microsoft.NetApp,netAppAccounts,Azure NetApp File,avm-res-netapp-netappaccount,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/net-app/net-app-account,br/public:avm-res-netapp-netappaccount:X.Y.Z,46d3xbcp.res.netapp-netappaccount,,,,,@azure/avm-res-netapp-netappaccount-module-owners-bicep,@azure/avm-res-netapp-netappaccount-module-contributors-bicep,AVM Resource Module for Azure NetApp File, +Microsoft.Network,applicationGateway,Application Gateway,avm-res-network-applicationgateway,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/application-gateway,br/public:avm-res-network-applicationgateway:X.Y.Z,46d3xbcp.res.network-appgw,,,,,@azure/avm-res-network-applicationgateway-module-owners-bicep,@azure/avm-res-network-applicationgateway-module-contributors-bicep,AVM Resource Module for Application Gateway, +Microsoft.Network,ApplicationGatewayWebApplicationFirewallPolicies,Application Gateway Web Application Firewall (WAF) Policy,avm-res-network-applicationgatewaywebapplicationfirewallpolicy,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/application-gateway-web-application-firewall-policy,br/public:avm-res-network-applicationgatewaywebapplicationfirewallpolicy:X.Y.Z,46d3xbcp.res.network-appgwwebappfirewallpolicy,,,,,@azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-owners-bicep,@azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-contributors-bicep,AVM Resource Module for Application Gateway Web Application Firewall (WAF) Policy, +Microsoft.Network,applicationSecurityGroups,Application Security Group (ASG),avm-res-network-applicationsecuritygroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/application-security-group,br/public:avm-res-network-applicationsecuritygroup:X.Y.Z,46d3xbcp.res.network-applicationsecuritygroup,segraef,Sebastian Graef,,,@azure/avm-res-network-applicationsecuritygroup-module-owners-bicep,@azure/avm-res-network-applicationsecuritygroup-module-contributors-bicep,AVM Resource Module for Application Security Group (ASG), +Microsoft.Network,azureFirewall,Azure Firewall,avm-res-network-azurefirewall,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/azure-firewall,br/public:avm-res-network-azurefirewall:X.Y.Z,46d3xbcp.res.network-azurefirewall,rahalan,Rainer Halanek,,,@azure/avm-res-network-azurefirewall-module-owners-bicep,@azure/avm-res-network-azurefirewall-module-contributors-bicep,AVM Resource Module for Azure Firewall, +Microsoft.Network,bastionHosts,Bastion Host,avm-res-network-bastionhost,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/bastion-host,br/public:avm-res-network-bastionhost:X.Y.Z,46d3xbcp.res.network-bastionhost,krbar,Kris Baranek,,,@azure/avm-res-network-bastionhost-module-owners-bicep,@azure/avm-res-network-bastionhost-module-contributors-bicep,AVM Resource Module for Bastion Host, +Microsoft.Network,connections,Virtual Network Gateway Connection,avm-res-network-connection,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/connection,br/public:avm-res-network-connection:X.Y.Z,46d3xbcp.res.network-connection,,,,,@azure/avm-res-network-connection-module-owners-bicep,@azure/avm-res-network-connection-module-contributors-bicep,AVM Resource Module for Virtual Network Gateway Connection, +Microsoft.Network,ddosProtectionPlans,DDoS Protection Plan,avm-res-network-ddosprotectionplan,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/ddos-protection-plan,br/public:avm-res-network-ddosprotectionplan:X.Y.Z,46d3xbcp.res.network-ddosprotectionplan,segraef,Sebastian Graef,,,@azure/avm-res-network-ddosprotectionplan-module-owners-bicep,@azure/avm-res-network-ddosprotectionplan-module-contributors-bicep,AVM Resource Module for DDoS Protection Plan, +Microsoft.Network,dnsForwardingRulesets,DNS Forwarding Ruleset,avm-res-network-dnsforwardingruleset,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/dns-forwarding-ruleset,br/public:avm-res-network-dnsforwardingruleset:X.Y.Z,46d3xbcp.res.network-dnsforwardingruleset,ChrisSidebotham,Chris Sidebotham,,,@azure/avm-res-network-dnsforwardingruleset-module-owners-bicep,@azure/avm-res-network-dnsforwardingruleset-module-contributors-bicep,AVM Resource Module for DNS Forwarding Ruleset, +Microsoft.Network,dnsResolvers,DNS Resolver,avm-res-network-dnsresolver,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/dns-resolver,br/public:avm-res-network-dnsresolver:X.Y.Z,46d3xbcp.res.network-dnsresolver,ChrisSidebotham,Chris Sidebotham,,,@azure/avm-res-network-dnsresolver-module-owners-bicep,@azure/avm-res-network-dnsresolver-module-contributors-bicep,AVM Resource Module for DNS Resolver, +Microsoft.Network,dnsZones,Public DNS Zone,avm-res-network-dnszone,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/dns-zone,br/public:avm-res-network-dnszone:X.Y.Z,46d3xbcp.res.network-dnszone,ChrisSidebotham,Chris Sidebotham,,,@azure/avm-res-network-dnszone-module-owners-bicep,@azure/avm-res-network-dnszone-module-contributors-bicep,AVM Resource Module for Public DNS Zone, +Microsoft.Network,expressRouteCircuits,ExpressRoute Circuit,avm-res-network-expressroutecircuit,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/express-route-circuit,br/public:avm-res-network-expressroutecircuit:X.Y.Z,46d3xbcp.res.network-expressroutecircuit,arnoldna,Nate Arnold,,,@azure/avm-res-network-expressroutecircuit-module-owners-bicep,@azure/avm-res-network-expressroutecircuit-module-contributors-bicep,AVM Resource Module for ExpressRoute Circuit, +Microsoft.Network,expressRouteGateways,Express Route Gateway,avm-res-network-expressroutegateway,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/express-route-gateway,br/public:avm-res-network-expressroutegateway:X.Y.Z,46d3xbcp.res.network-expressroutegateway,arnoldna,Nate Arnold,,,@azure/avm-res-network-expressroutegateway-module-owners-bicep,@azure/avm-res-network-expressroutegateway-module-contributors-bicep,AVM Resource Module for Express Route Gateway, +Microsoft.Network,firewallPolicies,Firewall Policy,avm-res-network-firewallpolicy,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/firewall-policy,br/public:avm-res-network-firewallpolicy:X.Y.Z,46d3xbcp.res.network-firewallpolicy,,,,,@azure/avm-res-network-firewallpolicy-module-owners-bicep,@azure/avm-res-network-firewallpolicy-module-contributors-bicep,AVM Resource Module for Firewall Policy, +Microsoft.Network,frontdoorOperationResults,Azure Front Door,avm-res-network-frontdooroperationresult,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/front-door,br/public:avm-res-network-frontdooroperationresult:X.Y.Z,46d3xbcp.res.network-frontdooroperationresult,,,,,@azure/avm-res-network-frontdooroperationresult-module-owners-bicep,@azure/avm-res-network-frontdooroperationresult-module-contributors-bicep,AVM Resource Module for Azure Front Door, +Microsoft.Network,frontDoorWebApplicationFirewallPolicies,Front Door Web Application Firewall (WAF) Policy,avm-res-network-frontdoorwebapplicationfirewallpolicy,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/front-door-web-application-firewall-policy,br/public:avm-res-network-frontdoorwebapplicationfirewallpolicy:X.Y.Z,46d3xbcp.network-frontdoorwebappfirewallpolicy,,,,,@azure/avm-res-network-frontdoorwebapplicationfirewallpolicy-module-owners-bicep,@azure/avm-res-network-frontdoorwebapplicationfirewallpolicy-module-contributors-bicep,AVM Resource Module for Front Door Web Application Firewall (WAF) Policy, +Microsoft.Network,ipGroups,IP Group,avm-res-network-ipgroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/ip-group,br/public:avm-res-network-ipgroup:X.Y.Z,46d3xbcp.res.network-ipgroup,ahmadabdalla,Ahmad Abdalla,,,@azure/avm-res-network-ipgroup-module-owners-bicep,@azure/avm-res-network-ipgroup-module-contributors-bicep,AVM Resource Module for IP Group, +Microsoft.Network,loadBalancers,Load Balancer,avm-res-network-loadbalancer,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/load-balancer,br/public:avm-res-network-loadbalancer:X.Y.Z,46d3xbcp.res.network-loadbalancer,,,,,@azure/avm-res-network-loadbalancer-module-owners-bicep,@azure/avm-res-network-loadbalancer-module-contributors-bicep,AVM Resource Module for Load Balancer, +Microsoft.Network,localNetworkGateways,Local Network Gateway,avm-res-network-localnetworkgateway,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/local-network-gateway,br/public:avm-res-network-localnetworkgateway:X.Y.Z,46d3xbcp.res.network-localnetworkgateway,,,,,@azure/avm-res-network-localnetworkgateway-module-owners-bicep,@azure/avm-res-network-localnetworkgateway-module-contributors-bicep,AVM Resource Module for Local Network Gateway, +Microsoft.Network,natGateways,NAT Gateway,avm-res-network-natgateway,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/nat-gateway,br/public:avm-res-network-natgateway:X.Y.Z,46d3xbcp.res.network-natgateway,,,,,@azure/avm-res-network-natgateway-module-owners-bicep,@azure/avm-res-network-natgateway-module-contributors-bicep,AVM Resource Module for NAT Gateway, +Microsoft.Network,networkInterfaces,Network Interface,avm-res-network-networkinterface,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-interface,br/public:avm-res-network-networkinterface:X.Y.Z,46d3xbcp.res.network-networkinterface,segraef,Sebastian Graef,,,@azure/avm-res-network-networkinterface-module-owners-bicep,@azure/avm-res-network-networkinterface-module-contributors-bicep,AVM Resource Module for Network Interface, +Microsoft.Network,networkManagerConnections,Network Manager,avm-res-network-networkmanagerconnection,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-manager,br/public:avm-res-network-networkmanagerconnection:X.Y.Z,46d3xbcp.res.network-networkmanagerconnection,ahmadabdalla,Ahmad Abdalla,,,@azure/avm-res-network-networkmanagerconnection-module-owners-bicep,@azure/avm-res-network-networkmanagerconnection-module-contributors-bicep,AVM Resource Module for Network Manager, +Microsoft.Network,networkSecurityGroups,Network Security Group,avm-res-network-networksecuritygroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-security-group,br/public:avm-res-network-networksecuritygroup:X.Y.Z,46d3xbcp.res.network-networksecuritygroup,ahmadabdalla,Ahmad Abdalla,,,@azure/avm-res-network-networksecuritygroup-module-owners-bicep,@azure/avm-res-network-networksecuritygroup-module-contributors-bicep,AVM Resource Module for Network Security Group, +Microsoft.Network,networkWatchers,Network Watcher,avm-res-network-networkwatcher,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/network-watcher,br/public:avm-res-network-networkwatcher:X.Y.Z,46d3xbcp.res.network-networkwatcher,segraef,Sebastian Graef,,,@azure/avm-res-network-networkwatcher-module-owners-bicep,@azure/avm-res-network-networkwatcher-module-contributors-bicep,AVM Resource Module for Network Watcher, +Microsoft.Network,privateDnsZones,Private DNS Zone,avm-res-network-privatednszone,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-dns-zone,br/public:avm-res-network-privatednszone:X.Y.Z,46d3xbcp.res.network-privatednszone,ChrisSidebotham,Chris Sidebotham,,,@azure/avm-res-network-privatednszone-module-owners-bicep,@azure/avm-res-network-privatednszone-module-contributors-bicep,AVM Resource Module for Private DNS Zone, +Microsoft.Network,privateEndpoints,Private Endpoint,avm-res-network-privateendpoint,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-endpoint,br/public:avm-res-network-privateendpoint:X.Y.Z,46d3xbcp.res.network-privateendpoint,segraef,Sebastian Graef,,,@azure/avm-res-network-privateendpoint-module-owners-bicep,@azure/avm-res-network-privateendpoint-module-contributors-bicep,AVM Resource Module for Private Endpoint, +Microsoft.Network,privateLinkServices,Private Link Service,avm-res-network-privatelinkservice,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/private-link-service,br/public:avm-res-network-privatelinkservice:X.Y.Z,46d3xbcp.res.network-privatelinkservice,ahmadabdalla,Ahmad Abdalla,,,@azure/avm-res-network-privatelinkservice-module-owners-bicep,@azure/avm-res-network-privatelinkservice-module-contributors-bicep,AVM Resource Module for Private Link Service, +Microsoft.Network,publicIPAddresses,Public IP Address,avm-res-network-publicipaddress,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/public-ip-address,br/public:avm-res-network-publicipaddress:X.Y.Z,46d3xbcp.res.network-publicipaddress,krbar,Kris Baranek,,,@azure/avm-res-network-publicipaddress-module-owners-bicep,@azure/avm-res-network-publicipaddress-module-contributors-bicep,AVM Resource Module for Public IP Address, +Microsoft.Network,publicIPPrefixes,Public IP Prefix,avm-res-network-publicipprefix,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/public-ip-prefix,br/public:avm-res-network-publicipprefix:X.Y.Z,46d3xbcp.res.network-publicipprefix,krbar,Kris Baranek,,,@azure/avm-res-network-publicipprefix-module-owners-bicep,@azure/avm-res-network-publicipprefix-module-contributors-bicep,AVM Resource Module for Public IP Prefix, +Microsoft.Network,routeTables,Route Table,avm-res-network-routetable,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/route-table,br/public:avm-res-network-routetable:X.Y.Z,46d3xbcp.res.network-routetable,segraef,Sebastian Graef,,,@azure/avm-res-network-routetable-module-owners-bicep,@azure/avm-res-network-routetable-module-contributors-bicep,AVM Resource Module for Route Table, +Microsoft.Network,serviceEndpointPolicies,Service Endpoint Policy,avm-res-network-serviceendpointpolicy,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/service-endpoint-policy,br/public:avm-res-network-serviceendpointpolicy:X.Y.Z,46d3xbcp.res.network-serviceendpointpolicy,,,,,@azure/avm-res-network-serviceendpointpolicy-module-owners-bicep,@azure/avm-res-network-serviceendpointpolicy-module-contributors-bicep,AVM Resource Module for Service Endpoint Policy, +Microsoft.Network,trafficmanagerprofiles,Traffic Manager Profile,avm-res-network-trafficmanagerprofile,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/trafficmanagerprofile,br/public:avm-res-network-trafficmanagerprofile:X.Y.Z,46d3xbcp.res.network-trafficmanagerprofile,,,,,@azure/avm-res-network-trafficmanagerprofile-module-owners-bicep,@azure/avm-res-network-trafficmanagerprofile-module-contributors-bicep,AVM Resource Module for Traffic Manager Profile, +Microsoft.Network,virtualHubs,Virtual Hub,avm-res-network-virtualhub,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-hub,br/public:avm-res-network-virtualhub:X.Y.Z,46d3xbcp.res.network-virtualhub,arnoldna,Nate Arnold,,,@azure/avm-res-network-virtualhub-module-owners-bicep,@azure/avm-res-network-virtualhub-module-contributors-bicep,AVM Resource Module for Virtual Hub, +Microsoft.Network,virtualNetwork,Virtual Network,avm-res-network-virtualnetwork,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-network,br/public:avm-res-network-virtualnetwork:X.Y.Z,46d3xbcp.res.network-virtualnetwork,elbatane,Elena Batanero,,,@azure/avm-res-network-virtualnetwork-module-owners-bicep,@azure/avm-res-network-virtualnetwork-module-contributors-bicep,AVM Resource Module for Virtual Network, +Microsoft.Network,virtualNetworkGateways,Virtual Network Gateway,avm-res-network-virtualnetworkgateway,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-network-gateway,br/public:avm-res-network-virtualnetworkgateway:X.Y.Z,46d3xbcp.res.network-virtualnetworkgateway,,,,,@azure/avm-res-network-virtualnetworkgateway-module-owners-bicep,@azure/avm-res-network-virtualnetworkgateway-module-contributors-bicep,AVM Resource Module for Virtual Network Gateway, +Microsoft.Network,virtualWans,Virtual WAN,avm-res-network-virtualwan,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/virtual-wan,br/public:avm-res-network-virtualwan:X.Y.Z,46d3xbcp.res.network-virtualwan,,,,,@azure/avm-res-network-virtualwan-module-owners-bicep,@azure/avm-res-network-virtualwan-module-contributors-bicep,AVM Resource Module for Virtual WAN, +Microsoft.Network,vpnGateways,VPN Gateway,avm-res-network-vpngateway,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/vpn-gateway,br/public:avm-res-network-vpngateway:X.Y.Z,46d3xbcp.res.network-vpngateway,,,,,@azure/avm-res-network-vpngateway-module-owners-bicep,@azure/avm-res-network-vpngateway-module-contributors-bicep,AVM Resource Module for VPN Gateway, +Microsoft.Network,vpnSites,VPN Site,avm-res-network-vpnsite,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/network/vpn-site,br/public:avm-res-network-vpnsite:X.Y.Z,46d3xbcp.res.network-vpnsite,,,,,@azure/avm-res-network-vpnsite-module-owners-bicep,@azure/avm-res-network-vpnsite-module-contributors-bicep,AVM Resource Module for VPN Site, +Microsoft.OperationalInsights,workspaces,Log Analytics Workspace,avm-res-operationalinsights-workspace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/operational-insights/workspace,br/public:avm-res-operationalinsights-workspace:X.Y.Z,46d3xbcp.res.operationalinsights-workspace,krbar,Kris Baranek,,,@azure/avm-res-operationalinsights-workspace-module-owners-bicep,@azure/avm-res-operationalinsights-workspace-module-contributors-bicep,AVM Resource Module for Log Analytics Workspace, +Microsoft.OperationsManagement,solutions,Operations Management Solution,avm-res-operationsmanagement-solution,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/operations-management/solution,br/public:avm-res-operationsmanagement-solution:X.Y.Z,46d3xbcp.res.operationsmanagement-solution,,,,,@azure/avm-res-operationsmanagement-solution-module-owners-bicep,@azure/avm-res-operationsmanagement-solution-module-contributors-bicep,AVM Resource Module for Operations Management Solution, +Microsoft.PolicyInsights,remediations,Policy Insights Remediation,avm-res-policyinsights-remediation,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/policy-insights/remediation,br/public:avm-res-policyinsights-remediation:X.Y.Z,46d3xbcp.res.policyinsights-remediation,,,,,@azure/avm-res-policyinsights-remediation-module-owners-bicep,@azure/avm-res-policyinsights-remediation-module-contributors-bicep,AVM Resource Module for Policy Insights Remediation, +Microsoft.PowerBIDedicated,capacities,Power BI Dedicated Capacity,avm-res-powerbidedicated-capacity,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/power-bi-dedicated/capacity,br/public:avm-res-powerbidedicated-capacity:X.Y.Z,46d3xbcp.res.powerbidedicated-capacity,ChrisSidebotham,Chris Sidebotham,,,@azure/avm-res-powerbidedicated-capacity-module-owners-bicep,@azure/avm-res-powerbidedicated-capacity-module-contributors-bicep,AVM Resource Module for Power BI Dedicated Capacity, +Microsoft.Purview,accounts,Purview Account,avm-res-purview-account,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/purview/account,br/public:avm-res-purview-account:X.Y.Z,46d3xbcp.res.purview-account,,,,,@azure/avm-res-purview-account-module-owners-bicep,@azure/avm-res-purview-account-module-contributors-bicep,AVM Resource Module for Purview Account, +Microsoft.RecoveryServices,vaults,Recovery Services Vault,avm-res-recoveryservices-vault,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/recovery-services/vault,br/public:avm-res-recoveryservices-vault:X.Y.Z,46d3xbcp.res.recoveryservices-vault,,,,,@azure/avm-res-recoveryservices-vault-module-owners-bicep,@azure/avm-res-recoveryservices-vault-module-contributors-bicep,AVM Resource Module for Recovery Services Vault, +Microsoft.Relay,namespaces,Relay Namespace,avm-res-relay-namespace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/relay/namespace,br/public:avm-res-relay-namespace:X.Y.Z,46d3xbcp.res.relay-namespace,,,,,@azure/avm-res-relay-namespace-module-owners-bicep,@azure/avm-res-relay-namespace-module-contributors-bicep,AVM Resource Module for Relay Namespace, +Microsoft.ResourceGraph,queries,Resource Graph Query,avm-res-resourcegraph-query,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resource-graph/query,br/public:avm-res-resourcegraph-query:X.Y.Z,46d3xbcp.resourcegraph-query,,,,,@azure/avm-res-resourcegraph-query-module-owners-bicep,@azure/avm-res-resourcegraph-query-module-contributors-bicep,AVM Resource Module for Resource Graph Query, +Microsoft.Resources,deploymentScripts,Deployment Script,avm-res-resources-deploymentscript,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resources/deployment-script,br/public:avm-res-resources-deploymentscript:X.Y.Z,46d3xbcp.res.resources-deploymentscript,,,,,@azure/avm-res-resources-deploymentscript-module-owners-bicep,@azure/avm-res-resources-deploymentscript-module-contributors-bicep,AVM Resource Module for Deployment Script, +Microsoft.Resources,resourceGroups,Resource Group,avm-res-resources-resourcegroup,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resources/resource-group,br/public:avm-res-resources-resourcegroup:X.Y.Z,46d3xbcp.res.resources-resourcegroup,segraef,Sebastian Graef,,,@azure/avm-res-resources-resourcegroup-module-owners-bicep,@azure/avm-res-resources-resourcegroup-module-contributors-bicep,AVM Resource Module for Resource Group, +Microsoft.Resources,tags,Resources Tags,avm-res-resources-tags,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/resources/tags,br/public:avm-res-resources-tags:X.Y.Z,46d3xbcp.res.resources-tags,segraef,Sebastian Graef,,,@azure/avm-res-resources-tags-module-owners-bicep,@azure/avm-res-resources-tags-module-contributors-bicep,AVM Resource Module for Resources Tags, +Microsoft.Search,searchServices,Search Service,avm-res-search-searchservice,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/search/search-service,br/public:avm-res-search-searchservice:X.Y.Z,46d3xbcp.search-searchservice,,,,,@azure/avm-res-search-searchservice-module-owners-bicep,@azure/avm-res-search-searchservice-module-contributors-bicep,AVM Resource Module for Search Service, +Microsoft.ServiceBus,namespaces,Service Bus Namespace,avm-res-servicebus-namespace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/service-bus/namespace,br/public:avm-res-servicebus-namespace:X.Y.Z,46d3xbcp.res.servicebus-namespace,ChrisSidebotham,Chris Sidebotham,,,@azure/avm-res-servicebus-namespace-module-owners-bicep,@azure/avm-res-servicebus-namespace-module-contributors-bicep,AVM Resource Module for Service Bus Namespace, +Microsoft.ServiceFabric,clusters,Service Fabric Cluster,avm-res-servicefabric-cluster,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/service-fabric/cluster,br/public:avm-res-servicefabric-cluster:X.Y.Z,46d3xbcp.res.servicefabric-cluster,,,,,@azure/avm-res-servicefabric-cluster-module-owners-bicep,@azure/avm-res-servicefabric-cluster-module-contributors-bicep,AVM Resource Module for Service Fabric Cluster, +Microsoft.SignalRService,signalR,SignalR Service SignalR,avm-res-signalrservice-signalr,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/signal-r-service/signal-r,br/public:avm-res-signalrservice-signalr:X.Y.Z,46d3xbcp.res.signalrservice-signalr,,,,,@azure/avm-res-signalrservice-signalr-module-owners-bicep,@azure/avm-res-signalrservice-signalr-module-contributors-bicep,AVM Resource Module for SignalR Service SignalR, +Microsoft.SignalRService,webPubSub,SignalR Web PubSub Service,avm-res-signalrservice-webpubsub,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/signal-r-service/web-pub-sub,br/public:avm-res-signalrservice-webpubsub:X.Y.Z,46d3xbcp.res.signalrservice-webpubsub,,,,,@azure/avm-res-signalrservice-webpubsub-module-owners-bicep,@azure/avm-res-signalrservice-webpubsub-module-contributors-bicep,AVM Resource Module for SignalR Web PubSub Service, +Microsoft.Sql,managedInstances,SQL Managed Instance,avm-res-sql-managedinstance,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/sql/managed-instance,br/public:avm-res-sql-managedinstance:X.Y.Z,46d3xbcp.res.sql-managedinstance,segraef,Sebastian Graef,,,@azure/avm-res-sql-managedinstance-module-owners-bicep,@azure/avm-res-sql-managedinstance-module-contributors-bicep,AVM Resource Module for SQL Managed Instance, +Microsoft.Sql,servers,Azure SQL Server,avm-res-sql-server,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/sql/server,br/public:avm-res-sql-server:X.Y.Z,46d3xbcp.res.sql-server,,,,,@azure/avm-res-sql-server-module-owners-bicep,@azure/avm-res-sql-server-module-contributors-bicep,AVM Resource Module for Azure SQL Server, +Microsoft.Storage,storageAccounts,Storage Account,avm-res-storage-storageaccount,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account,br/public:avm-res-storage-storageaccount:X.Y.Z,46d3xbcp.res.storage-storageaccount,fblix,Felix Borst,,,@azure/avm-res-storage-storageaccount-module-owners-bicep,@azure/avm-res-storage-storageaccount-module-contributors-bicep,AVM Resource Module for Storage Account, +Microsoft.Synapse,privateLinkHubs,Azure Synapse Analytic,avm-res-synapse-privatelinkhub,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/synapse/private-link-hub,br/public:avm-res-synapse-privatelinkhub:X.Y.Z,46d3xbcp.res.synapse-privatelinkhub,,,,,@azure/avm-res-synapse-privatelinkhub-module-owners-bicep,@azure/avm-res-synapse-privatelinkhub-module-contributors-bicep,AVM Resource Module for Azure Synapse Analytic, +Microsoft.Synapse,workspaces,Synapse Workspace,avm-res-synapse-workspace,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/synapse/workspace,br/public:avm-res-synapse-workspace:X.Y.Z,46d3xbcp.res.synapse-workspace,,,,,@azure/avm-res-synapse-workspace-module-owners-bicep,@azure/avm-res-synapse-workspace-module-contributors-bicep,AVM Resource Module for Synapse Workspace, +Microsoft.VirtualMachineImages,imageTemplates,Virtual Machine Image Template,avm-res-virtualmachineimages-imagetemplate,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/virtual-machine-images/image-template,br/public:avm-res-virtualmachineimages-imagetemplate:X.Y.Z,46d3xbcp.res.virtualmachineimages-imagetemplate,ahmadabdalla,Ahmad Abdalla,,,@azure/avm-res-virtualmachineimages-imagetemplate-module-owners-bicep,@azure/avm-res-virtualmachineimages-imagetemplate-module-contributors-bicep,AVM Resource Module for Virtual Machine Image Template, +Microsoft.Web,connectionGateways,API Connection,avm-res-web-connectiongateway,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/connection,br/public:avm-res-web-connectiongateway:X.Y.Z,46d3xbcp.res.web-connectiongateway,,,,,@azure/avm-res-web-connectiongateway-module-owners-bicep,@azure/avm-res-web-connectiongateway-module-contributors-bicep,AVM Resource Module for API Connection, +Microsoft.Web,hostingEnvironments,App Service Environment,avm-res-web-hostingenvironment,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/hosting-environment,br/public:avm-res-web-hostingenvironment:X.Y.Z,46d3xbcp.res.web-hostingenvironment,tsc-buddy,Buddy Davies,,,@azure/avm-res-web-hostingenvironment-module-owners-bicep,@azure/avm-res-web-hostingenvironment-module-contributors-bicep,AVM Resource Module for App Service Environment, +Microsoft.Web,serverfarms,App Service Plan,avm-res-web-serverfarm,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/serverfarm,br/public:avm-res-web-serverfarm:X.Y.Z,46d3xbcp.res.web-serverfarm,tsc-buddy,Buddy Davies,,,@azure/avm-res-web-serverfarm-module-owners-bicep,@azure/avm-res-web-serverfarm-module-contributors-bicep,AVM Resource Module for App Service Plan, +Microsoft.Web,sites,Web/Function App,avm-res-web-site,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/site,br/public:avm-res-web-site:X.Y.Z,46d3xbcp.res.web-site,tsc-buddy,Buddy Davies,,,@azure/avm-res-web-site-module-owners-bicep,@azure/avm-res-web-site-module-contributors-bicep,AVM Resource Module for Web/Function App, +Microsoft.Web,staticSites,Static Web App,avm-res-web-staticsite,Migrate From CARML :rocket:,https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/web/static-site,br/public:avm-res-web-staticsite:X.Y.Z,46d3xbcp.res.web-staticsite,ChrisSidebotham,Chris Sidebotham,,,@azure/avm-res-web-staticsite-module-owners-bicep,@azure/avm-res-web-staticsite-module-contributors-bicep,AVM Resource Module for Static Web App, diff --git a/docs/static/module-indexes/TerraformPatternModules.csv b/docs/static/module-indexes/TerraformPatternModules.csv index 2ef8534b9..5ec014b5c 100644 --- a/docs/static/module-indexes/TerraformPatternModules.csv +++ b/docs/static/module-indexes/TerraformPatternModules.csv @@ -1,3 +1,3 @@ -ModuleDisplayName,ModuleName,ModuleStatus,RepoURL,PublicRegistryReference,TelemetryIdPrefix,PrimaryModuleOwnerGHHandle,PrimaryModuleOwnerDisplayName,ModuleOwnersGHTeam,ModuleContributorsGHTeam,Description,Comments -Virtual Machine Scale Set,avm-ptn-virtualmachinescaleset,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-virtualmachinescaleset,https://registry.terraform.io/modules/Azure/avm-ptn-virtualmachinescaleset/azurerm/latest,46d3xgtf.ptn.virtualmachinescaleset,terrymandin,Terry Mandin,@azure/avm-ptn-virtualmachinescaleset-module-owners-tf,@azure/avm-ptn-virtualmachinescaleset-module-contributors-tf,AVM Pattern Module for Virtual Machine Scale Set, -Virtual WAN,avm-ptn-virtualwan,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-virtualwan,https://registry.terraform.io/modules/Azure/avm-ptn-virtualwan/azurerm/latest,46d3xgtf.ptn.network-virtualwan,khushal08,Khush Kaviraj,@azure/avm-ptn-virtualwan-module-owners-tf,@azure/avm-ptn-virtualwan-module-contributors-tf,AVM Pattern Module for Virtual WAN, +ModuleDisplayName,ModuleName,ModuleStatus,RepoURL,PublicRegistryReference,TelemetryIdPrefix,PrimaryModuleOwnerGHHandle,PrimaryModuleOwnerDisplayName,SecondaryModuleOwnerGHHandle,SecondaryModuleOwnerDisplayName,ModuleOwnersGHTeam,ModuleContributorsGHTeam,Description,Comments +Virtual Machine Scale Set,avm-ptn-virtualmachinescaleset,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-virtualmachinescaleset,https://registry.terraform.io/modules/Azure/avm-ptn-virtualmachinescaleset/azurerm/latest,46d3xgtf.ptn.virtualmachinescaleset,terrymandin,Terry Mandin,,,@azure/avm-ptn-virtualmachinescaleset-module-owners-tf,@azure/avm-ptn-virtualmachinescaleset-module-contributors-tf,AVM Pattern Module for Virtual Machine Scale Set, +Virtual WAN,avm-ptn-virtualwan,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-ptn-virtualwan,https://registry.terraform.io/modules/Azure/avm-ptn-virtualwan/azurerm/latest,46d3xgtf.ptn.network-virtualwan,khushal08,Khush Kaviraj,,,@azure/avm-ptn-virtualwan-module-owners-tf,@azure/avm-ptn-virtualwan-module-contributors-tf,AVM Pattern Module for Virtual WAN, diff --git a/docs/static/module-indexes/TerraformResourceModules.csv b/docs/static/module-indexes/TerraformResourceModules.csv index fc2d5a2d8..3ae50af3e 100644 --- a/docs/static/module-indexes/TerraformResourceModules.csv +++ b/docs/static/module-indexes/TerraformResourceModules.csv @@ -1,12 +1,12 @@ -ProviderNamespace,ResourceType,ModuleDisplayName,ModuleName,ModuleStatus,RepoURL,PublicRegistryReference,TelemetryIdPrefix,PrimaryModuleOwnerGHHandle,PrimaryModuleOwnerDisplayName,ModuleOwnersGHTeam,ModuleContributorsGHTeam,Description,Comments -Microsoft.Compute,virtualMachines,Virtual Machine,avm-res-compute-virtualmachine,Migrate From TFVM :rocket:,https://github.com/Azure/terraform-azurerm-avm-res-compute-virtualmachine,https://registry.terraform.io/modules/Azure/avm-res-compute-virtualmachine/azurerm/latest,46d3xgtf.res.compute-virtualmachine,jchancellor-ms,Jon Chancellor,@azure/avm-res-compute-virtualmachine-module-owners-tf,@azure/avm-res-compute-virtualmachine-module-contributors-tf,AVM Resource Module for Virtual Machine,TFVM location: https://github.com/Azure/terraform-azurerm-compute -Microsoft.ContainerRegistry,registries,Azure Container Registry (ACR),avm-res-containerregistry-registry,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-res-containerregistry-registry,https://registry.terraform.io/modules/Azure/avm-res-containerregistry-registry/azurerm/latest,46d3xgtf.res.containerregistry-registry,pradorodriguez,Marco Prado,@azure/avm-res-containerregistry-registry-module-owners-tf,@azure/avm-res-containerregistry-registry-module-contributors-tf,AVM Resource Module for Azure Container Registry (ACR), -Microsoft.ContainerService,managedClusters,Azure Kubernetes Service (AKS) Managed Cluster,avm-res-containerservice-managedcluster,Migrate From TFVM :rocket:,https://github.com/Azure/terraform-azurerm-avm-res-containerservice-managedcluster,https://registry.terraform.io/modules/Azure/avm-res-containerservice-managedcluster/azurerm/latest,46d3xgtf.res.containerservice-managedcluster,,,@azure/avm-res-containerservice-managedcluster-module-owners-tf,@azure/avm-res-containerservice-managedcluster-module-contributors-tf,AVM Resource Module for Azure Kubernetes Service (AKS) Managed Cluster,TFVM location: https://github.com/Azure/terraform-azurerm-aks -Microsoft.KeyVault,vaults,Key Vault,avm-res-keyvault-vault,Module Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-keyvault-vault,https://registry.terraform.io/modules/Azure/avm-res-keyvault-vault/azurerm/latest,46d3xgtf.res.keyvault-vault,matt-FFFFFF,Matt White,@azure/avm-res-keyvault-vault-module-owners-tf,@azure/avm-res-keyvault-vault-module-contributors-tf,AVM Resource Module for Key Vault, -Microsoft.Network,applicationGateways,Application Gateway,avm-res-network-applicationgateway,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-res-network-applicationgateway,https://registry.terraform.io/modules/Azure/avm-res-network-applicationgateway/azurerm/latest,46d3xgtf.res.network-applicationgateway,donovm4,Mohammed Faizal,@azure/avm-res-network-applicationgateway-module-owners-tf,@azure/avm-res-network-applicationgateway-module-contributors-tf,AVM Resource Module for Application Gateway, -Microsoft.Network,ApplicationGatewayWebApplicationFirewallPolicies,Application Gateway Web Application Firewall (WAF) Policy,avm-res-network-applicationgatewaywebapplicationfirewallpolicy,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-res-network-applicationgatewaywebapplicationfirewallpolicy,https://registry.terraform.io/modules/Azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy/azurerm/latest,46d3xgtf.res.network-appgwwebappfirewallpolicy,mofaizal,Mohammed Faizal,@azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-owners-tf,@azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-contributors-tf,AVM Resource Module for Application Gateway Web Application Firewall (WAF) Policy, -Microsoft.Network,loadBalancers,Loadbalancer,avm-res-network-loadbalancer,Migrate From TFVM :rocket:,https://github.com/Azure/terraform-azurerm-avm-res-network-loadbalancer,https://registry.terraform.io/modules/Azure/avm-res-network-loadbalancer/azurerm/latest,46d3xgtf.res.network-loadbalancer,mbilalamjad,Donovan McCoy,@azure/avm-res-network-loadbalancer-module-owners-tf,@azure/avm-res-network-loadbalancer-module-contributors-tf,AVM Resource Module for Loadbalancer,TFVM location: https://github.com/Azure/terraform-azurerm-loadbalancer -Microsoft.Network,virtualNetworks,Virtual Network,avm-res-network-virtualnetwork,Migrate From TFVM :rocket:,https://github.com/Azure/terraform-azurerm-avm-res-network-virtualnetwork,https://registry.terraform.io/modules/Azure/avm-res-network-virtualnetwork/azurerm/latest,46d3xgtf.res.network-virtualnetwork,herms14,Hermes Miraflor ,@azure/avm-res-network-virtualnetwork-module-owners-tf,@azure/avm-res-network-virtualnetwork-module-contributors-tf,AVM Resource Module for Virtual Network,TFVM location : https://github.com/Azure/terraform-azurerm-network -Microsoft.Sql,managedInstances,SQL Managed Instance,avm-res-sql-managedinstance,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-res-sql-managedinstance,https://registry.terraform.io/modules/Azure/avm-res-sql-managedinstance/azurerm/latest,46d3xgtf.res.sql-managedinstance,,,@azure/avm-res-sql-managedinstance-module-owners-tf,@azure/avm-res-sql-managedinstance-module-contributors-tf,AVM Resource Module for SQL Managed Instance, -Microsoft.Sql,servers,Azure SQL Server,avm-res-sql-server,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-res-sql-server,https://registry.terraform.io/modules/Azure/avm-res-sql-server/azurerm/latest,46d3xgtf.res.sql-server,mbilalamjad,Bilal Amjad,@azure/avm-res-sql-server-module-owners-tf,@azure/avm-res-sql-server-module-contributors-tf,AVM Resource Module for Azure SQL Server, -Microsoft.Storage,storageAccounts,Storage Account,avm-res-storage-storageaccount,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-res-storage-storageaccount,https://registry.terraform.io/modules/Azure/avm-res-storage-storageaccount/azurerm/latest,46d3xgtf.res.storage-storageaccount,chinthakaru,Chintaka Rupasinghe,@azure/avm-res-storage-storageaccount-module-owners-tf,@azure/avm-res-storage-storageaccount-module-contributors-tf,AVM Resource Module for Storage Account, +ProviderNamespace,ResourceType,ModuleDisplayName,ModuleName,ModuleStatus,RepoURL,PublicRegistryReference,TelemetryIdPrefix,PrimaryModuleOwnerGHHandle,PrimaryModuleOwnerDisplayName,SecondaryModuleOwnerGHHandle,SecondaryModuleOwnerDisplayName,ModuleOwnersGHTeam,ModuleContributorsGHTeam,Description,Comments +Microsoft.Compute,virtualMachines,Virtual Machine,avm-res-compute-virtualmachine,Migrate From TFVM :rocket:,https://github.com/Azure/terraform-azurerm-avm-res-compute-virtualmachine,https://registry.terraform.io/modules/Azure/avm-res-compute-virtualmachine/azurerm/latest,46d3xgtf.res.compute-virtualmachine,jchancellor-ms,Jon Chancellor,,,@azure/avm-res-compute-virtualmachine-module-owners-tf,@azure/avm-res-compute-virtualmachine-module-contributors-tf,AVM Resource Module for Virtual Machine,TFVM location: https://github.com/Azure/terraform-azurerm-compute +Microsoft.ContainerRegistry,registries,Azure Container Registry (ACR),avm-res-containerregistry-registry,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-res-containerregistry-registry,https://registry.terraform.io/modules/Azure/avm-res-containerregistry-registry/azurerm/latest,46d3xgtf.res.containerregistry-registry,pradorodriguez,Marco Prado,,,@azure/avm-res-containerregistry-registry-module-owners-tf,@azure/avm-res-containerregistry-registry-module-contributors-tf,AVM Resource Module for Azure Container Registry (ACR), +Microsoft.ContainerService,managedClusters,Azure Kubernetes Service (AKS) Managed Cluster,avm-res-containerservice-managedcluster,Migrate From TFVM :rocket:,https://github.com/Azure/terraform-azurerm-avm-res-containerservice-managedcluster,https://registry.terraform.io/modules/Azure/avm-res-containerservice-managedcluster/azurerm/latest,46d3xgtf.res.containerservice-managedcluster,,,,,@azure/avm-res-containerservice-managedcluster-module-owners-tf,@azure/avm-res-containerservice-managedcluster-module-contributors-tf,AVM Resource Module for Azure Kubernetes Service (AKS) Managed Cluster,TFVM location: https://github.com/Azure/terraform-azurerm-aks +Microsoft.KeyVault,vaults,Key Vault,avm-res-keyvault-vault,Module Available :green_circle:,https://github.com/Azure/terraform-azurerm-avm-res-keyvault-vault,https://registry.terraform.io/modules/Azure/avm-res-keyvault-vault/azurerm/latest,46d3xgtf.res.keyvault-vault,matt-FFFFFF,Matt White,,,@azure/avm-res-keyvault-vault-module-owners-tf,@azure/avm-res-keyvault-vault-module-contributors-tf,AVM Resource Module for Key Vault, +Microsoft.Network,applicationGateways,Application Gateway,avm-res-network-applicationgateway,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-res-network-applicationgateway,https://registry.terraform.io/modules/Azure/avm-res-network-applicationgateway/azurerm/latest,46d3xgtf.res.network-applicationgateway,donovm4,Mohammed Faizal,,,@azure/avm-res-network-applicationgateway-module-owners-tf,@azure/avm-res-network-applicationgateway-module-contributors-tf,AVM Resource Module for Application Gateway, +Microsoft.Network,ApplicationGatewayWebApplicationFirewallPolicies,Application Gateway Web Application Firewall (WAF) Policy,avm-res-network-applicationgatewaywebapplicationfirewallpolicy,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-res-network-applicationgatewaywebapplicationfirewallpolicy,https://registry.terraform.io/modules/Azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy/azurerm/latest,46d3xgtf.res.network-appgwwebappfirewallpolicy,mofaizal,Mohammed Faizal,,,@azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-owners-tf,@azure/avm-res-network-applicationgatewaywebapplicationfirewallpolicy-module-contributors-tf,AVM Resource Module for Application Gateway Web Application Firewall (WAF) Policy, +Microsoft.Network,loadBalancers,Loadbalancer,avm-res-network-loadbalancer,Migrate From TFVM :rocket:,https://github.com/Azure/terraform-azurerm-avm-res-network-loadbalancer,https://registry.terraform.io/modules/Azure/avm-res-network-loadbalancer/azurerm/latest,46d3xgtf.res.network-loadbalancer,mbilalamjad,Donovan McCoy,,,@azure/avm-res-network-loadbalancer-module-owners-tf,@azure/avm-res-network-loadbalancer-module-contributors-tf,AVM Resource Module for Loadbalancer,TFVM location: https://github.com/Azure/terraform-azurerm-loadbalancer +Microsoft.Network,virtualNetworks,Virtual Network,avm-res-network-virtualnetwork,Migrate From TFVM :rocket:,https://github.com/Azure/terraform-azurerm-avm-res-network-virtualnetwork,https://registry.terraform.io/modules/Azure/avm-res-network-virtualnetwork/azurerm/latest,46d3xgtf.res.network-virtualnetwork,herms14,Hermes Miraflor ,,,@azure/avm-res-network-virtualnetwork-module-owners-tf,@azure/avm-res-network-virtualnetwork-module-contributors-tf,AVM Resource Module for Virtual Network,TFVM location : https://github.com/Azure/terraform-azurerm-network +Microsoft.Sql,managedInstances,SQL Managed Instance,avm-res-sql-managedinstance,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-res-sql-managedinstance,https://registry.terraform.io/modules/Azure/avm-res-sql-managedinstance/azurerm/latest,46d3xgtf.res.sql-managedinstance,,,,,@azure/avm-res-sql-managedinstance-module-owners-tf,@azure/avm-res-sql-managedinstance-module-contributors-tf,AVM Resource Module for SQL Managed Instance, +Microsoft.Sql,servers,Azure SQL Server,avm-res-sql-server,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-res-sql-server,https://registry.terraform.io/modules/Azure/avm-res-sql-server/azurerm/latest,46d3xgtf.res.sql-server,mbilalamjad,Bilal Amjad,,,@azure/avm-res-sql-server-module-owners-tf,@azure/avm-res-sql-server-module-contributors-tf,AVM Resource Module for Azure SQL Server, +Microsoft.Storage,storageAccounts,Storage Account,avm-res-storage-storageaccount,New Module :new:,https://github.com/Azure/terraform-azurerm-avm-res-storage-storageaccount,https://registry.terraform.io/modules/Azure/avm-res-storage-storageaccount/azurerm/latest,46d3xgtf.res.storage-storageaccount,chinthakaru,Chintaka Rupasinghe,,,@azure/avm-res-storage-storageaccount-module-owners-tf,@azure/avm-res-storage-storageaccount-module-contributors-tf,AVM Resource Module for Storage Account,