Skip to content

Commit

Permalink
add tags for go sdk v54.3.0 release (Azure#14494)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and mkarmark committed Jul 20, 2021
1 parent 532c05a commit f7b5fc6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/appconfiguration/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,23 @@ go:
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-03-01-preview
- tag: package-2020-07-01-preview
- tag: package-2020-06-01
- tag: package-2019-11-01-preview
- tag: package-2019-10-01
- tag: package-2019-02-01-preview
```
### Tag: package-2021-03-01-preview and go
These settings apply only when `--tag=package-2021-03-01-preview --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-01-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-03-01-preview/$(namespace)
```

### Tag: package-2020-07-01-preview and go

These settings apply only when `--tag=package-2020-07-01-preview --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/network/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-2021-02
- tag: package-2020-11
- tag: package-2020-08
- tag: package-2020-07
Expand Down Expand Up @@ -51,6 +52,15 @@ batch:
- tag: package-2015-05-preview
```
### Tag: package-2021-02 and go
These settings apply only when `--tag=package-2021-02 --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-02' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-02-01/$(namespace)
```

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

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

0 comments on commit f7b5fc6

Please sign in to comment.