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 86408a8 commit 4bab0bfCopy full SHA for 4bab0bf
specification/monitor/resource-manager/readme.md
@@ -735,7 +735,15 @@ directive:
735
- from: activityLogAlerts_API.json
736
where: $.definitions
737
transform: delete $["Resource"]
738
- reason: Missing kind, etag; Generation will take the definition from scheduledQueryRule_API.json which includes kind & etag
+ reason: Missing kind, etag
739
+```
740
+
741
+``` yaml !$(python) && !$(go) && !$(java) && $(tag) == 'package-2021-04'
742
+directive:
743
+- from: scheduledQueryRule_API.json
744
+ where: $.parameters
745
+ transform: delete $["ResourceGroupNameParameter"]
746
+ reason: ResourceGroupNameParameter is taken from v2/types.json
747
```
748
749
``` yaml !$(python) && !$(go) && !$(java)
0 commit comments