Skip to content

Commit

Permalink
change python client name (#9234)
Browse files Browse the repository at this point in the history
* change python client name

* change python client name
  • Loading branch information
qiaozha authored Apr 28, 2020
1 parent 0abe9e9 commit 0c5dbfb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions specification/operationalinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,21 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.

``` yaml $(python)
directive:
- from: swagger-document
where: $.info
transform: >
$.title = 'LogAnalyticsManagementClient';
$.description = 'The Log Analytics Client.';
return $;
python-mode: create
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.loganalytics
package-name: azure-mgmt-loganalytics
title: LogAnalyticsManagementClient
description: The Log Analytics Client.
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
Expand Down

0 comments on commit 0c5dbfb

Please sign in to comment.