File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed
specification/quantum/resource-manager Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ This is not used by Autorest itself.
5050
5151` ` ` yaml $(swagger-to-sdk)
5252swagger-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` ` `
Original file line number Diff line number Diff line change @@ -5,24 +5,20 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
55
66``` yaml $(python)
77python-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` ` `
You can’t perform that action at this time.
0 commit comments