Skip to content

Commit

Permalink
Compute 04 01 (#15222)
Browse files Browse the repository at this point in the history
* sql t2 readme config

* readme config

* Update readme.python.md

* conflient resolve

* readme py config

Co-authored-by: msyyc <[email protected]>
  • Loading branch information
RAY-316 and msyyc authored Jul 16, 2021
1 parent c4a58f7 commit 86b65a6
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 @@ -36,6 +36,7 @@ Generate all API versions currently shipped for this package
```yaml $(multiapi)
clear-output-folder: true
batch:
- tag: package-2021-04-01-only
- tag: package-2021-03-01-only
- tag: package-2020-12-01-only
- tag: package-2020-10-01-preview-only
Expand Down Expand Up @@ -67,6 +68,16 @@ clear-output-folder: false
perform-load: false
```
### Tag: package-2021-04-01-only
These settings apply only when `--tag=package-2021-04-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-04-01-only'
namespace: azure.mgmt.compute.v2021_04_01
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_04_01
```

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

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

0 comments on commit 86b65a6

Please sign in to comment.