Skip to content

Commit e3e83ea

Browse files
AlancereLeiWang3
authored andcommitted
Add Track2 release go tag (Azure#16847)
* Add Track2 release go tag * recover
1 parent 7ea4304 commit e3e83ea

File tree

16 files changed

+80
-8
lines changed

16 files changed

+80
-8
lines changed

specification/appconfiguration/resource-manager/readme.go.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
These settings apply only when `--go` is specified on the command line.
44

5-
``` yaml $(go)
5+
``` yaml $(go) && !$(track2)
66
go:
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)

specification/appconfiguration/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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']

specification/attestation/resource-manager/readme.go.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
These settings apply only when `--go` is specified on the command line.
44

5-
``` yaml $(go)
5+
``` yaml $(go) && !$(track2)
66
go:
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)

specification/attestation/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

specification/automanage/resource-manager/readme.go.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
These settings apply only when `--go` is specified on the command line.
44

5-
``` yaml $(go)
5+
``` yaml $(go) && !$(track2)
66
go:
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)

specification/automanage/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

specification/billing/resource-manager/readme.go.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,21 @@
33

44
These settings apply only when `--go` is specified on the command line.
55

6-
``` yaml $(go)
6+
``` yaml $(go) && !$(track2)
77
go:
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)
1523
batch:

specification/billing/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

specification/blockchain/resource-manager/readme.go.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
These settings apply only when `--go` is specified on the command line.
44

5-
``` yaml $(go)
5+
``` yaml $(go) && !$(track2)
66
go:
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)

specification/blockchain/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)