Skip to content

Commit

Permalink
Add new api-version of mediaservice to go SDK (#11216)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Oct 17, 2020
1 parent 972d786 commit c0d29bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/mediaservices/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,23 @@ go:
```yaml $(go) && $(multiapi)
batch:
- tag: package-2020-05
- tag: package-2015-10
- tag: package-2018-03-preview
- tag: package-2018-06-preview
- tag: package-2018-07
- tag: package-2019-05-preview
```
### Tag: package-2020-05 and go
These settings apply only when `--tag=package-2020-05 --go` is specified on the command line.
Please also specify the `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

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

### Tag: package-2015-10 and go

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

0 comments on commit c0d29bd

Please sign in to comment.