Skip to content

Commit

Permalink
Add Disk 2018-09 to Python (#5460)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored Mar 23, 2019
1 parent fa49bf9 commit 02002de
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
11 changes: 10 additions & 1 deletion specification/compute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ directive:
- where:
- $.definitions.ContainerService
suppress:
- TrackedResourcePatchOperation
- TrackedResourcePatchOperation
reason:
- ACS service is deprecated so a PATCH endpoint won't be implemented

Expand Down Expand Up @@ -223,6 +223,15 @@ input-file:
- Microsoft.Compute/stable/2018-10-01/runCommands.json
```

### Tag: package-2018-09-30-only

These settings apply only when `--tag=package-2018-09-30-only` is specified on the command line.

``` yaml $(tag) == 'package-2018-09-30-only'
input-file:
- Microsoft.Compute/stable/2018-09-30/disk.json
```

### Tag: package-2018-06-exclude-gallery

These settings apply only when `--tag=package-2018-06-exclude-gallery` is specified on the command line.
Expand Down
12 changes: 12 additions & 0 deletions specification/compute/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi)
batch:
- tag: package-2018-10-01-only
- tag: package-2018-09-30-only
- tag: package-compute-only-2018-06
- tag: package-compute-2018-04
- tag: package-compute-only-2017-12
Expand All @@ -40,6 +41,17 @@ python:
output-folder: $(python-sdks-folder)/azure-mgmt-compute/azure/mgmt/compute/v2018_10_01
```

### Tag: package-2018-09-30-only and python

These settings apply only when `--tag=package-2018-09-30-only --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-2018-09-30-only' && $(python)
python:
namespace: azure.mgmt.compute.v2018_09_30
output-folder: $(python-sdks-folder)/azure-mgmt-compute/azure/mgmt/compute/v2018_09_30
```

### Tag: package-compute-only-2018-06 and python

These settings apply only when `--tag=package-compute-only-2018-06 --python` is specified on the command line.
Expand Down

0 comments on commit 02002de

Please sign in to comment.