Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion specification/iotcentral/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
Expand Down
23 changes: 10 additions & 13 deletions specification/iotcentral/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,20 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat

``` yaml $(python)
python-mode: create
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.iotcentral
package-name: azure-mgmt-iotcentral
clear-output-folder: true
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.iotcentral
package-name: azure-mgmt-iotcentral
package-version: 1.0.0b1
clear-output-folder: true
```

``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral
no-namespace-folders: true
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iotcentral/azure/mgmt/iotcentral
```

``` yaml $(python) && $(python-mode) == 'create'
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iotcentral
basic-setup-py: true
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iotcentral
```