File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
specification/monitor/resource-manager Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 39
39
- tag : package-2019-11
40
40
- tag : package-2020-10-only
41
41
- tag : package-2021-07
42
+ - tag : package-2021-09
42
43
` ` `
43
44
44
45
### Tag: package-2017-09 and go
@@ -120,4 +121,13 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
120
121
121
122
` ` ` yaml $(tag) == 'package-2021-07' && $(go)
122
123
output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2021-07-01-preview/$(namespace)
124
+ ` ` `
125
+
126
+ # ## Tag: package-2021-09 and go
127
+
128
+ These settings apply only when `--tag=package-2021-09 --go` is specified on the command line.
129
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
130
+
131
+ ` ` ` yaml $(tag) == 'package-2021-09' && $(go)
132
+ output-folder: $(go-sdk-folder)/services/preview/monitor/mgmt/2021-09-01-preview/$(namespace)
123
133
` ` `
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ input-file:
67
67
- Microsoft.Insights/preview/2017-12-01-preview/metricNamespaces_API.json
68
68
- Microsoft.Insights/preview/2018-11-27-preview/vmInsightsOnboarding_API.json
69
69
- Microsoft.Insights/preview/2019-10-17-preview/privateLinkScopes_API.json
70
- - Microsoft.Insights/stable/2017-04 -01/activityLogAlerts_API.json
70
+ - Microsoft.Insights/stable/2020-10 -01/activityLogAlerts_API.json
71
71
- Microsoft.Insights/stable/2021-04-01/dataCollectionEndpoints_API.json
72
72
- Microsoft.Insights/stable/2021-04-01/dataCollectionRuleAssociations_API.json
73
73
- Microsoft.Insights/stable/2021-04-01/dataCollectionRules_API.json
@@ -898,7 +898,9 @@ directive:
898
898
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)'
899
899
` ` `
900
900
901
- ` ` ` yaml ($(go) && !$(track2) && $(tag) == 'package-2021-07') || $(csharp) || $(validation)
901
+ This section is a temporary solution to resolve the failure in those pipeline that is still using modeler v1.
902
+
903
+ ` ` ` yaml ($(go) && !$(track2) && ($(tag) == 'package-2021-07' || $(tag) == 'package-2021-09')) || $(csharp) || $(validation)
902
904
directive:
903
905
- from: activityLogAlerts_API.json
904
906
where: $.definitions
You can’t perform that action at this time.
0 commit comments