bicep icon indicating copy to clipboard operation
bicep copied to clipboard

linter rule for hardcoded uri should ignore parameter descriptions

Open bmoore-msft opened this issue 3 years ago • 0 comments

Bicep version 0.8.9

Describe the bug the linter rule for hardcoded uri's is flagging things in @description() for params - we should ignore params, (Allowed, defaults, etc)

To Reproduce Put the snippet into a bicep file:

@description('core.windows.net should be ignored when not in code')
param foo string

bmoore-msft avatar Aug 12 '22 19:08 bmoore-msft