Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compute 04 01 #15222

Merged
merged 30 commits into from
Jul 16, 2021
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e03bfc8
sql t2 readme config
RAY-316 May 12, 2021
70e2641
readme config
RAY-316 May 12, 2021
624cc26
Update readme.python.md
msyyc May 12, 2021
b4bba9d
resolve conflient locally
RAY-316 May 12, 2021
e11d5d7
Merge remote-tracking branch 'azure/master'
RAY-316 May 13, 2021
72dd592
conflient resolve
RAY-316 May 13, 2021
78caec8
Merge remote-tracking branch 'upstream/master'
RAY-316 May 13, 2021
fe3ca36
Merge remote-tracking branch 'azure/master'
RAY-316 May 14, 2021
516773e
Merge branch 'master' of https://github.com/RAY-316/azure-rest-api-specs
RAY-316 May 14, 2021
a823c78
Merge remote-tracking branch 'azure/master'
RAY-316 May 17, 2021
f234490
Merge remote-tracking branch 'azure/master'
RAY-316 May 20, 2021
24cbc54
Merge remote-tracking branch 'azure/master'
RAY-316 May 20, 2021
873cfe8
Merge remote-tracking branch 'azure/master'
RAY-316 May 21, 2021
eceb42c
Merge remote-tracking branch 'upstream/master'
RAY-316 May 24, 2021
9772d13
Merge remote-tracking branch 'upstream/master'
RAY-316 May 25, 2021
8744397
Merge remote-tracking branch 'upstream/master'
RAY-316 May 25, 2021
d2e3269
Merge remote-tracking branch 'upstream/master'
RAY-316 May 26, 2021
da8ae8b
Merge remote-tracking branch 'azure/master'
RAY-316 May 27, 2021
ecb9a3e
Merge remote-tracking branch 'upstream/master'
RAY-316 Jun 1, 2021
72c1d39
Merge remote-tracking branch 'azure/master'
RAY-316 Jun 3, 2021
b29eff6
Merge remote-tracking branch 'upstream/master'
RAY-316 Jun 4, 2021
0e2b6a5
Merge remote-tracking branch 'azure/master'
RAY-316 Jun 9, 2021
0b66fcb
Merge remote-tracking branch 'azure/master'
RAY-316 Jun 10, 2021
159c049
Merge remote-tracking branch 'azure/master'
RAY-316 Jun 17, 2021
6be5ae3
Merge remote-tracking branch 'azure/master'
RAY-316 Jun 18, 2021
e111adb
Merge remote-tracking branch 'azure/master'
RAY-316 Jul 1, 2021
3086bcd
Merge remote-tracking branch 'azure/master'
RAY-316 Jul 9, 2021
a281fb0
Merge remote-tracking branch 'azure/master'
RAY-316 Jul 12, 2021
73e1b62
Merge remote-tracking branch 'azure/master'
RAY-316 Jul 16, 2021
d5ade8f
readme py config
RAY-316 Jul 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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