Skip to content

Commit

Permalink
desktopvirtualization: generating the 2022-02 sdk (Azure#18748)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Wilcox <alex.wilcox@cloudsecure.ltd>
  • Loading branch information
2 people authored and FredericHeem committed May 16, 2022
1 parent 7b24de7 commit 92e1714
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/desktopvirtualization/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ batch:
- tag: package-2021-03-09-preview
- tag: package-2021-04-01-preview
- tag: package-preview-2021-09
- tag: package-preview-2022-02
```
### Tag: package-preview-2022-02 and go
These settings apply only when `--tag=package-preview-2022-02 --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-02' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2022-02-03-preview/$(namespace)
```

### Tag: package-preview-2021-09 and go
Expand Down

0 comments on commit 92e1714

Please sign in to comment.