Skip to content

Commit a1e8d3d

Browse files
Mediaservice gosdk (#15209)
* add tag into readme.go.md * add tag to readme.go.md to release gosdk * add tag to readme.go.md for mediaservices
1 parent 1836183 commit a1e8d3d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

specification/mediaservices/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-2021-06
1617
- tag: package-2021-05
1718
- tag: package-2020-05
1819
- tag: package-2015-10
@@ -22,6 +23,15 @@ batch:
2223
- tag: package-2019-05-preview
2324
```
2425
26+
### Tag: package-2021-06 and go
27+
28+
These settings apply only when `--tag=package-2021-06 --go` is specified on the command line.
29+
Please also specify the `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
30+
31+
```yaml $(tag) == 'package-2021-06' && $(go)
32+
output-folder: $(go-sdk-folder)/services/mediaservices/mgmt/2021-06-01/$(namespace)
33+
```
34+
2535
### Tag: package-2021-05 and go
2636

2737
These settings apply only when `--tag=package-2021-05 --go` is specified on the command line.

0 commit comments

Comments
 (0)