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 233696f commit 50abdf1Copy full SHA for 50abdf1
specification/mixedreality/resource-manager/readme.go.md
@@ -13,10 +13,20 @@ go:
13
14
``` yaml $(go) && $(multiapi)
15
batch:
16
+ - tag: package-2021-01
17
- tag: package-2020-05
18
- tag: package-2019-02-preview
19
```
20
21
+### Tag: package-2021-01 and go
22
+
23
+These settings apply only when `--tag=package-2021-01 --go` is specified on the command line.
24
+Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
25
26
+``` yaml $(tag) == 'package-2021-01' && $(go)
27
+output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-01-01/$(namespace)
28
+```
29
30
### Tag: package-2020-05 and go
31
32
These settings apply only when `--tag=package-2020-05 --go` is specified on the command line.
0 commit comments