File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
automanage/resource-manager
recoveryservices/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,9 +21,19 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-2021-04-30-preview
2425 - tag : package-2020-06-30-preview
2526` ` `
2627
28+ ### Tag: package-2021-04-30-preview and go
29+
30+ These settings apply only when ` --tag=package-2021-04-30-preview --go` is specified on the command line.
31+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
32+
33+ ` ` ` yaml $(tag) == 'package-2021-04-30-preview' && $(go)
34+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-04-30-preview/$(namespace)
35+ ` ` `
36+
2737# ## Tag: package-2020-06-30-preview and go
2838
2939These settings apply only when `--tag=package-2020-06-30-preview --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ azure-arm: true
2323batch :
2424 - tag : package-2021-05
2525 - tag : package-2021-03
26+ - tag : package-2021-03-preview
2627 - tag : package-2021-02
2728 - tag : package-2020-11
2829 - tag : package-2020-08
@@ -80,6 +81,15 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
8081output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
8182` ` `
8283
84+ # ## Tag: package-2021-03-preview and go
85+
86+ These settings apply only when `--tag=package-2021-03-preview --go` is specified on the command line.
87+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
88+
89+ ` ` ` yaml $(tag) == 'package-2021-03-preview' && $(go)
90+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-03-01-preview/$(namespace)
91+ ` ` `
92+
8393# ## Tag: package-2021-02 and go
8494
8595These settings apply only when `--tag=package-2021-02 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -21,9 +21,19 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-2021-08
2425 - tag : package-2016-06
2526` ` `
2627
28+ ### Tag: package-2021-08 and go
29+
30+ These settings apply only when ` --tag=package-2021-08 --go` is specified on the command line.
31+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
32+
33+ ` ` ` yaml $(tag)=='package-2021-08' && $(go)
34+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-01/$(namespace)
35+ ` ` `
36+
2737# ## Tag: package-2016-06 and go
2838
2939These settings apply only when `--tag=package-2016-06 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments