File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
specification/resources/resource-manager Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 32
32
- tag : package-locks-2015-01
33
33
- multiapiscript-locks : true
34
34
- tag : package-managedapplications-2018-06
35
+ - multiapiscript-managedapplications : true
35
36
- tag : package-policy-2021-06
36
37
- tag : package-policy-2020-09
37
38
- tag : package-policy-2019-09
@@ -143,6 +144,13 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/re
143
144
perform-load : false
144
145
` ` `
145
146
147
+ ` ` ` yaml $(multiapiscript-managedapplications)
148
+ package-name : azure-mgmt-resource#managedapplications
149
+ multiapiscript : true
150
+ output-folder : $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications
151
+ perform-load : false
152
+ ` ` `
153
+
146
154
` ` ` yaml $(multiapiscript-links)
147
155
package-name : azure-mgmt-resource#links
148
156
multiapiscript : true
@@ -226,8 +234,8 @@ These settings apply only when `--tag=package-managedapplications-2018-06 --pyth
226
234
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
227
235
228
236
` ` ` yaml $(tag) == 'package-managedapplications-2018-06'
229
- namespace: azure.mgmt.resource.managedapplications
230
- output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications
237
+ namespace: azure.mgmt.resource.managedapplications.v2018_06_01
238
+ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications/v2018_06_01
231
239
` ` `
232
240
233
241
# ## Tag: package-policy-2021-06 and python
You can’t perform that action at this time.
0 commit comments