File tree Expand file tree Collapse file tree 7 files changed +31
-56
lines changed
managednetwork/resource-manager
operationalinsights/resource-manager
powerbiprivatelinks/resource-manager
providerhub/resource-manager
recommendationsservice/resource-manager Expand file tree Collapse file tree 7 files changed +31
-56
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ This is not used by Autorest itself.
47
47
48
48
` ` ` yaml $(swagger-to-sdk)
49
49
swagger-to-sdk:
50
- - repo: azure-sdk-for-python
50
+ - repo: azure-sdk-for-python-track2
51
51
- repo: azure-sdk-for-java
52
52
- repo: azure-sdk-for-go
53
53
- repo: azure-sdk-for-net
Original file line number Diff line number Diff line change 3
3
These settings apply only when ` --python ` is specified on the command line.
4
4
5
5
``` yaml $(python)
6
- python :
7
- azure-arm : true
8
- license-header : MICROSOFT_MIT_NO_VERSION
9
- payload-flattening-threshold : 2
10
- package-name : azure-mgmt-managednetwork
11
- clear-output-folder : true
6
+ azure-arm : true
7
+ license-header : MICROSOFT_MIT_NO_VERSION
8
+ package-name : azure-mgmt-managednetwork
9
+ namespace : azure.mgmt.managednetwork
10
+ package-version : 2019-06-01
11
+ clear-output-folder : true
12
12
` ` `
13
13
14
- ` ` ` yaml $(python) && $(python-mode) == 'update'
15
- python :
16
- no-namespace-folders : true
17
- output-folder : $(python-sdks-folder)/managednetwork/azure-mgmt-managednetwork/azure/mgmt/managednetwork
18
- ` ` `
19
- ` ` ` yaml $(python) && $(python-mode) == 'create'
20
- python :
21
- basic-setup-py : true
22
- output-folder : $(python-sdks-folder)/managednetwork/azure-mgmt-managednetwork
14
+ ` ` ` yaml $(python)
15
+ no-namespace-folders : true
16
+ output-folder : $(python-sdks-folder)/managednetwork/azure-mgmt-managednetwork/azure/mgmt/managednetwork
23
17
` ` `
Original file line number Diff line number Diff line change 2
2
3
3
These settings apply only when ` --python ` is specified on the command line.
4
4
Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
5
- Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
6
5
7
- ``` yaml $(python) && $(track2)
6
+ ``` yaml $(python)
8
7
azure-arm : true
9
8
license-header : MICROSOFT_MIT_NO_VERSION
10
9
namespace : azure.mgmt.loganalytics
@@ -13,15 +12,12 @@ package-version: 7.0.0b1
13
12
clear-output-folder : true
14
13
` ` `
15
14
16
- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
15
+ ` ` ` yaml $(python)
17
16
no-namespace-folders : true
18
17
output-folder : $(python-sdks-folder)/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics
19
18
` ` `
20
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
21
- basic-setup-py : true
22
- output-folder : $(python-sdks-folder)/loganalytics/azure-mgmt-loganalytics
23
- ` ` `
24
- ` ` ` yaml $(python) && $(track2)
19
+
20
+ ` ` ` yaml $(python)
25
21
modelerfour :
26
22
lenient-model-deduplication : true
27
23
` ` `
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
5
5
Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
6
6
7
7
``` yaml $(python)
8
- python-mode : create
9
8
azure-arm : true
10
9
license-header : MICROSOFT_MIT_NO_VERSION
11
10
namespace : azure.mgmt.powerbiprivatelinks
@@ -14,12 +13,7 @@ package-version: 1.0.0b1
14
13
clear-output-folder : true
15
14
` ` `
16
15
17
- ` ` ` yaml $(python-mode) == 'update' && $(track2 )
16
+ ` ` ` yaml $(python)
18
17
no-namespace-folders : true
19
18
output-folder : $(python-sdks-folder)/powerbiprivatelinks/azure-mgmt-powerbiprivatelinks/azure/mgmt/powerbiprivatelinks
20
19
` ` `
21
-
22
- ` ` ` yaml $(python-mode) == 'create' && $(track2)
23
- basic-setup-py : true
24
- output-folder : $(python-sdks-folder)/powerbiprivatelinks/azure-mgmt-powerbiprivatelinks
25
- ` ` `
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ This is not used by AutoRest itself.
93
93
94
94
` ` ` yaml $(swagger-to-sdk)
95
95
swagger-to-sdk:
96
- - repo: azure-sdk-for-python
96
+ - repo: azure-sdk-for-python-track2
97
97
- repo: azure-sdk-for-java
98
98
- repo: azure-sdk-for-go
99
99
- repo: azure-sdk-for-go-track2
Original file line number Diff line number Diff line change @@ -4,24 +4,20 @@ These settings apply only when `--python` is specified on the command line.
4
4
Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
5
5
6
6
``` yaml $(python)
7
- python :
8
- azure-arm : true
9
- license-header : MICROSOFT_MIT_NO_VERSION
10
- payload-flattening-threshold : 2
11
- namespace : Microsoft.ProviderHub
12
- package-name : providerhub
13
- package-version : 2020-11-20
14
- clear-output-folder : true
7
+ azure-arm : true
8
+ license-header : MICROSOFT_MIT_NO_VERSION
9
+ namespace : azure.mgmt.providerhub
10
+ package-name : azure-mgmt-providerhub
11
+ package-version : 2020-11-20
12
+ clear-output-folder : true
15
13
` ` `
16
14
17
- ` ` ` yaml $(python)
18
- python :
19
- no-namespace-folders : true
20
- output-folder : $(python-sdks-folder)/azure-mgmt/providerhub
15
+ ` ` ` yaml $(python)
16
+ no-namespace-folders : true
17
+ output-folder : $(python-sdks-folder)/providerhub/azure-mgmt-providerhub/azure/mgmt/providerhub
21
18
` ` `
22
19
23
- ` ` ` yaml $(python) && $(python-mode) == 'update'
24
- python :
25
- no-namespace-folders : true
26
- output-folder : $(python-sdks-folder)/azure-mgmt/providerhub/azure/mgmt/providerhub
20
+ ` ` ` yaml $(python)
21
+ modelerfour :
22
+ lenient-model-deduplication : true
27
23
` ` `
Original file line number Diff line number Diff line change 3
3
These settings apply only when ` --python ` is specified on the command line.
4
4
Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
5
5
6
- ``` yaml $(track2 )
6
+ ``` yaml $(python )
7
7
azure-arm : true
8
8
license-header : MICROSOFT_MIT_NO_VERSION
9
9
package-name : azure-mgmt-recommendationsservice
10
- no- namespace-folders : true
10
+ namespace : azure.mgmt.recommendationsservice
11
11
package-version : 1.0.0b1
12
12
clear-output-folder : true
13
13
` ` `
14
14
15
- ` ` ` yaml $(python-mode) == 'update' && $(track2 )
15
+ ` ` ` yaml $(python)
16
16
no-namespace-folders : true
17
17
output-folder : $(python-sdks-folder)/recommendationsservice/azure-mgmt-recommendationsservice/azure/mgmt/recommendationsservice
18
- ` ` `
19
-
20
- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21
- basic-setup-py : true
22
- output-folder : $(python-sdks-folder)/recommendationsservice/azure-mgmt-recommendationsservice
23
18
` ` `
You can’t perform that action at this time.
0 commit comments