Skip to content

Commit 1506e7f

Browse files
authored
resources readme.python t2 config (#14091)
1 parent fca535e commit 1506e7f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ batch:
3737
- tag: package-policy-2016-04
3838
- tag: package-policy-2015-10
3939
- multiapiscript-policy: true
40+
- tag: package-resources-2021-01
4041
- tag: package-resources-2020-10
4142
- tag: package-resources-2020-06
4243
- tag: package-resources-2019-10
@@ -279,6 +280,17 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
279280
namespace: azure.mgmt.resource.policy.v2015_10_01_preview
280281
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/policy/v2015_10_01_preview
281282
```
283+
284+
### Tag: package-resources-2021-01 and python
285+
286+
These settings apply only when `--tag=package-resources-2021-01 --python` is specified on the command line.
287+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
288+
289+
``` yaml $(tag) == 'package-resources-2021-01'
290+
namespace: azure.mgmt.resource.resources.v2021_01_01
291+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2021_01_01
292+
```
293+
282294
### Tag: package-resources-2020-10 and python
283295

284296
These settings apply only when `--tag=package-resources-2020-10 --python` is specified on the command line.

0 commit comments

Comments
 (0)