@@ -18,6 +18,8 @@ Generate all API versions currently shipped for this package
18
18
` ` ` yaml $(multiapi) && $(track2)
19
19
clear-output-folder : true
20
20
batch :
21
+ - tag : package-privatelinks-2020-05
22
+ - multiapiscript-privatelinks : true
21
23
- tag : package-features-2021-07
22
24
- tag : package-features-2015-12
23
25
- multiapiscript-features : true
@@ -70,6 +72,14 @@ batch:
70
72
- multiapiscript-templatespecs : true
71
73
` ` `
72
74
75
+ ` ` ` yaml $(multiapiscript-privatelinks)
76
+ package-name : azure-mgmt-resource#privatelinks
77
+ multiapiscript : true
78
+ output-folder : $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/privatelinks
79
+ clear-output-folder : false
80
+ perform-load : false
81
+ ` ` `
82
+
73
83
` ` ` yaml $(multiapiscript-features)
74
84
package-name : azure-mgmt-resource#features
75
85
multiapiscript : true
@@ -136,6 +146,19 @@ clear-output-folder: false
136
146
perform-load : false
137
147
` ` `
138
148
149
+ ### Tag: package-privatelinks-2020-05 and python
150
+
151
+ These settings apply only when ` --tag=package-privatelinks-2020-05 --python` is specified on the command line.
152
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
153
+
154
+ ` ` ` yaml $(tag) == 'package-privatelinks-2020-05'
155
+ namespace: azure.mgmt.resource.privatelinks.v2020_05_01
156
+ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/privatelinks/v2020_05_01
157
+ python:
158
+ namespace: azure.mgmt.resource.privatelinks.v2020_05_01
159
+ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/privatelinks/v2020_05_01
160
+ ` ` `
161
+
139
162
# ## Tag: package-features-2021-07 and python
140
163
141
164
These settings apply only when `--tag=package-features-2021-07 --python` is specified on the command line.
0 commit comments