Skip to content

Commit

Permalink
ApiMgmt Py conf (Azure#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored Mar 8, 2018
1 parent 570e887 commit 13a9b93
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions specification/apimanagement/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-go
- repo: azure-sdk-for-python
autorest_options:
use: "@microsoft.azure/autorest.python@~3.0"
```


Expand All @@ -174,6 +177,9 @@ csharp:
clear-output-folder: true
```

## Python

See configuration in [readme.python.md](./readme.python.md)

## Go

Expand Down
27 changes: 27 additions & 0 deletions specification/apimanagement/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Python

These settings apply only when `--python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.

``` yaml $(python)
python-mode: create
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.apimanagement
package-name: azure-mgmt-apimanagement
package-version: 0.1.0
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/azure-mgmt-apimanagement/azure/mgmt/apimanagement
```
``` yaml $(python) && $(python-mode) == 'create'
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/azure-mgmt-apimanagement
```

0 comments on commit 13a9b93

Please sign in to comment.