File tree Expand file tree Collapse file tree 18 files changed +90
-9
lines changed
azurearcdata/resource-manager
azuredata/resource-manager
azurestackhci/resource-manager
azurestack/resource-manager
baremetalinfrastructure/resource-manager
communication/resource-manager
confidentialledger/resource-manager
databoxedge/resource-manager Expand file tree Collapse file tree 18 files changed +90
-9
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_APACHE_NO_VERSION
8
8
clear-output-folder : true
9
9
namespace : azurearcdata
10
10
` ` `
11
11
12
+ ` ` ` yaml $(go) && $(track2)
13
+ license-header : MICROSOFT_MIT_NO_VERSION
14
+ module-name : sdk/resourcemanager/azurearcdata/armazurearcdata
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-net
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
clear-output-folder : true
9
9
namespace : azuredata
10
10
` ` `
11
11
12
+ ` ` ` yaml $(go) && $(track2)
13
+ license-header : MICROSOFT_MIT_NO_VERSION
14
+ module-name : sdk/resourcemanager/azuredata/armazuredata
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 @@ -60,6 +60,7 @@ swagger-to-sdk:
60
60
- repo: azure-sdk-for-python-track2
61
61
- repo: azure-sdk-for-java
62
62
- repo: azure-sdk-for-go
63
+ - repo: azure-sdk-for-go-track2
63
64
- repo: azure-sdk-for-js
64
65
- repo: azure-sdk-for-net
65
66
- 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 : azurestack
10
10
` ` `
11
11
12
+ ` ` ` yaml $(go) && $(track2)
13
+ license-header : MICROSOFT_MIT_NO_VERSION
14
+ module-name : sdk/resourcemanager/azurestack/armazurestack
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 @@ -99,6 +99,7 @@ swagger-to-sdk:
99
99
- repo: azure-sdk-for-python-track2
100
100
- repo: azure-sdk-for-java
101
101
- repo: azure-sdk-for-go
102
+ - repo: azure-sdk-for-go-track2
102
103
- repo: azure-sdk-for-js
103
104
- repo: azure-sdk-for-node
104
105
- 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
` ` `
10
10
11
+ ` ` ` yaml $(go) && $(track2)
12
+ license-header : MICROSOFT_MIT_NO_VERSION
13
+ module-name : sdk/resourcemanager/azurestackhci/armazurestackhci
14
+ module : github.com/Azure/azure-sdk-for-go/$(module-name)
15
+ output-folder : $(go-sdk-folder)/$(module-name)
16
+ azure-arm : true
17
+ ` ` `
18
+
11
19
### Go multi-api
12
20
13
21
` ` ` 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-python-track2
102
102
- repo: azure-sdk-for-java
103
103
- repo: azure-sdk-for-go
104
+ - repo: azure-sdk-for-go-track2
104
105
- repo: azure-sdk-for-js
105
106
- repo: azure-sdk-for-ruby
106
107
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 : baremetalinfrastructure
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/baremetalinfrastructure/armbaremetalinfrastructure
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 @@ -61,6 +61,7 @@ swagger-to-sdk:
61
61
- repo: azure-sdk-for-python-track2
62
62
- repo: azure-sdk-for-java
63
63
- repo: azure-sdk-for-go
64
+ - repo: azure-sdk-for-go-track2
64
65
- repo: azure-sdk-for-js
65
66
- repo: azure-sdk-for-ruby
66
67
after_scripts:
You can’t perform that action at this time.
0 commit comments