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 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 : kusto
99 clear-output-folder : true
1010` ` `
1111
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+
1220### Go multi-api
1321
1422` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ swagger-to-sdk:
200200 - repo: azure-sdk-for-python-track2
201201 - repo: azure-sdk-for-js
202202 - repo: azure-sdk-for-go
203+ - repo: azure-sdk-for-go-track2
203204 - repo: azure-sdk-for-java
204205 - repo: azure-cli-extensions
205206 - 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 namespace : confluent
99 clear-output-folder : true
1010` ` `
1111
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+
1220### Go multi-api
1321
1422` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ swagger-to-sdk:
8080 - repo: azure-sdk-for-python-track2
8181 - repo: azure-sdk-for-java
8282 - repo: azure-sdk-for-go
83+ - repo: azure-sdk-for-go-track2
8384 - repo: azure-sdk-for-js
8485 - repo: azure-sdk-for-node
8586 - repo: azure-sdk-for-ruby
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 : costmanagement
99 clear-output-folder : true
1010` ` `
1111
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+
1222### Go multi-api
1323` ` ` yaml $(go) && $(multiapi)
1424batch :
Original file line number Diff line number Diff line change @@ -277,6 +277,7 @@ This is not used by Autorest itself.
277277swagger-to-sdk:
278278 - repo: azure-sdk-for-net
279279 - repo: azure-sdk-for-go
280+ - repo: azure-sdk-for-go-track2
280281 - repo: azure-sdk-for-python-track2
281282 - repo: azure-sdk-for-node
282283 - repo: azure-sdk-for-ruby
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 : datacatalog
1010` ` `
1111
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+
1220### Go multi-api
1321
1422` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ This is not used by Autorest itself.
5252swagger-to-sdk:
5353 - repo: azure-sdk-for-net
5454 - repo: azure-sdk-for-go
55+ - repo: azure-sdk-for-go-track2
5556 - repo: azure-sdk-for-js
5657 - repo: azure-sdk-for-node
5758 - 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 : dataprotection
1010` ` `
1111
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+
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-python-track2
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-node
110111 - repo: azure-sdk-for-ruby
You can’t perform that action at this time.
0 commit comments