Skip to content

Commit 01ce303

Browse files
add tag to readme.go.md (#14967)
* add tag to readme.go.md * Update specification/azurestackhci/resource-manager/readme.go.md Co-authored-by: Arcturus <[email protected]> Co-authored-by: Arcturus <[email protected]>
1 parent 92b3333 commit 01ce303

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

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

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

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

specification/cosmos-db/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-06
1617
- tag: package-2021-05
1718
- tag: package-2021-04
1819
- tag: package-2021-04-preview
@@ -29,6 +30,15 @@ batch:
2930
- tag: package-2015-04
3031
```
3132
33+
### Tag: package-2021-06 and go
34+
35+
These settings apply only when `--tag=package-2021-06 --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-06' && $(go)
39+
output-folder: $(go-sdk-folder)/services/cosmos-db/mgmt/2021-06-15/$(namespace)
40+
```
41+
3242
### Tag: package-2021-05 and go
3343

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

0 commit comments

Comments
 (0)