Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions specification/workloadmonitor/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
## Go

These settings apply only when `--go` is specified on the command line.

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
namespace: workloadmonitor
clear-output-folder: true
```

### Go multi-api

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2020-01-13-preview
- tag: package-2018-08-31-preview
```

### Tag: package-2018-08-31-preview and go

These settings apply only when `--tag=package-2018-08-31-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-08-31-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/workloadmonitor/mgmt/2018-08-31-preview/workloadmonitor
```

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

These settings apply only when `--tag=package-2020-01-13-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-2020-01-13-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/workloadmonitor/mgmt/2020-01-13-preview/workloadmonitor
```
36 changes: 1 addition & 35 deletions specification/workloadmonitor/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,41 +124,7 @@ python:

## Go

These settings apply only when `--go` is specified on the command line.

``` yaml $(go)
go:
license-header: MICROSOFT_APACHE_NO_VERSION
namespace: workloadmonitor
clear-output-folder: true
```

### Go multi-api

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2020-01-13-preview
- tag: package-2018-08-31-preview
```

### Tag: package-2018-08-31-preview and go

These settings apply only when `--tag=package-2018-08-31-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-08-31-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/workloadmonitor/mgmt/2018-08-31-preview/workloadmonitor
```

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

These settings apply only when `--tag=package-2020-01-13-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-2020-01-13-preview' && $(go)
output-folder: $(go-sdk-folder)/services/preview/workloadmonitor/mgmt/2020-01-13-preview/workloadmonitor
```

See configuration in [readme.go.md](./readme.go.md)

## Java

Expand Down