Skip to content

Commit aaa45bb

Browse files
ArcturusZhangjosuh
authored andcommitted
add api-version for cdn (Azure#12095)
1 parent 7863db9 commit aaa45bb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-2020-09
1617
- tag: package-2020-04
1718
- tag: package-2019-06
1819
- tag: package-2019-04
@@ -23,6 +24,15 @@ batch:
2324
- tag: package-2015-06
2425
```
2526
27+
### Tag: package-2020-09 and go
28+
29+
These settings apply only when `--tag=package-2020-09 --go` is specified on the command line.
30+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
31+
32+
``` yaml $(tag) == 'package-2020-09' && $(go)
33+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-09-01/$(namespace)
34+
```
35+
2636
### Tag: package-2020-04 and go
2737

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

0 commit comments

Comments
 (0)