File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/network/resource-manager Expand file tree Collapse file tree 1 file changed +10
-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-03
2425 - tag : package-2021-02
2526 - tag : package-2020-11
2627 - tag : package-2020-08
@@ -60,6 +61,15 @@ batch:
6061 - tag : package-2015-05-preview
6162` ` `
6263
64+ ### Tag: package-2021-03 and go
65+
66+ These settings apply only when ` --tag=package-2021-03 --go` is specified on the command line.
67+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
68+
69+ ` ` ` yaml $(tag) == 'package-2021-03' && $(go)
70+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
71+ ` ` `
72+
6373# ## Tag: package-2021-02 and go
6474
6575These settings apply only when `--tag=package-2021-02 --go` is specified on the command line.
You can’t perform that action at this time.
0 commit comments