Skip to content

Commit db1f2bc

Browse files
Fix output folder of go sdk in adp (#11862)
* fix output folder in adp * add the missing multiapi part
1 parent 216e7ae commit db1f2bc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,18 @@ go:
99
clear-output-folder: true
1010
```
1111
12+
### Go multi-api
13+
14+
``` yaml $(go) && $(multiapi)
15+
batch:
16+
- tag: package-2020-07-01-preview
17+
```
18+
1219
### Tag: package-2020-07-01-preview and go
1320
1421
These settings apply only when `--tag=package-2020-07-01-preview --go` is specified on the command line.
1522
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
1623

1724
```yaml $(tag) == 'package-2020-07-01-preview' && $(go)
18-
output-folder: $(go-sdk-folder)/services/preview/adp/mgmt/2019-07-01-preview
25+
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-07-01-preview/$(namespace)
1926
```

0 commit comments

Comments
 (0)