Skip to content

Commit 8f58d34

Browse files
committed
introduce a new tag to keep the go sdk package unchanged
1 parent 3cd5abd commit 8f58d34

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

specification/reservations/resource-manager/readme.go.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16-
- tag: package-2020-10-25
16+
- tag: package-2020-10-25-stable
1717
- tag: package-preview-2019-07-19
1818
- tag: package-preview-2019-04
1919
- tag: package-2018-06
2020
- tag: package-2017-11
2121
```
2222
23-
### Tag: package-2020-10-25 and go
23+
### Tag: package-2020-10-25-stable and go
2424
25-
These settings apply only when `--tag=package-2020-10-25 --go` is specified on the command line.
25+
These settings apply only when `--tag=package-2020-10-25-stable --go` is specified on the command line.
2626
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
2727

28-
``` yaml $(tag)=='package-2020-10-25' && $(go)
29-
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-10-25/$(namespace)
28+
``` yaml $(tag)=='package-2020-10-25-stable' && $(go)
29+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-10-25/$(namespace)
3030
```
3131

3232
### Tag: package-preview-2019-07-19 and go

specification/reservations/resource-manager/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ input-file:
3939
- Microsoft.Capacity/stable/2020-10-25/quota.json
4040
```
4141

42+
### Tag: package-2020-10-25-stable
43+
44+
These settings apply only when `--tag=package-2020-10-25-stable` is specified on the command line.
45+
46+
``` yaml $(tag) == 'package-2020-10-25-stable'
47+
input-file:
48+
- Microsoft.Capacity/stable/2017-11-01/reservations.json
49+
- Microsoft.Capacity/stable/2020-10-25/quota.json
50+
```
51+
4252
### Tag: package-2020-11-preview
4353

4454
These settings apply only when `--tag=package-2020-11-preview` is specified on the command line.

0 commit comments

Comments
 (0)