Skip to content

Commit

Permalink
Fix readme.go.md for some sql service (Azure#9348)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and 00Kai0 committed Oct 12, 2020
1 parent 5df0a96 commit ca33043
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
9 changes: 0 additions & 9 deletions specification/mariadb/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ batch:
- tag: package-2018-06-01
```
### Tag: package-2018-06-01-preview and go
These settings apply only when `--tag=package-2018-06-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-2018-06-01-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2018-06-01-preview/$(namespace)
```

### Tag: package-2018-06-01 and go
These settings apply only when `--tag=package-2018-06-01 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/mysql/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-2020-01-01
- tag: package-2017-12-01-preview
- tag: package-2017-12-01
```
### Tag: package-2020-01-01 and go
These settings apply only when `--tag=package-2020-01-01 --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-01-01' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-01-01/$(namespace)
```

### Tag: package-2017-12-01-preview and go

These settings apply only when `--tag=package-2017-12-01-preview --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/postgresql/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-2020-01-01
- tag: package-2017-12-01-preview
- tag: package-2017-12-01
```
### Tag: package-2020-01-01 and go
These settings apply only when `--tag=package-2020-01-01 --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-01-01' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-01-01/$(namespace)
```

### Tag: package-2017-12-01-preview and go

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

0 comments on commit ca33043

Please sign in to comment.