Skip to content

Commit

Permalink
Merge b945997 into 96477cb
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored May 20, 2022
2 parents 96477cb + b945997 commit 065dbcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
13 changes: 1 addition & 12 deletions specification/iothub/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,18 +266,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-track2
- repo: azure-sdk-for-net-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-go-track2
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
- repo: azure-sdk-for-ruby
after_scripts:
- bundle install && rake arm:regen_all_profiles['azure_mgmt_iot_hub']
- repo: azure-resource-manager-schemas
- repo: azure-sdk-for-python
```

## C#
Expand Down
17 changes: 3 additions & 14 deletions specification/iothub/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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) && $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.iothub
Expand All @@ -18,27 +18,16 @@ no-namespace-folders: true
Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi) && $(track2)
```yaml $(python)
multiapi: true
batch:
- tag: package-2021-07-02
- tag: package-2021-07
- tag: package-2021-03
- tag: package-preview-2021-03
- tag: package-2020-03
- tag: package-2019-11
- tag: package-preview-2019-07
- tag: package-2019-03
- tag: package-2018-04
- tag: package-2018-01
- tag: package-2017-07
- tag: package-2017-01
- tag: package-2016-02
- multiapiscript: true
```
``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
clear-output-folder: false
perform-load: false

```
Expand Down

0 comments on commit 065dbcc

Please sign in to comment.