Skip to content

Commit 3e1f462

Browse files
authored
[Go] Add Batch tag for frontdoor package-2020-11 (#17167)
1 parent 270ba89 commit 3e1f462

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

specification/frontdoor/resource-manager/readme.go.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,18 @@ batch:
2929
- tag: package-2020-01
3030
- tag: package-2020-04
3131
- tag: package-2020-05
32-
32+
- tag: package-2020-11
3333
```
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+
3444
### Tag: package-2020-05 and go
3545

3646
These settings apply only when `--tag=package-2020-05 --go` is specified on the command line.

0 commit comments

Comments
 (0)