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
[Wiki] Added a PowerShell script example to frontload all supported publish locations with all modules (#3043)
* Added a PowerShell script example for mass loading modules to a Bicep registry
Added a PowerShell script example for mass loading modules to a Bicep registry
* expanded to Template Specs and ADO artifacts
* Update docs/wiki/Getting started - Scenario 1 Consume library.md
committing suggested changes
Co-authored-by: Alexander Sehr <ASehr@hotmail.de>
* Update Getting started - Scenario 1 Consume library.md
formatting fixed
---------
Co-authored-by: Alexander Sehr <ASehr@hotmail.de>
As the modules to be published are more than one a script that calls the `'Publish-ModuleToTemplateSpecsRG'` function for each of the modules can be created.
92
+
If you need to publish more than one module, you could use the following PowerShell script that calls the `'Publish-ModuleToTemplateSpecsRG'` function for each of the modules:
As the modules to be published are more than one a script that calls the `'Publish-ModuleToPrivateBicepRegistry'` function for each of the modules can be created.
132
+
If you need to publish more than one module, you could use the following PowerShell script that calls the `'Publish-ModuleToPrivateBicepRegistry'` function for each of the modules:
1. Update your master template in order to use the new version of the published modules.
127
142
128
143
For the [Private Bicep Registry's example in Solutions](./Solution%20creation#examples) page, supposing you have published version '0.4.740' of modules, you need to replace all the occurences of '0.4.735' with '0.4.740'.
@@ -154,7 +169,16 @@ To publish a module by running the script:
As the modules to be published are more than one a script that calls the `'Publish-ModuleToUniversalArtifactsFeed'` function for each of the modules can be created.
172
+
If you need to publish more than one module, you could use the following PowerShell script that calls the `'Publish-ModuleToUniversalArtifactsFeed'` function for each of the modules:
0 commit comments