Skip to content

Commit

Permalink
Update quantum python track2 config (#12566)
Browse files Browse the repository at this point in the history
* update quantum python track2 config

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
  • Loading branch information
00Kai0 and msyyc authored Jan 28, 2021
1 parent fc24857 commit 5e076b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion specification/quantum/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
- repo: azure-sdk-for-js
```
Expand Down
24 changes: 10 additions & 14 deletions specification/quantum/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,20 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az

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

0 comments on commit 5e076b3

Please sign in to comment.