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
I am seeing the following issue when using loadYamlContent function in bicep file
var bicepObject = loadYamlContent('testVal.yaml')
output helloWorld object = bicepObject
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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
Beta Was this translation helpful? Give feedback.
All reactions