File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
specification/datalake-store/resource-manager Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22
33These settings apply only when ` --go ` is specified on the command line.
44
5- ``` yaml $(go)
5+ ``` yaml $(go) && !$(track2)
66go :
77 license-header : MICROSOFT_MIT_NO_VERSION
88 namespace : account
99 clear-output-folder : true
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/datalake-store/armdatalakestore
15+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
16+ output-folder : $(go-sdk-folder)/$(module-name)
17+ azure-arm : true
18+ ` ` `
19+
1220### Go multi-api
1321
1422` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ swagger-to-sdk:
8080 - repo: azure-sdk-for-python-track2
8181 - repo: azure-sdk-for-java
8282 - repo: azure-sdk-for-go
83+ - repo: azure-sdk-for-go-track2
8384 - repo: azure-sdk-for-node
8485 - repo: azure-sdk-for-ruby
8586 after_scripts:
You can’t perform that action at this time.
0 commit comments