File tree Expand file tree Collapse file tree 20 files changed +101
-8
lines changed
hanaonazure/resource-manager
hardwaresecuritymodules/resource-manager
healthbot/resource-manager
healthcareapis/resource-manager
hybridconnectivity/resource-manager
hybriddatamanager/resource-manager
hybridkubernetes/resource-manager
hybridnetwork/resource-manager
iotcentral/resource-manager
iotsecurity/resource-manager Expand file tree Collapse file tree 20 files changed +101
-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)
66 license-header : MICROSOFT_MIT_NO_VERSION
77 namespace : hanaonazure
88 clear-output-folder : true
99` ` `
1010
11+ ` ` ` yaml $(go) && $(track2)
12+ license-header : MICROSOFT_MIT_NO_VERSION
13+ module-name : sdk/resourcemanager/hanaonazure/armhanaonazure
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+
1119### Go multi-api
1220
1321` ` ` yaml $(go) && $(multiapi)
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ swagger-to-sdk:
6666 - repo: azure-sdk-for-python-track2
6767 - repo: azure-sdk-for-java
6868 - repo: azure-sdk-for-go
69+ - repo: azure-sdk-for-go-track2
6970 - repo: azure-sdk-for-js
7071 - repo: azure-sdk-for-node
7172 - 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 : hardwaresecuritymodules
99 clear-output-folder : true
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/hardwaresecuritymodules/armhardwaresecuritymodules
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 @@ -57,5 +57,6 @@ swagger-to-sdk:
5757 - repo: azure-cli-extensions
5858 - repo: azure-resource-manager-schemas
5959 - repo: azure-sdk-for-go
60+ - repo: azure-sdk-for-go-track2
6061` ` `
6162
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 : healthbot
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/healthbot/armhealthbot
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 @@ -112,6 +112,7 @@ swagger-to-sdk:
112112 - repo: azure-sdk-for-js
113113 - repo: azure-sdk-for-ruby
114114 - repo: azure-sdk-for-go
115+ - repo: azure-sdk-for-go-track2
115116 after_scripts:
116117 - bundle install && rake arm:regen_all_profiles['azure_mgmt_healthbot']
117118 - repo: azure-cli-extensions
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 : healthcareapis
99 clear-output-folder : true
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/healthcareapis/armhealthcareapis
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 @@ -99,6 +99,7 @@ swagger-to-sdk:
9999 - repo: azure-sdk-for-python-track2
100100 - repo: azure-sdk-for-java
101101 - repo: azure-sdk-for-go
102+ - repo: azure-sdk-for-go-track2
102103 - repo: azure-sdk-for-js
103104 - repo: azure-resource-manager-schemas
104105` ` `
Original file line number Diff line number Diff line change 99 clear-output-folder : true
1010` ` `
1111
12+ ` ` ` yaml $(go) && $(track2)
13+ license-header : MICROSOFT_MIT_NO_VERSION
14+ module-name : sdk/resourcemanager/hybridconnectivity/armhybridconnectivity
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 @@ -55,6 +55,7 @@ swagger-to-sdk:
5555 - repo: azure-sdk-for-python
5656 - repo: azure-sdk-for-java
5757 - repo: azure-sdk-for-go
58+ - repo: azure-sdk-for-go-track2
5859 - repo: azure-sdk-for-js
5960 - repo: azure-resource-manager-schemas
6061 - repo: azure-cli-extensions
You can’t perform that action at this time.
0 commit comments