Skip to content

Commit

Permalink
feat: Remove deployment-RP warning suppression from bicepconfig.json (
Browse files Browse the repository at this point in the history
Azure#2356)

## Description

This PR should only be merged after
- Azure#2350
- Azure#2353 
- Azure#2354 
- Azure#2355 
- Azure#2498 

## Type of Change

<!-- Use the checkboxes [x] on the options that are relevant. -->

- [x] Update to CI Environment or utilities (Non-module affecting
changes)
- [ ] Azure Verified Module updates:
- [ ] Bugfix containing backwards-compatible bug fixes, and I have NOT
bumped the MAJOR or MINOR version in `version.json`:
- [ ] Someone has opened a bug report issue, and I have included "Closes
#{bug_report_issue_number}" in the PR description.
- [ ] The bug was found by the module author, and no one has opened an
issue to report it yet.
- [ ] Feature update backwards compatible feature updates, and I have
bumped the MINOR version in `version.json`.
- [ ] Breaking changes and I have bumped the MAJOR version in
`version.json`.
  - [ ] Update to documentation

---------

Co-authored-by: Erika Gressi <[email protected]>
  • Loading branch information
AlexanderSehr and eriqua authored Jul 5, 2024
1 parent 1ccb706 commit 21a7c4c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions avm/bicepconfig.json → bicepconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
},
"analyzers": {
"core": {
"rules": {
"no-deployments-resources": {
"level": "off" // Reason: The telemetry resource only has a single output and is self-contained in a deployment
}
}
"rules": {}
}
}
}

0 comments on commit 21a7c4c

Please sign in to comment.