Skip to content

Commit

Permalink
update go.md with preview-2022-06
Browse files Browse the repository at this point in the history
  • Loading branch information
forteddyt committed Jul 12, 2022
1 parent beae0bb commit b49c64a
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ azure-arm: true
```yaml $(go) && $(multiapi)
batch:
- tag: package-preview-2022-06
- tag: package-2022-05-01
- tag: package-2022-02-01-preview
- tag: package-2022-01-01-preview
Expand All @@ -38,6 +39,15 @@ batch:
- tag: package-2018-03-preview
```
## Tag: package-preview-2022-06 and go
These settings apply only when `--tag=package-preview-2022-06 --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-preview-2022-06' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/preview-2022-06/$(namespace)
```

## Tag: package-2022-05-01 and go

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

0 comments on commit b49c64a

Please sign in to comment.