You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by kpanugan October 19, 2023
I am seeing the following issue when using loadYamlContent function in bicep file
var bicepObject = loadYamlContent('testVal.yaml')
output helloWorld object = bicepObject
Discussed in #12205
Originally posted by kpanugan October 19, 2023
I am seeing the following issue when using loadYamlContent function in bicep file
var bicepObject = loadYamlContent('testVal.yaml')
output helloWorld object = bicepObject
where input is something simple
The outputs i was expecting was
but i am getting it as
why is the value for "keyName" getting converted to a null instead of string which has null
The text was updated successfully, but these errors were encountered: