Skip to content

Commit

Permalink
[Resourcemover] Delelte python track1 configuration (#12811)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Feb 3, 2021
1 parent e0441f6 commit c44ebe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
1 change: 0 additions & 1 deletion specification/resourcemover/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ 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-java
- repo: azure-sdk-for-go
Expand Down
15 changes: 2 additions & 13 deletions specification/resourcemover/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,13 @@
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>`.

```yaml $(python) && !$(track2)
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.resourcemover
package-name: azure-mgmt-resourcemover
package-version: 0.1.0-preview
clear-output-folder: true
```
```yaml $(python) && $(track2)
```yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-resourcemover
clear-output-folder: true
no-namespace-folders: true
package-version: 0.1.0-preview
package-version: 1.0.0b1
```
```yaml $(python) && $(python-mode) == 'update'
Expand Down

0 comments on commit c44ebe5

Please sign in to comment.