Skip to content

Commit

Permalink
Microsoft.Insights - Fix .NET SDK generation (#14998)
Browse files Browse the repository at this point in the history
* Microsoft.Insights - Fix .Net SDK generation

* adding directive to tag package-2021-04
  • Loading branch information
herreraj-ms authored Jun 29, 2021
1 parent 86408a8 commit 4bab0bf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion specification/monitor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,15 @@ directive:
- from: activityLogAlerts_API.json
where: $.definitions
transform: delete $["Resource"]
reason: Missing kind, etag; Generation will take the definition from scheduledQueryRule_API.json which includes kind & etag
reason: Missing kind, etag
```

``` yaml !$(python) && !$(go) && !$(java) && $(tag) == 'package-2021-04'
directive:
- from: scheduledQueryRule_API.json
where: $.parameters
transform: delete $["ResourceGroupNameParameter"]
reason: ResourceGroupNameParameter is taken from v2/types.json
```

``` yaml !$(python) && !$(go) && !$(java)
Expand Down

0 comments on commit 4bab0bf

Please sign in to comment.