Skip to content

Commit

Permalink
Fix hybridnetwork namespace of go SDK (#10286)
Browse files Browse the repository at this point in the history
* Fix hybridnetwork namespace

* Fix
  • Loading branch information
ArcturusZhang authored Jul 30, 2020
1 parent 4873ee8 commit 4a8b5a4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions specification/hybridnetwork/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@ go:
clear-output-folder: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2020-01-01-preview
```
### Tag: package-2020-01-01-preview and go
These settings apply only when `--tag=package-2020-01-01-preview --go` is specified on the command line.
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.

```yaml $(tag) == 'package-2020-01-01-preview' && $(go)
namespace: Microsoft.HybridNetwork
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/management/2020-01-01-preview/$(namespace)
namespace: hybridnetwork
output-folder: $(go-sdk-folder)/services/preview/management/2020-01-01-preview/$(namespace)
```

0 comments on commit 4a8b5a4

Please sign in to comment.