Skip to content

Commit

Permalink
Cjf release0708 (Azure#15117)
Browse files Browse the repository at this point in the history
* add tag into readme.go.md

* add tag to readme.go.md to release gosdk
  • Loading branch information
chenjianfei2017 authored and mkarmark committed Jul 20, 2021
1 parent 6c79cab commit 12a7318
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/redis/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-06
- tag: package-2019-07-preview
- tag: package-2018-03
Expand All @@ -22,6 +23,15 @@ batch:
- tag: package-2015-08
```
### 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-06 and go

These settings apply only when `--tag=package-2020-06 --go` is specified on the command line.
Expand Down
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 @@ -21,6 +21,7 @@ azure-arm: true
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2021-01-15
- tag: package-2020-12
- tag: package-2020-09
- tag: package-2020-06
Expand All @@ -30,6 +31,15 @@ batch:
- tag: package-2015-08-preview
```
### Tag: package-2021-01-15 and go
These settings apply only when `--tag=package-2021-01-15 --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-01-15' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-01-15/$(namespace)
```

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

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

0 comments on commit 12a7318

Please sign in to comment.