@@ -35,7 +35,38 @@ title: MonitorManagementClient
35
35
` ` ` yaml
36
36
description : Monitor Management Client
37
37
openapi-type : arm
38
- tag : package-2021-04
38
+ tag : package-2021-07
39
+ ` ` `
40
+
41
+ ### Tag: package-2021-07
42
+
43
+ These settings apply only when ` --tag=package-2021-07` is specified on the command line
44
+
45
+ ` ` ` yaml $(tag) == 'package-2021-07'
46
+ input-file:
47
+ - Microsoft.Insights/stable/2015-04-01/autoscale_API.json
48
+ - Microsoft.Insights/stable/2015-04-01/operations_API.json
49
+ - Microsoft.Insights/stable/2016-03-01/alertRulesIncidents_API.json
50
+ - Microsoft.Insights/stable/2016-03-01/alertRules_API.json
51
+ - Microsoft.Insights/stable/2016-03-01/logProfiles_API.json
52
+ - Microsoft.Insights/preview/2017-05-01-preview/diagnosticsSettings_API.json
53
+ - Microsoft.Insights/preview/2017-05-01-preview/diagnosticsSettingsCategories_API.json
54
+ - Microsoft.Insights/stable/2019-06-01/actionGroups_API.json
55
+ - Microsoft.Insights/stable/2015-04-01/activityLogs_API.json
56
+ - Microsoft.Insights/stable/2015-04-01/eventCategories_API.json
57
+ - Microsoft.Insights/stable/2015-04-01/tenantActivityLogs_API.json
58
+ - Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json
59
+ - Microsoft.Insights/stable/2018-01-01/metrics_API.json
60
+ - Microsoft.Insights/stable/2019-03-01/metricBaselines_API.json
61
+ - Microsoft.Insights/stable/2018-03-01/metricAlert_API.json
62
+ - Microsoft.Insights/stable/2018-04-16/scheduledQueryRule_API.json
63
+ - Microsoft.Insights/preview/2017-12-01-preview/metricNamespaces_API.json
64
+ - Microsoft.Insights/preview/2018-11-27-preview/vmInsightsOnboarding_API.json
65
+ - Microsoft.Insights/preview/2019-10-17-preview/privateLinkScopes_API.json
66
+ - Microsoft.Insights/stable/2020-10-01/activityLogAlerts_API.json
67
+ - Microsoft.Insights/stable/2021-04-01/dataCollectionEndpoints_API.json
68
+ - Microsoft.Insights/stable/2021-04-01/dataCollectionRuleAssociations_API.json
69
+ - Microsoft.Insights/stable/2021-04-01/dataCollectionRules_API.json
39
70
` ` `
40
71
41
72
# ## Tag: package-2021-04
@@ -756,18 +787,30 @@ directive:
756
787
from: autoscale_API.json
757
788
where: $.paths
758
789
reason: 'Operations API is defined in a separate swagger spec for Microsoft.Insights namespace (https://github.com/Azure/azure-rest-api-specs/blob/master/specification/monitor/resource-manager/Microsoft.Insights/stable/2015-04-01/operations_API.json)'
759
-
790
+
760
791
` ` `
761
792
762
- ` ` ` yaml ($(go) && !$(track2)) || $(csharp) || $(validation) || $(typescript)
793
+ ` ` ` yaml ($(go) && !$(track2) && $(tag) == 'package-2021-07' ) || $(csharp) || $(validation) || $(typescript)
763
794
directive:
764
795
- from: activityLogAlerts_API.json
765
796
where: $.definitions
766
797
transform: delete $["Resource"]
767
798
reason: Missing kind, etag
799
+ - from: activityLogAlerts_API.json
800
+ where: $.definitions
801
+ transform: delete $["ErrorResponse"]
802
+ reason: Incompatible values (2020-10-01)
803
+ - from: activityLogAlerts_API.json
804
+ where: $.definitions
805
+ transform: delete $["AzureResource"]
806
+ reason: Incompatible values (2020-10-01)
807
+ - from: activityLogAlerts_API.json
808
+ where: $.definitions
809
+ transform: delete $["ActionGroup"]
810
+ reason: Incompatible values (2020-10-01)
768
811
` ` `
769
812
770
- ` ` ` yaml !$(python) && !$(go) && !$(java) && $(tag) == 'package-2021-04'
813
+ ` ` ` yaml !$(python) && !$(go) && !$(java) && ( $(tag) == 'package-2021-04' || $(tag) == 'package-2021-07')
771
814
directive:
772
815
- from: scheduledQueryRule_API.json
773
816
where: $.parameters
@@ -814,7 +857,7 @@ directive:
814
857
# ## Tag: profile-hybrid-2019-03-01
815
858
816
859
These settings apply only when `--tag=profile-hybrid-2019-03-01` is specified on the command line.
817
- Creating this tag to pick proper resources from the hybrid profile.
860
+ Creating this tag to pick proper resources from the hybrid profile.
818
861
819
862
` ` ` yaml $(tag) == 'profile-hybrid-2019-03-01'
820
863
input-file:
0 commit comments