Skip to content

Commit 4a8b5a4

Browse files
Fix hybridnetwork namespace of go SDK (#10286)
* Fix hybridnetwork namespace * Fix
1 parent 4873ee8 commit 4a8b5a4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,19 @@ go:
88
clear-output-folder: true
99
```
1010
11+
### Go multi-api
12+
13+
``` yaml $(go) && $(multiapi)
14+
batch:
15+
- tag: package-2020-01-01-preview
16+
```
17+
1118
### Tag: package-2020-01-01-preview and go
1219
1320
These settings apply only when `--tag=package-2020-01-01-preview --go` is specified on the command line.
1421
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
1522

1623
```yaml $(tag) == 'package-2020-01-01-preview' && $(go)
17-
namespace: Microsoft.HybridNetwork
18-
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/management/2020-01-01-preview/$(namespace)
24+
namespace: hybridnetwork
25+
output-folder: $(go-sdk-folder)/services/preview/management/2020-01-01-preview/$(namespace)
1926
```

0 commit comments

Comments
 (0)