We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b24de7 commit 92e1714Copy full SHA for 92e1714
specification/desktopvirtualization/resource-manager/readme.go.md
@@ -32,6 +32,16 @@ batch:
32
- tag: package-2021-03-09-preview
33
- tag: package-2021-04-01-preview
34
- tag: package-preview-2021-09
35
+ - tag: package-preview-2022-02
36
+```
37
+
38
+### Tag: package-preview-2022-02 and go
39
40
+These settings apply only when `--tag=package-preview-2022-02 --go` is specified on the command line.
41
+Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
42
43
+``` yaml $(tag) == 'package-preview-2022-02' && $(go)
44
+output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2022-02-03-preview/$(namespace)
45
```
46
47
### Tag: package-preview-2021-09 and go
0 commit comments