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 2
2
3
3
These settings apply only when ` --go ` is specified on the command line.
4
4
5
- ``` yaml $(go)
5
+ ``` yaml $(go) && !$(track2)
6
6
go :
7
7
license-header : MICROSOFT_MIT_NO_VERSION
8
8
namespace : devices
9
9
clear-output-folder : true
10
10
` ` `
11
11
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
+
12
20
### Go multi-api
13
21
14
22
` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ swagger-to-sdk:
252
252
- repo: azure-sdk-for-net-track2
253
253
- repo: azure-sdk-for-java
254
254
- repo: azure-sdk-for-go
255
+ - repo: azure-sdk-for-go-track2
255
256
- repo: azure-sdk-for-js
256
257
- repo: azure-sdk-for-node
257
258
- repo: azure-sdk-for-ruby
You can’t perform that action at this time.
0 commit comments