Simpleverse.Bicep

1.1.2

Simplifies operations with custom Bicep modules and version maintenance.
* Get-BicepModuleImport - Returns list of imports/modules used in Bicep files.
* Get-BicepModuleChanged - Returns list of impacted modules impacted by changes between two commits. It will include modules changes following the import hierarchy provuiding a full list of impacted modules.
*
Simplifies operations with custom Bicep modules and version maintenance.
* Get-BicepModuleImport - Returns list of imports/modules used in Bicep files.
* Get-BicepModuleChanged - Returns list of impacted modules impacted by changes between two commits. It will include modules changes following the import hierarchy provuiding a full list of impacted modules.
* Get-BicepModuleForPublish - Returns list of Bicep modules to publish based on the changes between two commits or all modules based on parameters. It will include modules changes following the import hierarchy provuiding a full list of impacted modules.
* Publish-BicepModule - Publishes Bicep modules to Azure ACR.
* Update-BicepModuleVersion - Updates the version of the imports & modules from custom repositories to the latest version available in the registry. Currently supports only Azure ACR.
Show more

Minimum PowerShell version

7.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Simpleverse.Bicep

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Simpleverse.Bicep

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) luka@ferlez. All rights reserved.

Package Details

Author(s)

  • luka@ferlez.hr

Tags

Bicep Azure ACR Publish Version

Functions

Update-BicepModuleVersion Publish-BicepModule Get-BicepModuleForPublish Get-BicepModuleImport Get-BicepModuleChanged

Dependencies

This module has no dependencies.

FileList

Version History

Version Downloads Last updated
1.1.2 (current version) 21 10/29/2024
1.1.1 9 10/22/2024
1.1.0 5 10/22/2024
1.0.0 16 10/19/2024