Skip to content

Commit 15b8f52

Browse files
fix the directive to exclude changes for track 2 (#15084)
* fix the directive to exclude changes for track 2 * add model-deduplication * fix
1 parent c1b512f commit 15b8f52

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

specification/monitor/resource-manager/readme.go.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ directive:
2121
where: "$.definitions.Resource"
2222
transform: >
2323
$["x-ms-client-name"] = "TrackedEntityResource";
24+
25+
modelerfour:
26+
lenient-model-deduplication: true
2427
```
2528
2629
### Go multi-api

specification/monitor/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ directive:
759759
760760
```
761761

762-
``` yaml $(go) || $(csharp) || $(validation) || $(typescript)
762+
``` yaml ($(go) && !$(track2)) || $(csharp) || $(validation) || $(typescript)
763763
directive:
764764
- from: activityLogAlerts_API.json
765765
where: $.definitions

0 commit comments

Comments
 (0)