We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b08774 commit e5f84a8Copy full SHA for e5f84a8
specification/monitor/resource-manager/readme.java.md
@@ -10,4 +10,8 @@ directive:
10
$.ActionGroup["x-ms-client-name"] = "ActivityLogAlertActionGroup";
11
$.AlertRuleAllOfCondition["x-ms-client-name"] = "ActivityLogAlertAllOfCondition";
12
$.AlertRuleAnyOfOrLeafCondition["x-ms-client-name"] = "ActivityLogAlertLeafCondition";
13
+ - from: diagnosticsSettingsCategories_API.json
14
+ where: '$.definitions.DiagnosticSettingsCategory.properties.categoryType'
15
+ transform: >
16
+ $["x-ms-enum"].modelAsString = false
17
```
0 commit comments