Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions specification/monitor/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ directive:
where: "$.definitions.Resource"
transform: >
$["x-ms-client-name"] = "TrackedEntityResource";

modelerfour:
lenient-model-deduplication: true
```

### Go multi-api
Expand Down
4 changes: 2 additions & 2 deletions specification/monitor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -759,15 +759,15 @@ directive:

```

``` yaml $(go) || $(csharp) || $(validation) || $(typescript)
``` yaml ($(go) && !$(track2)) || $(csharp) || $(validation) || $(typescript)
directive:
- from: activityLogAlerts_API.json
where: $.definitions
transform: delete $["Resource"]
reason: Missing kind, etag
```

``` yaml !$(python) && !$(go) && !$(java) && $(tag) == 'package-2021-04'
``` yaml !$(python) && (!$(go) && !$(track2)) && !$(java) && $(tag) == 'package-2021-04'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one previously appears already exclude for all golang (track1 or track2) by !$(go)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I will remove this

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

directive:
- from: scheduledQueryRule_API.json
where: $.parameters
Expand Down