File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
specification/authorization/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 1818 - tag : package-2018-01-01-preview
1919 - tag : package-2018-07-01-preview
2020 - tag : package-2018-09-01-preview
21+ - tag : package-2020-04-preview
2122` ` `
2223
2324### Tag: package-2015-07-01 and go
@@ -64,3 +65,12 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
6465` ` ` yaml $(tag) == 'package-2018-09-01-preview' && $(go)
6566output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-09-01-preview/$(namespace)
6667` ` `
68+
69+ # ## Tag: package-2020-04-preview and go
70+
71+ These settings apply only when `--tag=package-2020-04-preview --go` is specified on the command line.
72+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
73+
74+ ` ` ` yaml $(tag) == 'package-2020-04-preview' && $(go)
75+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-04-01-preview/$(namespace)
76+ ` ` `
You can’t perform that action at this time.
0 commit comments