Skip to content

Commit 6c7a2ee

Browse files
committed
csv
1 parent 4fa99cb commit 6c7a2ee

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/content/contributing/bicep/bicep-contribution-flow/child-module-publishing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Supporting child module publishing for other module categories, such as pattern
3232
**TL;DR**: Use this section for a fast overview on how to publish a child module.
3333
For a step-by-step explanation with detailed instructions, refer to the following sections.
3434

35-
* **Check prerequisites**: Existing [issue in AVM](https://github.com/Azure/Azure-Verified-Modules/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22Class%3A%20Child%20Module%20%3Apackage%3A%22%20label%3A%22Language%3A%20Bicep%20%3Amuscle%3A%22), telemetry ID prefix assigned in [CSV {{% icon icon="download" %}}]({{% siteparam base %}}/module-indexes/BicepResourceModules.csv), module registered in the [MAR-file](https://github.com/microsoft/mcr/blob/main/teams/bicep/bicep.yml).
35+
* **Check prerequisites**: Existing [issue in AVM](https://github.com/Azure/Azure-Verified-Modules/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22Class%3A%20Child%20Module%20%3Apackage%3A%22%20label%3A%22Language%3A%20Bicep%20%3Amuscle%3A%22), telemetry ID prefix assigned in [Bicep Module Index CSV](https://github.com/Azure/Azure-Verified-Modules/blob/main/docs/static/module-indexes/BicepResourceModules.csv), module registered in the [MAR-file](https://github.com/microsoft/mcr/blob/main/teams/bicep/bicep.yml).
3636
* Implement required changes in your fork:
3737
* **Allowed list**: If not present, add child module to [child-module-publish-allowed-list.json](https://github.com/Azure/bicep-registry-modules/blob/main/utilities/pipelines/staticValidation/compliance/helper/child-module-publish-allowed-list.json).
3838
* **Child module template**: Add `enableTelemetry` parameter and `avmTelemetry` deployment to child main.bicep template.
@@ -69,8 +69,9 @@ If the Bicep Child Module Proposal issue was just created, please allow a few da
6969

7070
{{% /notice %}}
7171

72-
1. Download the Bicep resource module index source CSV file from [here]({{% siteparam base %}}/module-indexes/BicepResourceModules.csv).
73-
1. Check the child module name in the `ModuleName` field.
72+
1. Check the online Bicep resource module index source CSV file [here]({{% siteparam base %}}/module-indexes/BicepResourceModules.csv
73+
https://github.com/Azure/Azure-Verified-Modules/blob/main/docs/static/module-indexes/BicepResourceModules.csv).
74+
1. Search for the child module name in the `ModuleName` field.
7475
1. Verify if the corresponding value exists in the `TelemetryIdPrefix` field. Note down the value as you will need it in the implementation phase.
7576
1. If not found, please reach out to the core team, mentioning the `@Azure/avm-core-team-technical-bicep` via the Bicep Child Module Proposal issue.
7677

0 commit comments

Comments
 (0)