Skip to content

Commit 7f85e26

Browse files
authored
Compute readme.python.md (#10679)
1 parent 589a6d7 commit 7f85e26

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Generate all API versions currently shipped for this package
4444

4545
```yaml $(multiapi) && !$(track2)
4646
batch:
47+
- tag: package-2020-06-30-only
4748
- tag: package-2020-06-01-only
4849
- tag: package-2020-05-01-only
4950
- tag: package-2019-12-01-only
@@ -66,6 +67,7 @@ batch:
6667
```yaml $(multiapi) && $(track2)
6768
clear-output-folder: true
6869
batch:
70+
- tag: package-2020-06-30-only
6971
- tag: package-2020-06-01-only
7072
- tag: package-2020-05-01-only
7173
- tag: package-2019-12-01-only
@@ -92,6 +94,19 @@ clear-output-folder: false
9294
perform-load: false
9395
```
9496

97+
### Tag: package-2020-06-30-only and python
98+
99+
These settings apply only when `--tag=package-2020-06-30-only --python` is specified on the command line.
100+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
101+
102+
``` yaml $(tag) == 'package-2020-06-30-only'
103+
namespace: azure.mgmt.compute.v2020_06_30
104+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2020_06_30
105+
python:
106+
namespace: azure.mgmt.compute.v2020_06_30
107+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2020_06_30
108+
```
109+
95110
### Tag: package-2020-06-01-only and python
96111

97112
These settings apply only when `--tag=package-2020-06-01-only --python` is specified on the command line.

0 commit comments

Comments
 (0)