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
The only issue I encountered is the fact that secureValue: ir.listAuthKeys().authKey1 is valid code according to intellisense but bicep build will crash. Changing that code to listAuthKeys(ir.id, ir.apiVersion).authKey1 solved the issue.
Feelings: This is a cool feature addition for Bicep. Passing resources instead of resource id and usage of existing key word is too verbose.