Skip to content

Commit 2cd7c6e

Browse files
authored
track2 modify datalake-store readme.go.md (#15744)
* track2 modify datalake-store readme.go.md * add repo azure-sdk-for-go-track2
1 parent b052719 commit 2cd7c6e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

specification/datalake-store/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: account
99
clear-output-folder: true
1010
```
1111
12+
``` yaml $(go) && $(track2)
13+
license-header: MICROSOFT_MIT_NO_VERSION
14+
module-name: sdk/datalake-store/armdatalakestore
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/datalake-store/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-node
8485
- repo: azure-sdk-for-ruby
8586
after_scripts:

0 commit comments

Comments
 (0)