Skip to content

Commit d911a18

Browse files
author
Avi Jerafi
committed
Added suppression for R4005 linting error
1 parent 0658a96 commit d911a18

File tree

1 file changed

+4
-0
lines changed
  • specification/monitor/resource-manager

1 file changed

+4
-0
lines changed

specification/monitor/resource-manager/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,10 @@ directive:
711711
where: $.paths
712712
from: scheduledQueryRule_API.json
713713
reason: 'Operations API is defined in a separate swagger spec for Microsoft.Insights namespace (https://github.com/Azure/azure-rest-api-specs/blob/master/specification/monitor/resource-manager/Microsoft.Insights/stable/2015-04-01/operations_API.json)'
714+
- suppress: R4005
715+
where: $.definitions.Dimension.properties.operator
716+
from: scheduledQueryRule_API.json
717+
reason: 'The discrepancy in the enum values is with an enum which is defined for a different service of a different team'
714718
- suppress: EnumInsteadOfBoolean
715719
where: $.definitions.AlertRuleProperties.properties.enabled
716720
from: activityLogAlerts_API.json

0 commit comments

Comments
 (0)