Skip to content

Commit 6e95cd4

Browse files
authored
track1 modify network readme.go.md (#15813)
1 parent 23a9072 commit 6e95cd4

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
@@ -21,6 +21,7 @@ azure-arm: true
2121
2222
``` yaml $(go) && $(multiapi)
2323
batch:
24+
- tag: package-2021-03
2425
- tag: package-2021-02
2526
- tag: package-2020-11
2627
- tag: package-2020-08
@@ -60,6 +61,15 @@ batch:
6061
- tag: package-2015-05-preview
6162
```
6263
64+
### Tag: package-2021-03 and go
65+
66+
These settings apply only when `--tag=package-2021-03 --go` is specified on the command line.
67+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
68+
69+
``` yaml $(tag) == 'package-2021-03' && $(go)
70+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
71+
```
72+
6373
### Tag: package-2021-02 and go
6474

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

0 commit comments

Comments
 (0)