File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
specification/reservations/resource-manager Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1313
1414` ` ` yaml $(go) && $(multiapi)
1515batch :
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.
2626Please 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
Original file line number Diff line number Diff 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
4454These settings apply only when `--tag=package-2020-11-preview` is specified on the command line.
You can’t perform that action at this time.
0 commit comments