File tree Expand file tree Collapse file tree 5 files changed +12
-37
lines changed
alertsmanagement/resource-manager
customproviders/resource-manager
serialconsole/resource-manager
servicelinker/resource-manager
subscription/resource-manager Expand file tree Collapse file tree 5 files changed +12
-37
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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
8
- ``` yaml $(python) && $(track2)
8
+ ``` yaml $(python)
9
9
azure-arm : true
10
10
license-header : MICROSOFT_MIT_NO_VERSION
11
11
namespace : azure.mgmt.alertsmanagement
@@ -15,17 +15,12 @@ clear-output-folder: true
15
15
` ` `
16
16
17
17
18
- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
18
+ ` ` ` yaml $(python)
19
19
no-namespace-folders : true
20
20
output-folder : $(python-sdks-folder)/alertsmanagement/azure-mgmt-alertsmanagement/azure/mgmt/alertsmanagement
21
21
` ` `
22
22
23
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
24
- basic-setup-py : true
25
- output-folder : $(python-sdks-folder)/alertsmanagement/azure-mgmt-alertsmanagement
26
- ` ` `
27
-
28
- ` ` ` yaml $(python) && $(track2)
23
+ ` ` ` yaml $(python)
29
24
modelerfour :
30
25
lenient-model-deduplication : true
31
26
` ` `
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 $(python) && $(track2)
6
+ ``` yaml $(python)
7
7
azure-arm : true
8
8
license-header : MICROSOFT_MIT_NO_VERSION
9
9
namespace : azure.mgmt.customproviders
@@ -12,12 +12,7 @@ package-version: 1.0.0b1
12
12
clear-output-folder : true
13
13
` ` `
14
14
15
-
16
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
17
- basic-setup-py : true
18
- output-folder : $(python-sdks-folder)/customproviders/azure-mgmt-customproviders
19
- ` ` `
20
- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
15
+ ` ` ` yaml $(python)
21
16
no-namespace-folders : true
22
17
output-folder : $(python-sdks-folder)/customproviders/azure-mgmt-customproviders/azure/mgmt/customproviders
23
18
` ` `
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ 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
Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
6
6
7
- ``` yaml $(python) && $(track2)
8
- python-mode : create
7
+ ``` yaml $(python)
9
8
azure-arm : true
10
9
license-header : MICROSOFT_MIT_NO_VERSION
11
10
namespace : azure.mgmt.serialconsole
@@ -14,11 +13,7 @@ package-version: 0.1.0
14
13
clear-output-folder : true
15
14
` ` `
16
15
17
- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
16
+ ` ` ` yaml $(python)
18
17
no-namespace-folders : true
19
18
output-folder : $(python-sdks-folder)/serialconsole/azure-mgmt-serialconsole/azure/mgmt/serialconsole
20
19
` ` `
21
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22
- basic-setup-py : true
23
- output-folder : $(python-sdks-folder)/serialconsole/azure-mgmt-serialconsole
24
- ` ` `
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-servicelinker
10
- no- namespace-folders : true
10
+ namespace : azure.mgmt.servicelinker
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)/servicelinker/azure-mgmt-servicelinker/azure/mgmt/servicelinker
18
- ` ` `
19
-
20
- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21
- basic-setup-py : true
22
- output-folder : $(python-sdks-folder)/servicelinker/azure-mgmt-servicelinker
23
- ` ` `
18
+ ` ` `
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat
6
6
7
7
8
8
``` yaml $(python)
9
- python-mode : create
10
9
azure-arm : true
11
10
license-header : MICROSOFT_MIT_NO_VERSION
12
11
namespace : azure.mgmt.subscription
@@ -15,11 +14,7 @@ package-version: 1.0.0b1
15
14
clear-output-folder : true
16
15
` ` `
17
16
18
- ` ` ` yaml $(python) && $(python-mode) == 'update'
17
+ ` ` ` yaml $(python)
19
18
no-namespace-folders : true
20
19
output-folder : $(python-sdks-folder)/subscription/azure-mgmt-subscription/azure/mgmt/subscription
21
20
` ` `
22
- ` ` ` yaml $(python) && $(python-mode) == 'create'
23
- basic-setup-py : true
24
- output-folder : $(python-sdks-folder)/subscription/azure-mgmt-subscription
25
- ` ` `
You can’t perform that action at this time.
0 commit comments