Skip to content

Commit 47b551f

Browse files
RAY-316msyyc
andauthored
containerservice-multiapi-config (#16837)
* update * Update readme.python.md * Update readme.md Co-authored-by: Yuchao Yan <[email protected]>
1 parent b81af69 commit 47b551f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Generate all API versions currently shipped for this package
1717
1818
```yaml $(python) && $(multiapi) && $(track2)
1919
batch:
20+
- tag: package-2021-10
2021
- tag: package-2021-09-01-only
2122
- tag: package-2021-08-01-only
2223
- tag: package-2021-07-01-only
@@ -53,6 +54,15 @@ output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservic
5354
clear-output-folder: false
5455
perform-load: false
5556
```
57+
### Tag: package-2021-10 and python
58+
59+
These settings apply only when `--tag=package-2021-10 --python` is specified on the command line.
60+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
61+
62+
``` yaml $(tag) == 'package-2021-10' && $(python)
63+
namespace: azure.mgmt.containerservice.v2021_10_01
64+
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_10_01
65+
```
5666

5767
### Tag: package-2021-09-01-only and python
5868

0 commit comments

Comments
 (0)