Skip to content

Commit 4d25a2a

Browse files
authored
config compute readme (#18019)
1 parent bdcc09a commit 4d25a2a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

specification/compute/resource-manager/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,15 @@ input-file:
251251
- Microsoft.Compute/stable/2021-03-01/cloudService.json
252252
```
253253

254+
### Tag: package-2021-12-01-only
255+
256+
These settings apply only when `--tag=package-2021-12-01-oly` is specified on the command line.
257+
258+
``` yaml $(tag) == 'package-2021-12-01-only'
259+
input-file:
260+
- Microsoft.Compute/stable/2021-12-01/disk.json
261+
```
262+
254263
### Tag: package-2021-11-01
255264

256265
These settings apply only when `--tag=package-2021-11-01` is specified on the command line.

specification/compute/resource-manager/readme.python.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Generate all API versions currently shipped for this package
3636
```yaml $(multiapi)
3737
clear-output-folder: true
3838
batch:
39+
- tag: package-2021-12-01-only
3940
- tag: package-2021-11-01-only
4041
- tag: package-2021-10-01-only
4142
- tag: package-2021-08-01-only
@@ -72,6 +73,17 @@ clear-output-folder: false
7273
perform-load: false
7374
```
7475
76+
77+
### Tag: package-2021-12-01-only
78+
79+
These settings apply only when `--tag=package-2021-12-01-only --python` is specified on the command line.
80+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
81+
82+
``` yaml $(tag) == 'package-2021-12-01-only'
83+
namespace: azure.mgmt.compute.v2021_12_01
84+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_12_01
85+
```
86+
7587
### Tag: package-2021-11-01-only
7688

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

0 commit comments

Comments
 (0)