Skip to content

Commit 86b65a6

Browse files
RAY-316msyyc
andauthored
Compute 04 01 (#15222)
* sql t2 readme config * readme config * Update readme.python.md * conflient resolve * readme py config Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
1 parent c4a58f7 commit 86b65a6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Generate all API versions currently shipped for this package
3636
```yaml $(multiapi)
3737
clear-output-folder: true
3838
batch:
39+
- tag: package-2021-04-01-only
3940
- tag: package-2021-03-01-only
4041
- tag: package-2020-12-01-only
4142
- tag: package-2020-10-01-preview-only
@@ -67,6 +68,16 @@ clear-output-folder: false
6768
perform-load: false
6869
```
6970
71+
### Tag: package-2021-04-01-only
72+
73+
These settings apply only when `--tag=package-2021-04-01-only --python` is specified on the command line.
74+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
75+
76+
``` yaml $(tag) == 'package-2021-04-01-only'
77+
namespace: azure.mgmt.compute.v2021_04_01
78+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_04_01
79+
```
80+
7081
### Tag: package-2021-03-01-only
7182

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

0 commit comments

Comments
 (0)