Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Java configuration for Log Analytics #3269

Merged
merged 3 commits into from
Jun 25, 2018
Merged
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
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
Copy link
Contributor Author

@alexeldeib alexeldeib Jun 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reflecting branding, which has been different for some time (keeping title due to existing packages dependent on it; will override on a per package basis for new releases).

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
```