Skip to content

Commit

Permalink
Zed iotcentral t2 (Azure#14394)
Browse files Browse the repository at this point in the history
* sql t2 readme config

* readme config

* readme t2 config

* conflient resolve

* package version add
  • Loading branch information
RAY-316 authored and mkarmark committed Jul 20, 2021
1 parent 91183fb commit 601b38f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
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
```

0 comments on commit 601b38f

Please sign in to comment.