Skip to content

Commit 5e076b3

Browse files
00Kai0msyyc
andauthored
Update quantum python track2 config (Azure#12566)
* update quantum python track2 config * Update readme.python.md Co-authored-by: msyyc <[email protected]>
1 parent fc24857 commit 5e076b3

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

specification/quantum/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This is not used by Autorest itself.
5050

5151
``` yaml $(swagger-to-sdk)
5252
swagger-to-sdk:
53-
- repo: azure-sdk-for-python
53+
- repo: azure-sdk-for-python-track2
5454
- repo: azure-sdk-for-go
5555
- repo: azure-sdk-for-js
5656
```

specification/quantum/resource-manager/readme.python.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,20 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
55

66
```yaml $(python)
77
python-mode: create
8-
python:
9-
azure-arm: true
10-
license-header: MICROSOFT_MIT_NO_VERSION
11-
payload-flattening-threshold: 2
12-
namespace: azure.mgmt.quantum
13-
package-name: azure-mgmt-quantum
14-
clear-output-folder: true
15-
package-version: 0.14.2012
8+
azure-arm: true
9+
license-header: MICROSOFT_MIT_NO_VERSION
10+
namespace: azure.mgmt.quantum
11+
package-name: azure-mgmt-quantum
12+
package-version: 1.0.0b1
13+
clear-output-folder: true
1614
```
1715
1816
``` yaml $(python) && $(python-mode) == 'update'
19-
python:
20-
no-namespace-folders: true
21-
output-folder: $(python-sdks-folder)/quantum/azure-mgmt-quantum/azure/mgmt/quantum
17+
no-namespace-folders: true
18+
output-folder: $(python-sdks-folder)/quantum/azure-mgmt-quantum/azure/mgmt/quantum
2219
```
2320
2421
``` yaml $(python) && $(python-mode) == 'create'
25-
python:
26-
basic-setup-py: true
27-
output-folder: $(python-sdks-folder)/quantum/azure-mgmt-quantum
22+
basic-setup-py: true
23+
output-folder: $(python-sdks-folder)/quantum/azure-mgmt-quantum
2824
```

0 commit comments

Comments
 (0)