Bicep version
Bicep CLI version 0.3.255 (589f037)
Describe the bug
When doing a what-if deployment through the AZ CLI, changed strings are listed with double quotes. However bicep only supports single quotes, so I'd expect these to be single quoted
~ Microsoft.Web/sites/SITE-NAME [2020-06-01]
+ properties.siteConfig.http20Enabled: true
+ properties.siteConfig.linuxFxVersion: "Docker|nginx:alphine"
+ properties.siteConfig.localMySqlEnabled: false
+ properties.siteConfig.netFrameworkVersion: "v4.6"
To Reproduce
az deployment sub what-if sample.bicep
Bicep version
Bicep CLI version 0.3.255 (589f037)
Describe the bug
When doing a
what-ifdeployment through the AZ CLI, changed strings are listed with double quotes. However bicep only supports single quotes, so I'd expect these to be single quotedTo Reproduce