Skip to content

Commit

Permalink
Modify readme.go.md 11/25/2021 (#16879)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Nov 25, 2021
1 parent b6b8345 commit d53aa3f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/recoveryservicesbackup/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-2021-07
- tag: package-2021-01
- tag: package-2020-12
- tag: package-2020-02
Expand All @@ -23,6 +24,15 @@ batch:
- tag: package-2016-06
```
### Tag: package-2021-07 and go
These settings apply only when `--tag=package-2021-07 --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-2021-07' && $(go)
output-folder: $(go-sdk-folder)/services/recoveryservices/mgmt/2021-07-01/$(namespace)
```

### Tag: package-2021-01 and go

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

0 comments on commit d53aa3f

Please sign in to comment.