File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
hardwaresecuritymodules/resource-manager
mediaservices/resource-manager Expand file tree Collapse file tree 2 files changed +20
-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-11
2425 - tag : package-2018-10
2526` ` `
2627
28+ ### Tag: package-2021-11 and go
29+
30+ These settings apply only when ` --tag=package-2021-11 --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-11' && $(go)
34+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-11-30/$(namespace)
35+ ` ` `
36+
2737# ## Tag: package-2018-10 and go
2838
2939These settings apply only when `--tag=package-2018-10 --go` is specified on the command line.
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-11
2425 - tag : package-2021-06
2526 - tag : package-2021-05
2627 - tag : package-2020-05
@@ -31,6 +32,15 @@ batch:
3132 - tag : package-2019-05-preview
3233` ` `
3334
35+ ### Tag: package-2021-11 and go
36+
37+ These settings apply only when ` --tag=package-2021-11 --go` is specified on the command line.
38+ Please also specify the `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
39+
40+ ` ` ` yaml $(tag) == 'package-2021-11' && $(go)
41+ output-folder: $(go-sdk-folder)/services/mediaservices/mgmt/2021-11-01/$(namespace)
42+ ` ` `
43+
3444# ## Tag: package-2021-06 and go
3545
3646These settings apply only when `--tag=package-2021-06 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments