Skip to content

Commit

Permalink
Update Java configuration for Log Analytics (#3269)
Browse files Browse the repository at this point in the history
* fix up unused/broken java generation (?)

* add back path after sdk gulp changes

* add back path info
  • Loading branch information
alexeldeib authored and marstr committed Jun 25, 2018
1 parent 3647e4c commit 5a702f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specification/operationalinsights/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ These are the global settings for the OperationalInsightsData API.

``` yaml
title: OperationalInsightsDataClient
description: Operational Insights Data Client
description: Log Analytics Data Plane Client
add-credentials: true
openapi-type: data-plane
tag: v1
Expand Down Expand Up @@ -139,9 +139,9 @@ Please also specify `--azure-libraries-for-java-folder=<path to the root directo
``` yaml $(java)
java:
azure-arm: true
fluent: true
namespace: com.microsoft.azure.operationalinsights
fluent: false
namespace: com.microsoft.azure.loganalytics
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-operationalinsights
```
output-folder: $(azure-libraries-for-java-folder)/loganalytics/data-plane
```

0 comments on commit 5a702f1

Please sign in to comment.