Skip to content

Commit 3d6b3ac

Browse files
Wzb123456789JoshLove-msft
authored andcommitted
Update readme.python.md (Azure#23622)
1 parent 1407818 commit 3d6b3ac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ batch:
6464
- tag: package-resources-2016-09
6565
- tag: package-resources-2016-02
6666
- multiapiscript-resources: true
67+
- tag: package-subscriptions-2022-12
6768
- tag: package-subscriptions-2021-01
6869
- tag: package-subscriptions-2019-11
6970
- tag: package-subscriptions-2019-06
@@ -529,6 +530,16 @@ namespace: azure.mgmt.resource.resources.v2016_02_01
529530
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2016_02_01
530531
```
531532

533+
### Tag: package-subscriptions-2022-12 and python
534+
535+
These settings apply only when `--tag=package-subscriptions-2022-12 --python` is specified on the command line.
536+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
537+
538+
``` yaml $(tag) == 'package-subscriptions-2022-12'
539+
namespace: azure.mgmt.resource.subscriptions.v2022_12_01
540+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/subscriptions/v2022_12_01
541+
```
542+
532543
### Tag: package-subscriptions-2021-01 and python
533544

534545
These settings apply only when `--tag=package-subscriptions-2021-01 --python` is specified on the command line.

0 commit comments

Comments
 (0)