File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
specification/iothub/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 : devices
99 clear-output-folder : true
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/iothub/armiothub
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 @@ -252,6 +252,7 @@ swagger-to-sdk:
252252 - repo: azure-sdk-for-net-track2
253253 - repo: azure-sdk-for-java
254254 - repo: azure-sdk-for-go
255+ - repo: azure-sdk-for-go-track2
255256 - repo: azure-sdk-for-js
256257 - repo: azure-sdk-for-node
257258 - repo: azure-sdk-for-ruby
You can’t perform that action at this time.
0 commit comments