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 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
clear-output-folder : true
15
15
- Machines_Update
16
16
` ` `
17
17
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
+
18
26
## Go multi-api
19
27
20
28
` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ swagger-to-sdk:
160
160
- repo: azure-sdk-for-python-track2
161
161
- repo: azure-sdk-for-java
162
162
- repo: azure-sdk-for-go
163
+ - repo: azure-sdk-for-go-track2
163
164
- repo: azure-sdk-for-js
164
165
- repo: azure-cli-extensions
165
166
- repo: azure-resource-manager-schemas
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
clear-output-folder : true
9
9
namespace : machinelearningservices
10
10
` ` `
11
11
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
+
12
20
### Go multi-api
13
21
14
22
` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ swagger-to-sdk:
221
221
- repo: azure-sdk-for-net
222
222
- repo: azure-sdk-for-net-track2
223
223
- repo: azure-sdk-for-go
224
+ - repo: azure-sdk-for-go-track2
224
225
- repo: azure-sdk-for-python
225
226
- repo: azure-sdk-for-java
226
227
- repo: azure-sdk-for-js
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 : signalr
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/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
+
12
20
### Go multi-api
13
21
14
22
` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ swagger-to-sdk:
151
151
- repo: azure-sdk-for-node
152
152
- repo: azure-sdk-for-js
153
153
- repo: azure-sdk-for-go
154
+ - repo: azure-sdk-for-go-track2
154
155
- repo: azure-sdk-for-ruby
155
156
after_scripts:
156
157
- bundle install && rake arm:regen_all_profiles['azure_mgmt_signalr']
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 : storagecache
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/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
+
12
20
### Go multi-api
13
21
14
22
` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ swagger-to-sdk:
105
105
- repo: azure-sdk-for-net
106
106
- repo: azure-sdk-for-java
107
107
- repo: azure-sdk-for-go
108
+ - repo: azure-sdk-for-go-track2
108
109
- repo: azure-sdk-for-js
109
110
- repo: azure-sdk-for-ruby
110
111
after_scripts:
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 : storageimportexport
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/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
+
12
20
### Go multi-api
13
21
14
22
` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ This is not used by Autorest itself.
76
76
swagger-to-sdk:
77
77
- repo: azure-powershell
78
78
- repo: azure-sdk-for-go
79
+ - repo: azure-sdk-for-go-track2
79
80
- repo: azure-sdk-for-python-track2
80
81
- repo: azure-sdk-for-node
81
82
- repo: azure-sdk-for-js
You can’t perform that action at this time.
0 commit comments