Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Updated OMS data plane C# namespace & output-folder (#2021)
  • Loading branch information
csuich2 authored and alvadb committed Nov 20, 2017
commit 76e9d4875eef9696765e15185b401b129b1f059b
4 changes: 2 additions & 2 deletions specification/operationalinsights/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azur

```yaml $(csharp)
csharp:
namespace: Microsoft.Azure.Management.OperationalInsights.Data
output-folder: $(csharp-sdks-folder)/OperationalInsights/Data/OperationalInsights.Data/Generated
namespace: Microsoft.Azure.OperationalInsights
output-folder: $(csharp-sdks-folder)/OperationalInsights/DataPlane/OperationalInsights/Generated
clear-output-folder: true
use-internal-constructors: true
payload-flattening-threshold: 3
Expand Down