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 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 : appconfiguration
99 clear-output-folder : true
1010` ` `
1111
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+
1220### Go multi-api
1321
1422` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ swagger-to-sdk:
101101 - repo: azure-sdk-for-net
102102 - repo: azure-sdk-for-js
103103 - repo: azure-sdk-for-go
104+ - repo: azure-sdk-for-go-track2
104105 - repo: azure-sdk-for-ruby
105106 after_scripts:
106107 - bundle install && rake arm:regen_all_profiles['azure_mgmt_app_configuration']
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 : attestation
99 clear-output-folder : true
1010` ` `
1111
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+
1220### Go multi-api
1321
1422` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ swagger-to-sdk:
7070 - repo: azure-sdk-for-net
7171 - repo: azure-sdk-for-python-track2
7272 - repo: azure-sdk-for-go
73+ - repo: azure-sdk-for-go-track2
7374 - repo: azure-sdk-for-js
7475 - repo: azure-sdk-for-java
7576 - 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 : automanage
99 clear-output-folder : true
1010` ` `
1111
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+
1220### Go multi-api
1321
1422` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ swagger-to-sdk:
8282 - repo: azure-sdk-for-net
8383 - repo: azure-sdk-for-python-track2
8484 - repo: azure-sdk-for-go
85+ - repo: azure-sdk-for-go
8586 - repo: azure-sdk-for-js
8687 - repo: azure-sdk-for-node
8788 - repo: azure-sdk-for-ruby
Original file line number Diff line number Diff line change 33
44These settings apply only when ` --go ` is specified on the command line.
55
6- ``` yaml $(go)
6+ ``` yaml $(go) && !$(track2)
77go :
88 license-header : MICROSOFT_MIT_NO_VERSION
99 namespace : billing
1010 clear-output-folder : true
1111` ` `
1212
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+
1321### Go multi-api
1422` ` ` yaml $(go) && $(multiapi)
1523batch :
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ swagger-to-sdk:
132132 - repo: azure-sdk-for-python-track2
133133 - repo: azure-sdk-for-java
134134 - repo: azure-sdk-for-go
135+ - repo: azure-sdk-for-go-track2
135136 - repo: azure-sdk-for-js
136137 - repo: azure-sdk-for-node
137138 - 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 : blockchain
1010` ` `
1111
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+
1220### Go multi-api
1321
1422` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ swagger-to-sdk:
5353 - repo: azure-powershell
5454 - repo: azure-sdk-for-python
5555 - repo: azure-sdk-for-go
56+ - repo: azure-sdk-for-go-track2
5657 - repo: azure-sdk-for-net
5758 - repo: azure-sdk-for-js
5859 - repo: azure-sdk-for-java
You can’t perform that action at this time.
0 commit comments