Skip to content

Commit

Permalink
fixed linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sgchris committed Feb 27, 2023
1 parent 5af5998 commit a8ebc2c
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
},
"Create or update an Activity Log Alert rule with 'containsAny'": {
"$ref": "./examples/ActivityLogAlertRule_CreateOrUpdateRuleWithContainsAny.json"
},
"Create or update an Activity Log Alert rule for tenant level events": {
"$ref": "./examples/ActivityLogAlertRule_CreateOrUpdateTenantLevelServiceHealthRule.json"
}
},
"parameters": [
Expand Down Expand Up @@ -333,6 +336,7 @@
}
},
"ActivityLogAlertResource": {
"type": "object",
"description": "An Activity Log Alert rule resource.",
"allOf": [
{
Expand All @@ -348,6 +352,7 @@
}
},
"AlertRuleList": {
"type": "object",
"description": "A list of Activity Log Alert rules.",
"properties": {
"value": {
Expand Down Expand Up @@ -496,9 +501,11 @@
]
},
"AlertRulePatchObject": {
"type": "object",
"description": "An Activity Log Alert rule object for the body of patch operations.",
"properties": {
"tags": {
"type": "object",
"description": "The resource tags",
"additionalProperties": {
"type": "string"
Expand All @@ -512,6 +519,7 @@
}
},
"AlertRulePatchProperties": {
"type": "object",
"description": "An Activity Log Alert rule properties for patch operations.",
"properties": {
"enabled": {
Expand Down Expand Up @@ -544,6 +552,7 @@
"in": "path",
"required": true,
"type": "string",
"pattern": "^[-\\w\\._\\(\\)]+$",
"description": "The name of the Activity Log Alert rule.",
"x-ms-parameter-location": "method"
}
Expand Down

0 comments on commit a8ebc2c

Please sign in to comment.