Skip to content

Commit

Permalink
add api-version for cdn (Azure#12095)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and giromm2ms committed Dec 20, 2020
1 parent 8fa038c commit 275eb63
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/cdn/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2020-09
- tag: package-2020-04
- tag: package-2019-06
- tag: package-2019-04
Expand All @@ -23,6 +24,15 @@ batch:
- tag: package-2015-06
```
### Tag: package-2020-09 and go
These settings apply only when `--tag=package-2020-09 --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-09' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-09-01/$(namespace)
```

### Tag: package-2020-04 and go

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

0 comments on commit 275eb63

Please sign in to comment.