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 c1b512f commit 15b8f52Copy full SHA for 15b8f52
specification/monitor/resource-manager/readme.go.md
@@ -21,6 +21,9 @@ directive:
21
where: "$.definitions.Resource"
22
transform: >
23
$["x-ms-client-name"] = "TrackedEntityResource";
24
+
25
+modelerfour:
26
+ lenient-model-deduplication: true
27
```
28
29
### Go multi-api
specification/monitor/resource-manager/readme.md
@@ -759,7 +759,7 @@ directive:
759
760
761
762
-``` yaml $(go) || $(csharp) || $(validation) || $(typescript)
+``` yaml ($(go) && !$(track2)) || $(csharp) || $(validation) || $(typescript)
763
directive:
764
- from: activityLogAlerts_API.json
765
where: $.definitions
0 commit comments