Skip to content

Commit

Permalink
Cosmos Python (#6172)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored May 31, 2019
1 parent ce51955 commit f58c2f3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 28 deletions.
28 changes: 0 additions & 28 deletions specification/cosmos-db/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,34 +175,6 @@ swagger-to-sdk:
```


## 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.cosmosdb
package-name: azure-mgmt-cosmosdb
package-version: 0.3.0
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb
```
``` yaml $(python) && $(python-mode) == 'create'
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/cosmos/azure-mgmt-cosmosdb
```

## Go

See configuration in [readme.go.md](./readme.go.md)
Expand Down
27 changes: 27 additions & 0 deletions specification/cosmos-db/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.cosmosdb
package-name: azure-mgmt-cosmosdb
package-version: 0.7.0
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb
```
``` yaml $(python) && $(python-mode) == 'create'
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/cosmos/azure-mgmt-cosmosdb
```

0 comments on commit f58c2f3

Please sign in to comment.