Skip to content

Commit

Permalink
add some missing tags for go (#13758)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Apr 1, 2021
1 parent b79c669 commit e0f8b9a
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ batch:
- tag: package-2019-01
- tag: package-preview-2019-03
- tag: package-2019-10
- tag: package-2020-06
```
### Tag: package-2018-05 and go
Expand Down
10 changes: 10 additions & 0 deletions specification/resourcegraph/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,20 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-03
- tag: package-2019-04
- tag: package-2018-09-preview
```
### Tag: package-2021-03 and go
These settings apply only when `--tag=package-2021-03 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2021-03' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
```

### Tag: package-2019-04 and go

These settings apply only when `--tag=package-2019-04 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/synapse/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ go:
batch:
- tag: package-2019-06-01-preview
- tag: package-2020-12-01
- tag: package-2021-03
```
### Tag: package-2019-06-01-preview and go
Expand All @@ -33,4 +34,13 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s

``` yaml $(tag) == 'package-2020-12-01' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-12-01/$(namespace)
```

### Tag: package-2021-03 and go

These settings apply only when `--tag=package-2021-03 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2021-03' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-03-01/$(namespace)
```
10 changes: 10 additions & 0 deletions specification/web/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2020-12
- tag: package-2020-09
- tag: package-2020-06
- tag: package-2019-08
Expand All @@ -21,6 +22,15 @@ batch:
- tag: package-2015-08-preview
```
### Tag: package-2020-12 and go
These settings apply only when `--tag=package-2020-12 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2020-12' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-12-01/$(namespace)
```

### Tag: package-2020-09 and go

These settings apply only when `--tag=package-2020-09 --go` is specified on the command line.
Expand Down

0 comments on commit e0f8b9a

Please sign in to comment.