File tree Expand file tree Collapse file tree 20 files changed +102
-10
lines changed
azure-kusto/resource-manager
confluent/resource-manager
cost-management/resource-manager
datacatalog/resource-manager
dataprotection/resource-manager
datashare/resource-manager
deploymentmanager/resource-manager
desktopvirtualization/resource-manager
deviceprovisioningservices/resource-manager
deviceupdate/resource-manager Expand file tree Collapse file tree 20 files changed +102
-10
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 : kusto
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/kusto/armkusto
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 @@ -200,6 +200,7 @@ swagger-to-sdk:
200
200
- repo: azure-sdk-for-python-track2
201
201
- repo: azure-sdk-for-js
202
202
- repo: azure-sdk-for-go
203
+ - repo: azure-sdk-for-go-track2
203
204
- repo: azure-sdk-for-java
204
205
- repo: azure-cli-extensions
205
206
- 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
namespace : confluent
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/confluent/armconfluent
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 @@ -80,6 +80,7 @@ swagger-to-sdk:
80
80
- repo: azure-sdk-for-python-track2
81
81
- repo: azure-sdk-for-java
82
82
- repo: azure-sdk-for-go
83
+ - repo: azure-sdk-for-go-track2
83
84
- repo: azure-sdk-for-js
84
85
- repo: azure-sdk-for-node
85
86
- repo: azure-sdk-for-ruby
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 : costmanagement
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/costmanagement/armcostmanagement
15
+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
16
+ output-folder : $(go-sdk-folder)/$(module-name)
17
+ azure-arm : true
18
+ modelerfour :
19
+ lenient-model-deduplication : true
20
+ ` ` `
21
+
12
22
### Go multi-api
13
23
` ` ` yaml $(go) && $(multiapi)
14
24
batch :
Original file line number Diff line number Diff line change @@ -277,6 +277,7 @@ This is not used by Autorest itself.
277
277
swagger-to-sdk:
278
278
- repo: azure-sdk-for-net
279
279
- repo: azure-sdk-for-go
280
+ - repo: azure-sdk-for-go-track2
280
281
- repo: azure-sdk-for-python-track2
281
282
- repo: azure-sdk-for-node
282
283
- repo: azure-sdk-for-ruby
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 : datacatalog
10
10
` ` `
11
11
12
+ ` ` ` yaml $(go) && $(track2)
13
+ license-header : MICROSOFT_MIT_NO_VERSION
14
+ module-name : sdk/resourcemanager/datacatalog/armdatacatalog
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 @@ -52,6 +52,7 @@ This is not used by Autorest itself.
52
52
swagger-to-sdk:
53
53
- repo: azure-sdk-for-net
54
54
- repo: azure-sdk-for-go
55
+ - repo: azure-sdk-for-go-track2
55
56
- repo: azure-sdk-for-js
56
57
- repo: azure-sdk-for-node
57
58
- 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 : dataprotection
10
10
` ` `
11
11
12
+ ` ` ` yaml $(go) && $(track2)
13
+ license-header : MICROSOFT_MIT_NO_VERSION
14
+ module-name : sdk/resourcemanager/dataprotection/armdataprotection
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-python-track2
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-node
110
111
- repo: azure-sdk-for-ruby
You can’t perform that action at this time.
0 commit comments