File tree Expand file tree Collapse file tree 20 files changed +120
-9
lines changed
customerlockbox/resource-manager
digitaltwins/resource-manager
edgeorderpartner/resource-manager
edgeorder/resource-manager
extendedlocation/resource-manager
frontdoor/resource-manager
guestconfiguration/resource-manager Expand file tree Collapse file tree 20 files changed +120
-9
lines changed Original file line number Diff line number Diff line change 1+ ## Go
2+
3+ These settings apply only when ` --go ` is specified on the command line.
4+
5+ ``` yaml $(go) && $(track2)
6+ azure-arm : true
7+ license-header : MICROSOFT_MIT_NO_VERSION
8+ module-name : sdk/resourcemanager/customerlockbox/armcustomerlockbox
9+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
10+ output-folder : $(go-sdk-folder)/$(module-name)
11+ ` ` `
Original file line number Diff line number Diff line change @@ -46,5 +46,12 @@ input-file:
4646
4747See configuration in [readme.csharp.md](./readme.csharp.md)
4848
49+ # # Swagger to SDK
4950
51+ This section describes what SDK should be generated by the automatic system.
52+ This is not used by Autorest itself.
5053
54+ ` ` ` yaml $(swagger-to-sdk)
55+ swagger-to-sdk:
56+ - repo: azure-sdk-for-go-track2
57+ ` ` `
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 : devops
99 clear-output-folder : true
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/devops/armdevops
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 @@ -62,6 +62,7 @@ swagger-to-sdk:
6262 - repo: azure-sdk-for-python
6363 - repo: azure-sdk-for-java
6464 - repo: azure-sdk-for-go
65+ - repo: azure-sdk-for-go-track2
6566 - repo: azure-sdk-for-trenton
6667 - repo: azure-sdk-for-js
6768 - 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 : digitaltwins
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/digitaltwins/armdigitaltwins
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 @@ -71,6 +71,7 @@ swagger-to-sdk:
7171 - repo: azure-sdk-for-python-track2
7272 - repo: azure-sdk-for-java
7373 - repo: azure-sdk-for-go
74+ - repo: azure-sdk-for-go-track2
7475 - repo: azure-sdk-for-js
7576 - repo: azure-sdk-for-ruby
7677 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 : dns
99 clear-output-folder : true
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/dns/armdns
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 @@ -162,6 +162,7 @@ swagger-to-sdk:
162162 - repo: azure-sdk-for-net-track2
163163 - repo: azure-sdk-for-java
164164 - repo: azure-sdk-for-go
165+ - repo: azure-sdk-for-go-track2
165166 - repo: azure-sdk-for-node
166167 - repo: azure-sdk-for-typescript
167168 - 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 clear-output-folder : true
99 namespace : edgeorder
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/edgeorder/armedgeorder
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 @@ -64,6 +64,7 @@ swagger-to-sdk:
6464 - repo: azure-sdk-for-net
6565 - repo: azure-sdk-for-python-track2
6666 - repo: azure-sdk-for-go
67+ - repo: azure-sdk-for-go-track2
6768` ` `
6869
6970# # C#
You can’t perform that action at this time.
0 commit comments