Skip to content

Commit b052719

Browse files
authored
track2 modify iothub readme.go.md (#15743)
* track2 modify iothub readme.go.md * add repo azure-sdk-for-go-track2
1 parent 0676dbb commit b052719

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ swagger-to-sdk:
252252
- repo: azure-sdk-for-net-track2
253253
- repo: azure-sdk-for-java
254254
- repo: azure-sdk-for-go
255+
- repo: azure-sdk-for-go-track2
255256
- repo: azure-sdk-for-js
256257
- repo: azure-sdk-for-node
257258
- repo: azure-sdk-for-ruby

0 commit comments

Comments
 (0)