File tree Expand file tree Collapse file tree 22 files changed +110
-11
lines changed
hybridcompute/resource-manager
machinelearningservices/resource-manager
storagecache/resource-manager
storageimportexport/resource-manager
storagepool/resource-manager
storagesync/resource-manager
subscription/resource-manager
testbase/resource-manager Expand file tree Collapse file tree 22 files changed +110
-11
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 clear-output-folder : true
1515 - Machines_Update
1616` ` `
1717
18+ ` ` ` yaml $(go) && $(track2)
19+ license-header : MICROSOFT_MIT_NO_VERSION
20+ module-name : sdk/resourcemanager/hybridcompute/armhybridcompute
21+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
22+ output-folder : $(go-sdk-folder)/$(module-name)
23+ azure-arm : true
24+ ` ` `
25+
1826## Go multi-api
1927
2028` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ swagger-to-sdk:
160160 - repo: azure-sdk-for-python-track2
161161 - repo: azure-sdk-for-java
162162 - repo: azure-sdk-for-go
163+ - repo: azure-sdk-for-go-track2
163164 - repo: azure-sdk-for-js
164165 - repo: azure-cli-extensions
165166 - repo: azure-resource-manager-schemas
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 clear-output-folder : true
99 namespace : machinelearningservices
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/machinelearningservices/armmachinelearningservices
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 @@ -221,6 +221,7 @@ swagger-to-sdk:
221221 - repo: azure-sdk-for-net
222222 - repo: azure-sdk-for-net-track2
223223 - repo: azure-sdk-for-go
224+ - repo: azure-sdk-for-go-track2
224225 - repo: azure-sdk-for-python
225226 - repo: azure-sdk-for-java
226227 - repo: azure-sdk-for-js
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 : signalr
99 clear-output-folder : true
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/signalr/armsignalr
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 @@ -151,6 +151,7 @@ swagger-to-sdk:
151151 - repo: azure-sdk-for-node
152152 - repo: azure-sdk-for-js
153153 - repo: azure-sdk-for-go
154+ - repo: azure-sdk-for-go-track2
154155 - repo: azure-sdk-for-ruby
155156 after_scripts:
156157 - bundle install && rake arm:regen_all_profiles['azure_mgmt_signalr']
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 : storagecache
99 clear-output-folder : true
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/storagecache/armstoragecache
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 @@ -105,6 +105,7 @@ swagger-to-sdk:
105105 - repo: azure-sdk-for-net
106106 - repo: azure-sdk-for-java
107107 - repo: azure-sdk-for-go
108+ - repo: azure-sdk-for-go-track2
108109 - repo: azure-sdk-for-js
109110 - repo: azure-sdk-for-ruby
110111 after_scripts:
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 : storageimportexport
99 clear-output-folder : true
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/storageimportexport/armstorageimportexport
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 @@ -76,6 +76,7 @@ This is not used by Autorest itself.
7676swagger-to-sdk:
7777 - repo: azure-powershell
7878 - repo: azure-sdk-for-go
79+ - repo: azure-sdk-for-go-track2
7980 - repo: azure-sdk-for-python-track2
8081 - repo: azure-sdk-for-node
8182 - repo: azure-sdk-for-js
You can’t perform that action at this time.
0 commit comments