Add new Bicep linter rules to sample bicepconfig.json - #128687
Conversation
…`secure-params-in-parameters-file` to sample bicepconfig.json
|
Ronald Bosma (@ronaldbosma) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Ronald Bosma (@ronaldbosma) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 68eb8c3: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the sample bicepconfig.json in documentation to include newly added Bicep linter rules and keep the rule list alphabetically sorted.
Changes:
- Added
no-hardcoded-outputsandsecure-params-in-parameters-fileto the sample linter configuration. - Added
no-unused-typesto the sample linter configuration. - Reordered
use-recognized-resource-typeto maintain alphabetical sorting.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
#sign-off |
6c5222d
into
MicrosoftDocs:main
no-hardcoded-outputsandsecure-params-in-parameters-fileto sample bicepconfig.json (added in Bicep release v0.45.6)no-unused-typesto sample bicepconfig.json (added in Bicep release v0.46.1)The Bicep linter rules already have there own pages. They were only missing in the sample bicepconfig.json.