Skip to content

Commit 0a26f9f

Browse files
authored
Compute Python 2019-04 (#5775)
1 parent e803702 commit 0a26f9f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

specification/compute/resource-manager/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,15 @@ input-file:
203203
- Microsoft.ContainerService/stable/2017-01-31/containerService.json
204204
```
205205
206+
### Tag: package-2019-04-01-only
207+
208+
These settings apply only when `--tag=package-2019-04-01-only` is specified on the command line.
209+
210+
``` yaml $(tag) == 'package-2019-04-01-only'
211+
input-file:
212+
- Microsoft.Compute/stable/2019-04-01/skus.json
213+
```
214+
206215
### Tag: package-2019-03-01-only
207216

208217
These settings apply only when `--tag=package-2019-03-01-only` is specified on the command line.

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package
1818
1919
```yaml $(python) && $(multiapi)
2020
batch:
21+
- tag: package-2019-04-01-only
2122
- tag: package-2019-03-01-only
2223
- tag: package-2018-10-01-only
2324
- tag: package-2018-09-30-only
@@ -31,6 +32,17 @@ batch:
3132
- tag: package-compute-2015-06
3233
```
3334
35+
### Tag: package-2019-04-01-only and python
36+
37+
These settings apply only when `--tag=package-2019-04-01-only --python` is specified on the command line.
38+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
39+
40+
``` yaml $(tag) == 'package-2019-04-01-only' && $(python)
41+
python:
42+
namespace: azure.mgmt.compute.v2019_04_01
43+
output-folder: $(python-sdks-folder)/azure-mgmt-compute/azure/mgmt/compute/v2019_04_01
44+
```
45+
3446
### Tag: package-2019-03-01-only and python
3547

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

0 commit comments

Comments
 (0)