Skip to content

Commit 4170e39

Browse files
authored
resource-resource-2019-03-01-python-config (#10314)
1 parent cfa39b4 commit 4170e39

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

specification/resources/resource-manager/readme.python.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

429442
These settings apply only when `--tag=package-resources-2018-05 --python` is specified on the command line.

0 commit comments

Comments
 (0)