Skip to content

Commit

Permalink
Updating readme.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pratimaupadhyay02 committed Nov 23, 2021
1 parent 435b925 commit 4a49dbc
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,23 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-10
- tag: package-2021-08
- tag: package-2021-06
- tag: package-2021-02
- tag: package-2018-07
- tag: package-2018-01
- tag: package-2016-08
```
### Tag: package-2021-10 and go
These settings apply only when `--tag=package-2021-10 --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-10' && $(go)
output-folder: $(go-sdk-folder)/services/recoveryservices/mgmt/2021-10-01/$(namespace)
```

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

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

0 comments on commit 4a49dbc

Please sign in to comment.