Skip to content

Commit

Permalink
update compute (#19600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wzb123456789 authored Jun 27, 2022
1 parent 182d92f commit b8bfb10
Showing 1 changed file with 11 additions and 0 deletions.
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 @@ -37,6 +37,7 @@ Generate all API versions currently shipped for this package
multiapi: true
clear-output-folder: true
batch:
- tag: package-2022-04-04-only
- tag: package-2022-03-02-only
- tag: package-2022-03-01-only
- tag: package-2022-01-03-only
Expand Down Expand Up @@ -76,6 +77,16 @@ output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compu
perform-load: false
```
### Tag: package-2022-04-04-only
These settings apply only when `--tag=package-2022-04-04-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-2022-04-04-only'
namespace: azure.mgmt.compute.v2022_04_04
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_04_04
```

### Tag: package-2022-03-02-only

These settings apply only when `--tag=package-2022-03-02-only --python` is specified on the command line.
Expand Down

0 comments on commit b8bfb10

Please sign in to comment.