File tree Expand file tree Collapse file tree 5 files changed +14
-38
lines changed
blueprint/resource-manager
consumption/resource-manager
dashboard/resource-manager
deviceupdate/resource-manager Expand file tree Collapse file tree 5 files changed +14
-38
lines changed 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-blueprint
10
- no- namespace-folders : true
10
+ namespace : azure.mgmt.blueprint
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)/blueprint/azure-mgmt-blueprint/azure/mgmt/blueprint
18
18
` ` `
19
-
20
- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21
- basic-setup-py : true
22
- output-folder : $(python-sdks-folder)/blueprint/azure-mgmt-blueprint
23
- ` ` `
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
payload-flattening-threshold : 2
@@ -15,12 +15,7 @@ package-version: 1.0.0b1
15
15
clear-output-folder : 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)/consumption/azure-mgmt-consumption/azure/mgmt/consumption
21
21
` ` `
22
-
23
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
24
- basic-setup-py : true
25
- output-folder : $(python-sdks-folder)/consumption/azure-mgmt-consumption
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 $(track2 )
6
+ ``` yaml $(python )
7
7
azure-arm : true
8
8
license-header : MICROSOFT_MIT_NO_VERSION
9
9
package-name : azure-mgmt-dashboard
10
- no- namespace-folders : true
10
+ namespace : azure.mgmt.dashboard
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)/dashboard/azure-mgmt-dashboard/azure/mgmt/dashboard
18
18
` ` `
19
-
20
- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21
- basic-setup-py : true
22
- output-folder : $(python-sdks-folder)/dashboard/azure-mgmt-dashboard
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 $(python) && $(track2)
6
+ ``` yaml $(python)
7
7
azure-arm : true
8
8
license-header : MICROSOFT_MIT_NO_VERSION
9
9
package-name : azure-mgmt-deviceupdate
10
10
package-version : 1.0.0b1
11
11
no-namespace-folders : true
12
12
` ` `
13
13
14
- ` ` ` yaml $(python) && $(track2) && $(python-mode) == 'update'
14
+ ` ` ` yaml $(python)
15
15
no-namespace-folders : true
16
16
output-folder : $(python-sdks-folder)/deviceupdate/azure-mgmt-deviceupdate/azure/mgmt/deviceupdate
17
17
` ` `
18
-
19
- ` ` ` yaml $(python) && $(track2) && $(python-mode) == 'create'
20
- basic-setup-py : true
21
- output-folder : $(python-sdks-folder)/deviceupdate/azure-mgmt-deviceupdate
22
- ` ` `
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-dfp
10
- no- namespace-folders : true
10
+ namespace : azure.mgmt.dfp
11
11
package-version : 1.0.0b1
12
12
` ` `
13
13
14
- ` ` ` yaml $(python-mode) == 'update' && $(track2 )
14
+ ` ` ` yaml $(python)
15
15
no-namespace-folders : true
16
16
output-folder : $(python-sdks-folder)/dfp/azure-mgmt-dfp/azure/mgmt/dfp
17
- ` ` `
18
-
19
- ` ` ` yaml $(python-mode) == 'create' && $(track2)
20
- basic-setup-py : true
21
- output-folder : $(python-sdks-folder)/dfp/azure-mgmt-dfp
17
+ ` ` `
You can’t perform that action at this time.
0 commit comments