Skip to content

Commit 4a49dbc

Browse files
Updating readme.go
1 parent 435b925 commit 4a49dbc

File tree

1 file changed

+10
-0
lines changed
  • specification/recoveryservicessiterecovery/resource-manager

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,23 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-2021-10
1617
- tag: package-2021-08
1718
- tag: package-2021-06
1819
- tag: package-2021-02
1920
- tag: package-2018-07
2021
- tag: package-2018-01
2122
- tag: package-2016-08
2223
```
24+
### Tag: package-2021-10 and go
25+
26+
These settings apply only when `--tag=package-2021-10 --go` is specified on the command line.
27+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
28+
29+
``` yaml $(tag)=='package-2021-10' && $(go)
30+
output-folder: $(go-sdk-folder)/services/recoveryservices/mgmt/2021-10-01/$(namespace)
31+
```
32+
2333
### Tag: package-2021-08 and go
2434

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

0 commit comments

Comments
 (0)