Skip to content

Commit

Permalink
fixup search (Azure#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
olydis authored Jul 17, 2017
1 parent 1288b39 commit aa82684
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions specification/search/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ To see additional help and options, run:
### Basic Information
These are the global settings for the SearchClient API.

``` yaml
C# packages this RP a little different from the others, so the following defaults don't apply to it.

``` yaml !$(csharp)
title: SearchClient
description: Search Client
openapi-type: data-plane
Expand Down Expand Up @@ -74,6 +76,6 @@ csharp:
azure-arm: true
license-header: MICROSOFT_MIT
namespace: Microsoft.Azure.Search
output-folder: $(csharp-sdks-folder)/Search/DataPlane/Microsoft.Azure.Search/GeneratedSearchIndex
output-folder: $(csharp-sdks-folder)/Search/DataPlane/Microsoft.Azure.Search/Generated$(search-folder)
clear-output-folder: true
```

0 comments on commit aa82684

Please sign in to comment.