You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/contributing/bicep/bicep-contribution-flow/child-module-publishing.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Supporting child module publishing for other module categories, such as pattern
32
32
**TL;DR**: Use this section for a fast overview on how to publish a child module.
33
33
For a step-by-step explanation with detailed instructions, refer to the following sections.
34
34
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).
36
36
* Implement required changes in your fork:
37
37
***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).
38
38
***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
69
69
70
70
{{% /notice %}}
71
71
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
0 commit comments