File tree Expand file tree Collapse file tree 16 files changed +80
-8
lines changed
appconfiguration/resource-manager
attestation/resource-manager
automanage/resource-manager
blockchain/resource-manager
blueprint/resource-manager
changeanalysis/resource-manager
containerinstance/resource-manager Expand file tree Collapse file tree 16 files changed +80
-8
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 : appconfiguration
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/appconfiguration/armappconfiguration
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 @@ -101,6 +101,7 @@ swagger-to-sdk:
101
101
- repo: azure-sdk-for-net
102
102
- repo: azure-sdk-for-js
103
103
- repo: azure-sdk-for-go
104
+ - repo: azure-sdk-for-go-track2
104
105
- repo: azure-sdk-for-ruby
105
106
after_scripts:
106
107
- bundle install && rake arm:regen_all_profiles['azure_mgmt_app_configuration']
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 : attestation
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/attestation/armattestation
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 @@ -70,6 +70,7 @@ swagger-to-sdk:
70
70
- repo: azure-sdk-for-net
71
71
- repo: azure-sdk-for-python-track2
72
72
- repo: azure-sdk-for-go
73
+ - repo: azure-sdk-for-go-track2
73
74
- repo: azure-sdk-for-js
74
75
- repo: azure-sdk-for-java
75
76
- 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 : automanage
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/automanage/armautomanage
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 @@ -82,6 +82,7 @@ swagger-to-sdk:
82
82
- repo: azure-sdk-for-net
83
83
- repo: azure-sdk-for-python-track2
84
84
- repo: azure-sdk-for-go
85
+ - repo: azure-sdk-for-go
85
86
- repo: azure-sdk-for-js
86
87
- repo: azure-sdk-for-node
87
88
- repo: azure-sdk-for-ruby
Original file line number Diff line number Diff line change 3
3
4
4
These settings apply only when ` --go ` is specified on the command line.
5
5
6
- ``` yaml $(go)
6
+ ``` yaml $(go) && !$(track2)
7
7
go :
8
8
license-header : MICROSOFT_MIT_NO_VERSION
9
9
namespace : billing
10
10
clear-output-folder : true
11
11
` ` `
12
12
13
+ ` ` ` yaml $(go) && $(track2)
14
+ license-header : MICROSOFT_MIT_NO_VERSION
15
+ module-name : sdk/resourcemanager/billing/armbilling
16
+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
17
+ output-folder : $(go-sdk-folder)/$(module-name)
18
+ azure-arm : true
19
+ ` ` `
20
+
13
21
### Go multi-api
14
22
` ` ` yaml $(go) && $(multiapi)
15
23
batch :
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ swagger-to-sdk:
132
132
- repo: azure-sdk-for-python-track2
133
133
- repo: azure-sdk-for-java
134
134
- repo: azure-sdk-for-go
135
+ - repo: azure-sdk-for-go-track2
135
136
- repo: azure-sdk-for-js
136
137
- repo: azure-sdk-for-node
137
138
- 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 : blockchain
10
10
` ` `
11
11
12
+ ` ` ` yaml $(go) && $(track2)
13
+ license-header : MICROSOFT_MIT_NO_VERSION
14
+ module-name : sdk/resourcemanager/blockchain/armblockchain
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 @@ -53,6 +53,7 @@ swagger-to-sdk:
53
53
- repo: azure-powershell
54
54
- repo: azure-sdk-for-python
55
55
- repo: azure-sdk-for-go
56
+ - repo: azure-sdk-for-go-track2
56
57
- repo: azure-sdk-for-net
57
58
- repo: azure-sdk-for-js
58
59
- repo: azure-sdk-for-java
You can’t perform that action at this time.
0 commit comments