Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
njuCZ committed Oct 14, 2020
1 parent ddf56bb commit 97ac966
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions specification/alertsmanagement/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ go:
### Go multi-api
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2019-06-preview
- tag: package-preview-2019-05
- tag: package-2019-03
- tag: package-2018-05
Expand All @@ -24,7 +25,7 @@ These settings apply only when `--tag=package-2019-06-preview --go` is specified
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

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

### Tag: package-preview-2019-05 and go
Expand All @@ -33,7 +34,7 @@ These settings apply only when `--tag=package-preview-2019-05 --go` is specified
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-preview-2019-05' && $(go)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-05-05/$(namespace)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2019-05-05-preview/$(namespace)
```

### Tag: package-2019-03 and go
Expand Down

0 comments on commit 97ac966

Please sign in to comment.