File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
cost-management/resource-manager
storagecache/resource-manager Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 17
17
- tag : package-2019-01
18
18
- tag : package-preview-2019-03
19
19
- tag : package-2019-10
20
+ - tag : package-2019-11
20
21
- tag : package-2020-06
21
22
- tag : package-2021-01
22
23
` ` `
Original file line number Diff line number Diff line change 13
13
14
14
` ` ` yaml $(go) && $(multiapi)
15
15
batch :
16
+ - tag : package-2021-05
16
17
- tag : package-2021-03
17
18
- tag : package-2020-10-01
18
19
- tag : package-2020-03-01
19
20
- tag : package-2019-11-01
20
21
- tag : package-2019-08
21
22
` ` `
22
23
24
+ ### Tag: package-2021-05 and go
25
+
26
+ These settings apply only when ` --tag=package-2021-05 --go` is specified on the command line.
27
+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
28
+
29
+ ` ` ` yaml $(tag) == 'package-2021-05' && $(go)
30
+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-05-01/$(namespace)
31
+ ` ` `
32
+
23
33
# ## Tag: package-2021-03 and go
24
34
25
35
These settings apply only when `--tag=package-2021-03 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments