Skip to content
Merged
Changes from 1 commit
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
24 changes: 10 additions & 14 deletions specification/purview/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This is not used by Autorest itself.

``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-go
```

Expand All @@ -77,23 +77,19 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat

``` yaml $(python)
Copy link
Member

Choose a reason for hiding this comment

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

configure python in 'readme.python.md'

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


Expand Down