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 270ba89 commit 3e1f462Copy full SHA for 3e1f462
specification/frontdoor/resource-manager/readme.go.md
@@ -29,8 +29,18 @@ batch:
29
- tag: package-2020-01
30
- tag: package-2020-04
31
- tag: package-2020-05
32
-
+ - tag: package-2020-11
33
```
34
+
35
+### Tag: package-2020-11 and go
36
37
+These settings apply only when `--tag=package-2020-11 --go` is specified on the command line.
38
+Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
39
40
+``` yaml $(tag) == 'package-2020-11' && $(go)
41
+output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-11-01/$(namespace)
42
+```
43
44
### Tag: package-2020-05 and go
45
46
These settings apply only when `--tag=package-2020-05 --go` is specified on the command line.
0 commit comments