File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
cosmos-db/resource-manager
desktopvirtualization/resource-manager Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-2021-10
2425 - tag : package-2021-07-preview
2526 - tag : package-2021-06
2627 - tag : package-2021-05
@@ -39,6 +40,15 @@ batch:
3940 - tag : package-2015-04
4041` ` `
4142
43+ ### Tag: package-2021-10 and go
44+
45+ These settings apply only when ` --tag=package-2021-10 --go` is specified on the command line.
46+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
47+
48+ ` ` ` yaml $(tag) == 'package-2021-10' && $(go)
49+ output-folder: $(go-sdk-folder)/services/cosmos-db/mgmt/2021-10-15/$(namespace)
50+ ` ` `
51+
4252# ## Tag: package-2021-07-preview and go
4353
4454These settings apply only when `--tag=package-2021-07-preview --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -23,6 +23,16 @@ batch:
2323 - tag : package-2021-02-01-preview
2424 - tag : package-2021-03-09-preview
2525 - tag : package-2021-04-01-preview
26+ - tag : package-preview-2021-09
27+ ` ` `
28+
29+ ### Tag: package-preview-2021-09 and go
30+
31+ These settings apply only when ` --tag=package-preview-2021-09 --go` is specified on the command line.
32+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
33+
34+ ` ` ` yaml $(tag) == 'package-preview-2021-09' && $(go)
35+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-09-03-preview/$(namespace)
2636` ` `
2737
2838# ## Tag: package-2021-04-01-preview and go
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-2021-05
2425 - tag : package-2021-03
2526 - tag : package-2021-02
2627 - tag : package-2020-11
@@ -61,6 +62,15 @@ batch:
6162 - tag : package-2015-05-preview
6263` ` `
6364
65+ ### Tag: package-2021-05 and go
66+
67+ These settings apply only when ` --tag=package-2021-05 --go` is specified on the command line.
68+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
69+
70+ ` ` ` yaml $(tag) == 'package-2021-05' && $(go)
71+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-05-01/$(namespace)
72+ ` ` `
73+
6474# ## Tag: package-2021-03 and go
6575
6676These 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