@@ -72,6 +72,15 @@ batch:
72
72
- tag : package-templatespecs-2021-03-preview
73
73
- tag : package-templatespecs-2019-06-preview
74
74
- multiapiscript-templatespecs : true
75
+ - tag : package-changes-2022-03-01-preview
76
+ - multiapiscript-changes : true
77
+ ` ` `
78
+
79
+ ` ` ` yaml $(multiapiscript-changes)
80
+ package-name : azure-mgmt-resource#changes
81
+ multiapiscript : true
82
+ output-folder : $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes
83
+ perform-load : false
75
84
` ` `
76
85
77
86
` ` ` yaml $(multiapiscript-privatelinks)
@@ -139,6 +148,16 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/re
139
148
perform-load : false
140
149
` ` `
141
150
151
+ ### Tag: package-changes-2022-03-01-preview and python
152
+
153
+ These settings apply only when ` --tag=package-changes-2022-03-01-preview --python` is specified on the command line.
154
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
155
+
156
+ ` ` ` yaml $(tag) == 'package-changes-2022-03-01-preview'
157
+ namespace: azure.mgmt.resource.changes.v2022_03_01_preview
158
+ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes/v2022_03_01_preview
159
+ ` ` `
160
+
142
161
# ## Tag: package-privatelinks-2020-05 and python
143
162
144
163
These settings apply only when `--tag=package-privatelinks-2020-05 --python` is specified on the command line.
@@ -147,9 +166,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
147
166
` ` ` yaml $(tag) == 'package-privatelinks-2020-05'
148
167
namespace: azure.mgmt.resource.privatelinks.v2020_05_01
149
168
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/privatelinks/v2020_05_01
150
- python:
151
- namespace: azure.mgmt.resource.privatelinks.v2020_05_01
152
- output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/privatelinks/v2020_05_01
153
169
` ` `
154
170
155
171
# ## Tag: package-features-2021-07 and python
@@ -160,9 +176,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
160
176
` ` ` yaml $(tag) == 'package-features-2021-07'
161
177
namespace: azure.mgmt.resource.features.v2021_07_01
162
178
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/features/v2021_07_01
163
- python:
164
- namespace: azure.mgmt.resource.features.v2021_07_01
165
- output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/features/v2021_07_01
166
179
` ` `
167
180
168
181
# ## Tag: package-features-2015-12 and python
0 commit comments