Skip to content

Commit 87c0446

Browse files
msyycLeiWang3
authored andcommitted
2021-08-01-only (Azure#17224)
1 parent 048f9b0 commit 87c0446

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

specification/compute/resource-manager/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,15 @@ directive:
236236
- RequiredPropertiesMissingInResourceModel
237237
```
238238
239+
### Tag: package-2021-08-01-only
240+
241+
These settings apply only when `--tag=package-2021-08-01-only` is specified on the command line.
242+
243+
``` yaml $(tag) == 'package-2021-08-01-only'
244+
input-file:
245+
- Microsoft.Compute/stable/2021-08-01/disk.json
246+
```
247+
239248
### Tag: package-2021-08-01
240249

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

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

Lines changed: 11 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-08-01-only
3940
- tag: package-2021-07-01-only
4041
- tag: package-2021-04-01-only
4142
- tag: package-2021-03-01-only
@@ -69,6 +70,16 @@ clear-output-folder: false
6970
perform-load: false
7071
```
7172
73+
### Tag: package-2021-08-01-only
74+
75+
These settings apply only when `--tag=package-2021-08-01-only --python` is specified on the command line.
76+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
77+
78+
``` yaml $(tag) == 'package-2021-08-01-only'
79+
namespace: azure.mgmt.compute.v2021_08_01
80+
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_08_01
81+
```
82+
7283
### Tag: package-2021-07-01-only
7384

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

0 commit comments

Comments
 (0)