Skip to content

Commit

Permalink
Add new api-version of domainservice for go SDK (Azure#11210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Oct 16, 2020
1 parent ce71a0b commit e8624b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/domainservices/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,20 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2020-01
- tag: package-2017-01
- tag: package-2017-06
```
### Tag: package-2020-01 and go
These settings apply only when `--tag=package-2020-01 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2020-01' && $(go)
output-folder: $(go-sdk-folder)/services/domainservices/mgmt/2020-01-01/$(namespace)
```

### Tag: package-2017-01 and go

These settings apply only when `--tag=package-2017-01 --go` is specified on the command line.
Expand Down

0 comments on commit e8624b8

Please sign in to comment.