Skip to content

Commit f3fcf47

Browse files
authored
Updated the rule severity from error to warning (#716)
1 parent ab5163a commit f3fcf47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/implement-private-endpoint-ap-is.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Category
44

5-
SDK Error
5+
SDK Warning
66

77
## Applies to
88

packages/rulesets/src/native/rulesets/arm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export const armRuleset: IRuleSet = {
179179
},
180180
ImplementPrivateEndpointAPIs: {
181181
description: "This rule is to check if all the APIs for private endpoint are implemented.",
182-
severity: "error",
182+
severity: "warning",
183183
category: "SDKViolation",
184184
scope: "Global",
185185
given: "$.paths",

0 commit comments

Comments
 (0)