File tree Expand file tree Collapse file tree 5 files changed +11
-33
lines changed
azurestack/resource-manager
containerinstance/resource-manager
resourceconnector/resource-manager Expand file tree Collapse file tree 5 files changed +11
-33
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.azurestack
@@ -13,11 +13,7 @@ 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
18
output-folder : $(python-sdks-folder)/azurestack/azure-mgmt-azurestack/azure/mgmt/azurestack
19
19
` ` `
20
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
21
- basic-setup-py : true
22
- output-folder : $(python-sdks-folder)/azurestack/azure-mgmt-azurestack
23
- ` ` `
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.containerinstance
@@ -13,12 +13,7 @@ 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
18
output-folder : $(python-sdks-folder)/containerinstance/azure-mgmt-containerinstance/azure/mgmt/containerinstance
19
19
` ` `
20
-
21
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22
- basic-setup-py : true
23
- output-folder : $(python-sdks-folder)/containerinstance/azure-mgmt-containerinstance
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.netapp
@@ -13,12 +13,8 @@ package-version: 5.1.0
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
18
output-folder : $(python-sdks-folder)/netapp/azure-mgmt-netapp/azure/mgmt/netapp
19
19
` ` `
20
20
21
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22
- basic-setup-py : true
23
- output-folder : $(python-sdks-folder)/netapp/azure-mgmt-netapp
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.relay
@@ -13,11 +13,7 @@ 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
18
output-folder : $(python-sdks-folder)/relay/azure-mgmt-relay/azure/mgmt/relay
19
19
` ` `
20
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
21
- basic-setup-py : true
22
- output-folder : $(python-sdks-folder)/relay/azure-mgmt-relay
23
- ` ` `
Original file line number Diff line number Diff line change @@ -5,20 +5,15 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
5
5
6
6
These settings apply only when ` --track2 ` is specified on the command line.
7
7
8
- ``` yaml $(track2 )
8
+ ``` yaml $(python )
9
9
azure-arm : true
10
10
license-header : MICROSOFT_MIT_NO_VERSION
11
11
package-name : azure-mgmt-resourceconnector
12
- no- namespace-folders : true
12
+ namespace : azure.mgmt.resourceconnector
13
13
package-version : 1.0.0b1
14
14
clear-output-folder : true
15
15
` ` `
16
- ` ` ` yaml $(python-mode) == 'update' && $(track2 )
16
+ ` ` ` yaml $(python)
17
17
no-namespace-folders : true
18
18
output-folder : $(python-sdks-folder)/resourceconnector/azure-mgmt-resourceconnector/azure/mgmt/resourceconnector/
19
19
` ` `
20
-
21
- ` ` ` yaml $(python-mode) == 'create' && $(track2)
22
- basic-setup-py : true
23
- output-folder : $(python-sdks-folder)/resourceconnector/azure-mgmt-resourceconnector
24
- ` ` `
You can’t perform that action at this time.
0 commit comments