Skip to content

Commit

Permalink
2021-08-01-only (#17224)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Jan 5, 2022
1 parent c707369 commit e8f83e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions specification/compute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,15 @@ directive:
- RequiredPropertiesMissingInResourceModel
```
### Tag: package-2021-08-01-only
These settings apply only when `--tag=package-2021-08-01-only` is specified on the command line.

``` yaml $(tag) == 'package-2021-08-01-only'
input-file:
- Microsoft.Compute/stable/2021-08-01/disk.json
```

### Tag: package-2021-08-01

These settings apply only when `--tag=package-2021-08-01` is specified on the command line.
Expand Down
11 changes: 11 additions & 0 deletions specification/compute/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Generate all API versions currently shipped for this package
```yaml $(multiapi)
clear-output-folder: true
batch:
- tag: package-2021-08-01-only
- tag: package-2021-07-01-only
- tag: package-2021-04-01-only
- tag: package-2021-03-01-only
Expand Down Expand Up @@ -69,6 +70,16 @@ clear-output-folder: false
perform-load: false
```
### Tag: package-2021-08-01-only
These settings apply only when `--tag=package-2021-08-01-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-2021-08-01-only'
namespace: azure.mgmt.compute.v2021_08_01
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_08_01
```

### Tag: package-2021-07-01-only

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

0 comments on commit e8f83e8

Please sign in to comment.