File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
specification/resources/resource-manager Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -424,6 +424,19 @@ python:
424424 output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_05_01
425425` ` `
426426
427+ # ## Tag: package-resources-2019-03 and python
428+
429+ These settings apply only when `--tag=package-resources-2019-03 --python` is specified on the command line.
430+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
431+
432+ ` ` ` yaml $(tag) == 'package-resources-2019-03'
433+ namespace: azure.mgmt.resource.resources.v2019_03_01
434+ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_03_01
435+ python:
436+ namespace: azure.mgmt.resource.resources.v2019_03_01
437+ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2019_03_01
438+ ` ` `
439+
427440# ## Tag: package-resources-2018-05 and python
428441
429442These settings apply only when `--tag=package-resources-2018-05 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments