Skip to content

Commit

Permalink
fix track2 client
Browse files Browse the repository at this point in the history
  • Loading branch information
00Kai0 committed Jan 27, 2021
1 parent d2c74dc commit c16d92c
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions specification/operationalinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ To see additional help and options, run:
### Basic Information
These are the global settings for the OperationalInsights API.

``` yaml
```yaml !$(python) || !$(track2)
title: OperationalInsightsManagementClient
```
```yaml $(python) && $(track2)
title: LogAnalyticsManagementClient
```
``` yaml
description: Operational Insights Client
openapi-type: arm
tag: package-2020-08
Expand Down Expand Up @@ -207,14 +213,6 @@ python:
```

``` yaml $(python) && $(track2)
directive:
- from: swagger-document
where: $.info
transform: >
$.title = 'LogAnalyticsManagementClient';
$.description = 'The Log Analytics Client.';
return $;
python-mode: create
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
Expand Down

0 comments on commit c16d92c

Please sign in to comment.