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:
46
46
47
47
See configuration in [readme.csharp.md](./readme.csharp.md)
48
48
49
+ # # Swagger to SDK
49
50
51
+ This section describes what SDK should be generated by the automatic system.
52
+ This is not used by Autorest itself.
50
53
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 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 : devops
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/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
+
12
20
### Go multi-api
13
21
14
22
` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ swagger-to-sdk:
62
62
- repo: azure-sdk-for-python
63
63
- repo: azure-sdk-for-java
64
64
- repo: azure-sdk-for-go
65
+ - repo: azure-sdk-for-go-track2
65
66
- repo: azure-sdk-for-trenton
66
67
- repo: azure-sdk-for-js
67
68
- 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 : digitaltwins
10
10
` ` `
11
11
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
+
12
20
### Go multi-api
13
21
14
22
` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ swagger-to-sdk:
71
71
- repo: azure-sdk-for-python-track2
72
72
- repo: azure-sdk-for-java
73
73
- repo: azure-sdk-for-go
74
+ - repo: azure-sdk-for-go-track2
74
75
- repo: azure-sdk-for-js
75
76
- repo: azure-sdk-for-ruby
76
77
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 : dns
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/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
+
12
20
### Go multi-api
13
21
14
22
` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ swagger-to-sdk:
162
162
- repo: azure-sdk-for-net-track2
163
163
- repo: azure-sdk-for-java
164
164
- repo: azure-sdk-for-go
165
+ - repo: azure-sdk-for-go-track2
165
166
- repo: azure-sdk-for-node
166
167
- repo: azure-sdk-for-typescript
167
168
- 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
clear-output-folder : true
9
9
namespace : edgeorder
10
10
` ` `
11
11
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
+
12
20
### Go multi-api
13
21
14
22
` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ swagger-to-sdk:
64
64
- repo: azure-sdk-for-net
65
65
- repo: azure-sdk-for-python-track2
66
66
- repo: azure-sdk-for-go
67
+ - repo: azure-sdk-for-go-track2
67
68
` ` `
68
69
69
70
# # C#
You can’t perform that action at this time.
0 commit comments