Skip to content

Commit 62ba7ac

Browse files
AlancereLeiWang3
authored andcommitted
Track2 modify readme.go.md (Azure#16870)
1 parent ffb2624 commit 62ba7ac

File tree

18 files changed

+90
-9
lines changed

18 files changed

+90
-9
lines changed

specification/azurearcdata/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_APACHE_NO_VERSION
88
clear-output-folder: true
99
namespace: azurearcdata
1010
```
1111
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+
1220
### Go multi-api
1321
1422
``` yaml $(go) && $(multiapi)

specification/azurearcdata/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ swagger-to-sdk:
8080
- repo: azure-sdk-for-python-track2
8181
- repo: azure-sdk-for-java
8282
- repo: azure-sdk-for-go
83+
- repo: azure-sdk-for-go-track2
8384
- repo: azure-sdk-for-js
8485
- repo: azure-sdk-for-net
8586
- repo: azure-sdk-for-ruby

specification/azuredata/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: azuredata
1010
```
1111
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+
1220
### Go multi-api
1321
1422
``` yaml $(go) && $(multiapi)

specification/azuredata/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ swagger-to-sdk:
6060
- repo: azure-sdk-for-python-track2
6161
- repo: azure-sdk-for-java
6262
- repo: azure-sdk-for-go
63+
- repo: azure-sdk-for-go-track2
6364
- repo: azure-sdk-for-js
6465
- repo: azure-sdk-for-net
6566
- repo: azure-sdk-for-ruby

specification/azurestack/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: azurestack
1010
```
1111
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+
1220
### Go multi-api
1321
1422
``` yaml $(go) && $(multiapi)

specification/azurestack/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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-sdk-for-node
104105
- repo: azure-resource-manager-schemas

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
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
```
1010
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+
1119
### Go multi-api
1220
1321
```yaml $(go) && $(multiapi)

specification/azurestackhci/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-python-track2
102102
- repo: azure-sdk-for-java
103103
- repo: azure-sdk-for-go
104+
- repo: azure-sdk-for-go-track2
104105
- repo: azure-sdk-for-js
105106
- repo: azure-sdk-for-ruby
106107
after_scripts:

specification/baremetalinfrastructure/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: baremetalinfrastructure
99
clear-output-folder: true
1010
```
1111
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+
1220
### Go multi-api
1321
1422
``` yaml $(go) && $(multiapi)

specification/baremetalinfrastructure/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ swagger-to-sdk:
6161
- repo: azure-sdk-for-python-track2
6262
- repo: azure-sdk-for-java
6363
- repo: azure-sdk-for-go
64+
- repo: azure-sdk-for-go-track2
6465
- repo: azure-sdk-for-js
6566
- repo: azure-sdk-for-ruby
6667
after_scripts:

0 commit comments

Comments
 (0)