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

I am deploying a new KeyVault and want to be able to create a key in the keyvault all in the same deployment. If i try to do this with...

enhancement
Needs: Triage :mag:

**Bicep version** `Bicep CLI version 0.9.1 (a2950a16df)` **Describe the bug** Attempting to create a Cosmos database (`Microsoft.DocumentDB/databaseAccounts/sqlDatabases@2022-05-15`) with set throughput deploys successfully, but `what-if` is still reporting throughput needs to...

Needs: Triage :mag:

I'm working with C# almost all day. I'm so much aquainted to this bracketing style that it's very hard for me to read/edit files written in JavaScript style. I'm always...

enhancement
Needs: Triage :mag:

# Bulk publish and upload to registry currently there is no way to publish modules in folders containing more than one bicep file. I would like to publish and upload...

enhancement

Enter vs tab has different behavior in visual studio. Enter retains the typed in text. Steps to reproduce the issue: 1. Type vnet 2. Select res-vpn-vnet-connection from completion list Expected:...

enhancement
devdiv
VisualStudio

Investigate ChangeInLinterRuleLevelInBicepConfigFile_ShouldUpdateDiagnostics test flakiness

enhancement
devdiv
VisualStudio

**Is your feature request related to a problem? Please describe.** For parameters and outputs the set of possible types that code can declare is very limited (primitives, array, and object)....

enhancement

See https://github.com/Azure/bicep/issues/7223 will be in 0.10

devdiv
story: linter
arm-ttk-parity

# What In contrast to the [parameter section](https://github.com/Azure/bicep/issues/717) there seems to be no support for a `securestring` output type. For example: ```Json output storageAccountSasToken securestring = listAccountSas(storageAccountName, '2019-04-01', accountSasProperties).accountSasToken ```...

enhancement
intermediate language

**Is your feature request related to a problem? Please describe.** Currently, if you attempt to create an existing reference using the "simple" child-parent syntax, no warning is given and the...

enhancement
revisit