Skip to content

Commit

Permalink
Updated the rule severity from error to warning (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaswiMinnu authored Jun 24, 2024
1 parent ab5163a commit f3fcf47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/implement-private-endpoint-ap-is.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Category

SDK Error
SDK Warning

## Applies to

Expand Down
2 changes: 1 addition & 1 deletion packages/rulesets/src/native/rulesets/arm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const armRuleset: IRuleSet = {
},
ImplementPrivateEndpointAPIs: {
description: "This rule is to check if all the APIs for private endpoint are implemented.",
severity: "error",
severity: "warning",
category: "SDKViolation",
scope: "Global",
given: "$.paths",
Expand Down

0 comments on commit f3fcf47

Please sign in to comment.