Skip to content

Commit

Permalink
Removing Search Data-Plane Go Config
Browse files Browse the repository at this point in the history
As requested by @brjohnstmsft in Azure#1787 and Azure#1085
  • Loading branch information
marstr committed Oct 15, 2017
1 parent 4194b91 commit ff80acd
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions specification/search/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,42 +82,3 @@ csharp:
output-folder: $(csharp-sdks-folder)/Search/DataPlane/Microsoft.Azure.Search/Generated$(search-folder)
clear-output-folder: true
```


## Go

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

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

### Tag: package-2016-09 and go

These settings apply only when `--tag=package-2016-09 --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-2016-09' && $(go)
output-folder: $(go-sdk-folder)/services/search/2016-09-01/search
```

### Tag: package-2015-02-preview and go

These settings apply only when `--tag=package-2015-02-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-2015-02-preview' && $(go)
output-folder: $(go-sdk-folder)/services/search/2015-02-28-preview/search
```

### Tag: package-2015-02 and go

These settings apply only when `--tag=package-2015-02 --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-2015-02' && $(go)
output-folder: $(go-sdk-folder)/services/search/2015-02-28/search
```

0 comments on commit ff80acd

Please sign in to comment.