Skip to content

Commit 91b2911

Browse files
AlancereLeiWang3
authored andcommitted
Add track2 batch 4 mysql-->cognitiveservices (Azure#16431)
* Add track2 batch 4 mysql-->cognitiveservices * resourcehealth-->sqlvirtualmachine
1 parent 7124004 commit 91b2911

File tree

48 files changed

+248
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+248
-24
lines changed

specification/advisor/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: advisor
99
clear-output-folder: true
1010
```
1111
12+
``` yaml $(go) && $(track2)
13+
license-header: MICROSOFT_MIT_NO_VERSION
14+
module-name: sdk/resourcemanager/advisor/armadvisor
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/advisor/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ swagger-to-sdk:
8888
- repo: azure-sdk-for-python-track2
8989
- repo: azure-sdk-for-java
9090
- repo: azure-sdk-for-go
91+
- repo: azure-sdk-for-go-track2
9192
- repo: azure-sdk-for-js
9293
- repo: azure-sdk-for-node
9394
- repo: azure-resource-manager-schemas

specification/alertsmanagement/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: alertsmanagement
99
clear-output-folder: true
1010
```
1111
12+
``` yaml $(go) && $(track2)
13+
license-header: MICROSOFT_MIT_NO_VERSION
14+
module-name: sdk/resourcemanager/alertsmanagement/armalertsmanagement
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
``` yaml $(go) && $(multiapi)
1422
batch:

specification/alertsmanagement/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ swagger-to-sdk:
162162
- repo: azure-sdk-for-python-track2
163163
- repo: azure-libraries-for-java
164164
- repo: azure-sdk-for-go
165+
- repo: azure-sdk-for-go-track2
165166
- repo: azure-sdk-for-trenton
166167
- repo: azure-resource-manager-schemas
167168
```

specification/analysisservices/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: analysisservices
99
clear-output-folder: true
1010
```
1111
12+
``` yaml $(go) && $(track2)
13+
license-header: MICROSOFT_MIT_NO_VERSION
14+
module-name: sdk/resourcemanager/analysisservices/armanalysisservices
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/analysisservices/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ This is not used by Autorest itself.
7979
swagger-to-sdk:
8080
- repo: azure-sdk-for-net
8181
- repo: azure-sdk-for-go
82+
- repo: azure-sdk-for-go-track2
8283
- repo: azure-sdk-for-js
8384
- repo: azure-sdk-for-node
8485
- repo: azure-sdk-for-ruby

specification/batch/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: batch
1010
clear-output-folder: true
1111
```
1212
13+
``` yaml $(go) && $(track2)
14+
license-header: MICROSOFT_MIT_NO_VERSION
15+
module-name: sdk/resourcemanager/batch/armbatch
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
1523
``` yaml $(go) && $(multiapi)

specification/batch/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ swagger-to-sdk:
222222
- repo: azure-sdk-for-python-track2
223223
- repo: azure-sdk-for-java
224224
- repo: azure-sdk-for-go
225+
- repo: azure-sdk-for-go-track2
225226
- repo: azure-sdk-for-node
226227
- repo: azure-sdk-for-js
227228
- repo: azure-sdk-for-ruby

specification/botservice/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: botservice
99
clear-output-folder: true
1010
```
1111
12+
``` yaml $(go) && $(track2)
13+
license-header: MICROSOFT_MIT_NO_VERSION
14+
module-name: sdk/resourcemanager/botservice/armbotservice
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/botservice/resource-manager/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ swagger-to-sdk:
139139
- repo: azure-sdk-for-python
140140
- repo: azure-sdk-for-python-track2
141141
- repo: azure-sdk-for-go
142+
- repo: azure-sdk-for-go-track2
142143
- repo: azure-resource-manager-schemas
143144
- repo: azure-sdk-for-js
144145
```

0 commit comments

Comments
 (0)