Azure / CanadaPubSecALZ

This reference implementation is based on Cloud Adoption Framework for Azure and provides an opinionated implementation that enables ITSG-33 regulatory compliance by using NIST SP 800-53 Rev. 4 and Canada Federal PBMM Regulatory Compliance Policy Sets.
MIT License
124 stars 86 forks source link

replace json(null) with null in bastion.bicep #394

Closed alenat10 closed 5 months ago

alenat10 commented 9 months ago

Describe the bug "Configuring Hub Networking" step in pipeline logs the following warning: /home/vsts/work/1/s/azresources/network/bastion.bicep(57,52) : Warning simplify-json-null: Simplify json('null') to null [https://aka.ms/bicep/linter/simplify-json-null]

To Reproduce Steps to reproduce the behavior:

  1. Run pipeline "Platform-connectivity-hub-nva-ci"
  2. Click on "Configuring Hub Networking" to see the logs

Expected behavior No errors/warnings in the log

Desktop (please complete the following information):

Additional context Microsoft recommends to replace json(null) with null in bastion.bicep: Simplify json('null') to null [https://aka.ms/bicep/linter/simplify-json-null]

github-actions[bot] commented 5 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.