Skip to content

Commit

Permalink
update (#14061)
Browse files Browse the repository at this point in the history
  • Loading branch information
yupwei68 authored Apr 22, 2021
1 parent 64e122e commit 4c881ab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions specification/azure-kusto/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-01
- tag: package-2020-09-18
- tag: package-2018-09-07-preview
- tag: package-2019-01-21
Expand All @@ -22,6 +23,14 @@ batch:
- tag: package-2020-02-15
- tag: package-2020-06-14
```
### Tag: package-2021-01 and go
These settings apply only when `--tag=package-2021-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-2021-01' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-01-01/$(namespace)
```

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

Expand Down
10 changes: 10 additions & 0 deletions specification/iothub/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-preview-2021-03
- tag: package-2020-03
- tag: package-preview-2019-07
- tag: package-preview-2019-03
Expand All @@ -24,6 +25,15 @@ batch:
- tag: package-2016-02
```
### Tag: package-preview-2021-03 and go
These settings apply only when `--tag=package-preview-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-preview-2021-03' && $(go)
output-folder: $(go-sdk-folder)/services/preview/iothub/mgmt/2021-03-03-preview/$(namespace)
```

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

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

0 comments on commit 4c881ab

Please sign in to comment.