Skip to content

Commit 3802bac

Browse files
njuCZMirzaSikander
authored andcommitted
add go sdk config for network and storagecache (Azure#13383)
1 parent 0207f89 commit 3802bac

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-2020-11
1617
- tag: package-2020-08
1718
- tag: package-2020-07
1819
- tag: package-2020-06
@@ -50,6 +51,15 @@ batch:
5051
- tag: package-2015-05-preview
5152
```
5253
54+
### Tag: package-2020-11 and go
55+
56+
These settings apply only when `--tag=package-2020-11 --go` is specified on the command line.
57+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
58+
59+
``` yaml $(tag) == 'package-2020-11' && $(go)
60+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-11-01/$(namespace)
61+
```
62+
5363
### Tag: package-2020-08 and go
5464

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

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,22 @@ go:
1313
1414
``` yaml $(go) && $(multiapi)
1515
batch:
16+
- tag: package-2021-03
1617
- tag: package-2020-10-01
1718
- tag: package-2020-03-01
1819
- tag: package-2019-11-01
1920
- tag: package-2019-08
2021
```
22+
23+
### Tag: package-2021-03 and go
24+
25+
These settings apply only when `--tag=package-2021-03 --go` is specified on the command line.
26+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
27+
28+
``` yaml $(tag) == 'package-2021-03' && $(go)
29+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
30+
```
31+
2132
### Tag: package-2020-10-01 and go
2233

2334
These settings apply only when `--tag=package-2020-10-01 --go` is specified on the command line.

0 commit comments

Comments
 (0)