Skip to content

Commit ffb2624

Browse files
AlancereLeiWang3
authored andcommitted
Modify readme.go.md 11/25/2021 (Azure#16879)
1 parent 22a39ae commit ffb2624

File tree

1 file changed

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

1 file changed

+10
-0
lines changed

specification/recoveryservicesbackup/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-07
1617
- tag: package-2021-01
1718
- tag: package-2020-12
1819
- tag: package-2020-02
@@ -23,6 +24,15 @@ batch:
2324
- tag: package-2016-06
2425
```
2526
27+
### Tag: package-2021-07 and go
28+
29+
These settings apply only when `--tag=package-2021-07 --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-2021-07' && $(go)
33+
output-folder: $(go-sdk-folder)/services/recoveryservices/mgmt/2021-07-01/$(namespace)
34+
```
35+
2636
### Tag: package-2021-01 and go
2737

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

0 commit comments

Comments
 (0)