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
Is your feature request related to a problem? Please describe.
Bicep/ARM does not restrict the name for resources of type Microsoft.Authorization/policyAssignments however what-ifs or deployments fail if the length is greater than 24 chars. Of course one option is to use guids but I find a readable name preferable though happy to be convinced otherwise.
Describe the solution you'd like
If the linter could highlight this as an Error or Warning while I'm still in the editor it would save making a PR only to have if fail during the pipeline.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Bicep/ARM does not restrict the name for resources of type Microsoft.Authorization/policyAssignments however what-ifs or deployments fail if the length is greater than 24 chars. Of course one option is to use guids but I find a readable name preferable though happy to be convinced otherwise.
Describe the solution you'd like
If the linter could highlight this as an Error or Warning while I'm still in the editor it would save making a PR only to have if fail during the pipeline.
The text was updated successfully, but these errors were encountered: