bicep icon indicating copy to clipboard operation
bicep copied to clipboard

Bicep is a declarative language for describing and deploying Azure resources

Results 485 bicep issues
Sort by recently updated
recently updated
newest added

It would be helpful to me in getting up to speed on bicep and debugging if there were a print or stdout statement, like [this request on stackoverflow](https://stackoverflow.com/questions/67936416/how-to-write-a-variable-parameter-to-stdout). In one...

enhancement
Needs: Triage :mag:

Fixes #7228 ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/Azure/bicep/pull/7907)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.6.3 to 18.7.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.6.3&new-version=18.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@microsoft/vscode-azext-azureutils](https://github.com/Microsoft/vscode-azuretools) from 0.3.1 to 0.3.4. Release notes Sourced from @​microsoft/vscode-azext-azureutils's releases. microsoft-vscode-azext-utils v0.3.4 Always refresh entire tree microsoft/vscode-azuretools#1174 microsoft-vscode-azext-azureutils v0.3.4 Add parseAzureResourceId util microsoft-vscode-azext-utils v0.3.3 Eliminate string_decoder from vscode-azext-utils...

dependencies
javascript

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.3 to 5.3.4. Release notes Sourced from terser-webpack-plugin's releases. v5.3.4 5.3.4 (2022-08-12) Bug Fixes respect environment options for terser and swc compress options (#509) (29bbc3a) Changelog Sourced...

dependencies
javascript

Disclaimer: This is my first time doing anything serious in C# so don't hesitate to critique my code :) I think this is now working as expected. ## Contributing a...

It would be helpful to give users the ability to preview new functionality through a switch in the bicepconfig.json.

enhancement

Decompile will create vars/params/resources with an "appendix" on the name if they are ambiguous. So you can end up with things like ```accountName_var``` or ```virtualNetwork_resource``` which are a bit inelegant...

enhancement
devdiv
revisit
linting-rule-idea
story: decompiler

In customer talks, it's become clear that our "view type definition" feature is not discoverable. I don't think it makes sense for someone to hover over the symbolic name (e.g...

enhancement
devdiv

That made sense in the QuickStarts repo, but since bicep compiles to a single file, using a URI is no longer necessary. That part of the rule should be removed....

arm-ttk-parity
breaking change