File tree Expand file tree Collapse file tree 4 files changed +9
-32
lines changed
attestation/resource-manager
azurestackhci/resource-manager
sqlvirtualmachine/resource-manager
trafficmanager/resource-manager Expand file tree Collapse file tree 4 files changed +9
-32
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.attestation
@@ -15,16 +15,7 @@ modelerfour:
15
15
lenient-model-deduplication : true
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)/attestation/azure-mgmt-attestation/azure/mgmt/attestation
21
21
` ` `
22
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
23
- basic-setup-py : true
24
- output-folder : $(python-sdks-folder)/attestation/azure-mgmt-attestation
25
- ` ` `
26
-
27
- ` ` ` yaml $(python) && $(track2)
28
- modelerfour :
29
- lenient-model-deduplication : true
30
- ` ` `
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
package-name : azure-mgmt-azurestackhci
10
- no- namespace-folders : true
10
+ namespace : azure.mgmt.azurestackhci
11
11
package-version : 1.0.0b1
12
12
clear-output-folder : true
13
13
` ` `
14
- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
14
+ ` ` ` yaml $(python)
15
15
no-namespace-folders : true
16
16
output-folder : $(python-sdks-folder)/azurestackhci/azure-mgmt-azurestackhci/azure/mgmt/azurestackhci
17
17
` ` `
18
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
19
- basic-setup-py : true
20
- output-folder : $(python-sdks-folder)/azurestackhci/azure-mgmt-azurestackhci
21
- ` ` `
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
python-mode : create
9
9
azure-arm : true
10
10
license-header : MICROSOFT_MIT_NO_VERSION
@@ -14,12 +14,7 @@ package-version: 1.0.0b1
14
14
clear-output-folder : true
15
15
` ` `
16
16
17
- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
17
+ ` ` ` yaml $(python)
18
18
no-namespace-folders : true
19
19
output-folder : $(python-sdks-folder)/sql/azure-mgmt-sqlvirtualmachine/azure/mgmt/sqlvirtualmachine
20
- ` ` `
21
-
22
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
23
- basic-setup-py : true
24
- output-folder : $(python-sdks-folder)/sql/azure-mgmt-sqlvirtualmachine
25
20
` ` `
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
namespace : azure.mgmt.trafficmanager
@@ -12,12 +12,7 @@ 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)/trafficmanager/azure-mgmt-trafficmanager/azure/mgmt/trafficmanager
18
18
` ` `
19
-
20
- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21
- basic-setup-py : true
22
- output-folder : $(python-sdks-folder)/trafficmanager/azure-mgmt-trafficmanager
23
- ` ` `
You can’t perform that action at this time.
0 commit comments