Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added Bicep CLI version check to
Set-AVMModule
utility (Azure…
…#1139) ## Description Added Bicep CLI version check to `Set-AVMModule` utility The output looks similar to: ``` You're not using the latest available Bicep CLI version [0.25.53] but [0.25.3]. You can find the latest release at: https://github.com/Azure/bicep/releases/tag/v0.25.53. On Windows, you can use chocolatey to update the Bicep CLI by running 'choco upgrade bicep'. For other OSs, please refer to the Bicep documentation (https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/install). Note: The 'Bicep CLI' version (bicep --version) is not the same as the 'Azure CLI Bicep extension' version (az bicep version). ``` ## Pipeline Reference <!-- Insert your Pipeline Status Badge below --> | Pipeline | | -------- | | [![avm.res.analysis-services.server](https://github.com/AlexanderSehr/bicep-registry-modules/actions/workflows/avm.res.analysis-services.server.yml/badge.svg?branch=users%2Falsehr%2FbicepCheck&event=workflow_dispatch)](https://github.com/AlexanderSehr/bicep-registry-modules/actions/workflows/avm.res.analysis-services.server.yml) | --------- Co-authored-by: Erika Gressi <[email protected]>
- Loading branch information