Skip to content

Commit c91eca4

Browse files
authored
[Go] add network readme.go.md config (#22184)
1 parent e7bf3ad commit c91eca4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ directive:
2929
3030
``` yaml $(go) && $(multiapi)
3131
batch:
32+
- tag: package-2022-07
3233
- tag: package-2021-08
3334
- tag: package-2021-05
3435
- tag: package-2021-03
@@ -64,6 +65,15 @@ batch:
6465
- tag: package-2015-06split
6566
```
6667
68+
### Tag: package-2022-07 and go
69+
70+
These settings apply only when `--tag=package-2022-07 --go` is specified on the command line.
71+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
72+
73+
``` yaml $(tag) == 'package-2022-07' && $(go)
74+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-07-01/$(namespace)
75+
```
76+
6777
### Tag: package-2021-08 and go
6878

6979
These settings apply only when `--tag=package-2021-08 --go` is specified on the command line.

0 commit comments

Comments
 (0)