Skip to content

Commit

Permalink
add gosdk version in readme.go.md (Azure#14635)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjianfei2017 authored and mkarmark committed Jul 20, 2021
1 parent ca9b08d commit 78e7793
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/cosmos-db/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-05
- tag: package-2021-04
- tag: package-2021-04-preview
- tag: package-2021-03
Expand All @@ -28,6 +29,15 @@ batch:
- tag: package-2015-04
```
### Tag: package-2021-05 and go
These settings apply only when `--tag=package-2021-05 --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-05' && $(go)
output-folder: $(go-sdk-folder)/services/cosmos-db/mgmt/2021-05-15/$(namespace)
```

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

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

0 comments on commit 78e7793

Please sign in to comment.