File tree Expand file tree Collapse file tree 5 files changed +11
-37
lines changed
frontdoor/resource-manager
guestconfiguration/resource-manager
machinelearningcompute/resource-manager
reservations/resource-manager Expand file tree Collapse file tree 5 files changed +11
-37
lines changed Original file line number Diff line number Diff line change @@ -4,7 +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)
7
+ ``` yaml $(python)
8
8
azure-arm : true
9
9
license-header : MICROSOFT_MIT_NO_VERSION
10
10
namespace : azure.mgmt.batch
@@ -13,12 +13,6 @@ package-version: 14.0.0b1
13
13
clear-output-folder : true
14
14
` ` `
15
15
16
- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
16
+ ` ` ` yaml $(python)
17
17
no-namespace-folders : true
18
- output-folder : $(python-sdks-folder)/batch/azure-mgmt-batch/azure/mgmt/batch
19
- ` ` `
20
-
21
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22
- basic-setup-py : true
23
- output-folder : $(python-sdks-folder)/batch/azure-mgmt-batch
24
- ` ` `
18
+ output-folder : $(python-sdks-folder)/batch/azure-mgmt-batch/azure/mgmt/batch
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.frontdoor
@@ -14,11 +13,7 @@ package-version: 1.0.0b1
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)/network/azure-mgmt-frontdoor/azure/mgmt/frontdoor
20
19
` ` `
21
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22
- basic-setup-py : true
23
- output-folder : $(python-sdks-folder)/network/azure-mgmt-frontdoor
24
- ` ` `
Original file line number Diff line number Diff line change @@ -5,19 +5,14 @@ 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.guestconfig
12
11
package-name : azure-mgmt-guestconfig
13
12
package-version : 1.0.0b1
14
13
clear-output-folder : true
15
14
` ` `
16
- ` ` ` yaml $(python) && $(python-mode) == 'update'
15
+ ` ` ` yaml $(python)
17
16
no-namespace-folders : true
18
17
output-folder : $(python-sdks-folder)/machinelearning/azure-mgmt-guestconfig/azure/mgmt/guestconfig
19
18
` ` `
20
- ` ` ` yaml $(python) && $(python-mode) == 'create'
21
- basic-setup-py : true
22
- output-folder : $(python-sdks-folder)/machinelearning/azure-mgmt-guestconfig
23
- ` ` `
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.machinelearningcompute
@@ -14,11 +13,7 @@ package-version: 1.0.0b1
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)/machinelearning/azure-mgmt-machinelearningcompute/azure/mgmt/machinelearningcompute
20
19
` ` `
21
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22
- basic-setup-py : true
23
- output-folder : $(python-sdks-folder)/machinelearning/azure-mgmt-machinelearningcompute
24
- ` ` `
Original file line number Diff line number Diff line change @@ -4,7 +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)
7
+ ``` yaml $(python)
8
8
azure-arm : true
9
9
license-header : MICROSOFT_MIT_NO_VERSION
10
10
namespace : azure.mgmt.reservations
@@ -13,11 +13,6 @@ package-version: 1.0.0b1
13
13
clear-output-folder : true
14
14
` ` `
15
15
16
- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
16
+ ` ` ` yaml $(python)
17
17
no-namespace-folders : true
18
- output-folder : $(python-sdks-folder)/reservations/azure-mgmt-reservations/azure/mgmt/reservations
19
- ` ` `
20
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
21
- basic-setup-py : true
22
- output-folder : $(python-sdks-folder)/reservations/azure-mgmt-reservations
23
- ` ` `
18
+ output-folder : $(python-sdks-folder)/reservations/azure-mgmt-reservations/azure/mgmt/reservations
You can’t perform that action at this time.
0 commit comments