Skip to content

Commit 373dd0a

Browse files
Add new api-versions for this week's go sdk release (#13130)
1 parent 151393e commit 373dd0a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,20 @@ go:
1212
1313
``` yaml $(go) && $(multiapi)
1414
batch:
15+
- tag: package-2021-03
1516
- tag: package-2019-11-01-preview
1617
```
1718
19+
### Tag: package-2021-03 and go
20+
21+
These settings apply only when `--tag=package-2021-03 --go` is specified on the command line.
22+
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
23+
24+
```yaml $(tag) == 'package-2021-03' && $(go)
25+
namespace: kubernetesconfiguration
26+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
27+
```
28+
1829
### Tag: package-2019-11-01-preview and go
1930

2031
These settings apply only when `--tag=package-2019-11-01-preview --go` is specified on the command line.

specification/storage/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-2021-01
1617
- tag: package-2020-08-preview
1718
- tag: package-2019-06
1819
- tag: package-2019-04
@@ -29,6 +30,15 @@ batch:
2930
- tag: package-2015-05-preview
3031
```
3132
33+
### Tag: package-2021-01 and go
34+
35+
These settings apply only when `--tag=package-2021-01 --go` is specified on the command line.
36+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
37+
38+
``` yaml $(tag) == 'package-2021-01' && $(go)
39+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-01-01/$(namespace)
40+
```
41+
3242
### Tag: package-2020-08-preview and go
3343

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

0 commit comments

Comments
 (0)