File tree Expand file tree Collapse file tree 5 files changed +12
-40
lines changed
confluent/resource-manager
mediaservices/resource-manager
security/resource-manager Expand file tree Collapse file tree 5 files changed +12
-40
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,7 @@ modelerfour:
15
15
lenient-model-deduplication : true
16
16
` ` `
17
17
18
- ` ` ` yaml $(python) && $(python-mode) == 'update'
18
+ ` ` ` yaml $(python)
19
19
no-namespace-folders : true
20
20
output-folder : $(python-sdks-folder)/confluent/azure-mgmt-confluent/azure/mgmt/confluent
21
21
` ` `
22
-
23
- ` ` ` yaml $(python) && $(python-mode) == 'create'
24
- basic-setup-py : true
25
- output-folder : $(python-sdks-folder)/confluent/azure-mgmt-confluent
26
- ` ` `
Original file line number Diff line number Diff line change @@ -5,23 +5,16 @@ 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
- These settings apply only when ` --track2 ` is specified on the command line.
9
-
10
- ``` yaml $(track2)
8
+ ``` yaml $(python)
11
9
azure-arm : true
12
10
license-header : MICROSOFT_MIT_NO_VERSION
13
11
package-name : azure-mgmt-datadog
14
- no- namespace-folders : true
12
+ namespace : azure.mgmt.datadog
15
13
package-version : 1.0.0b1
16
14
clear-output-folder : true
17
15
` ` `
18
16
19
- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
17
+ ` ` ` yaml $(python)
20
18
no-namespace-folders : true
21
19
output-folder : $(python-sdks-folder)/datadog/azure-mgmt-datadog/azure/mgmt/datadog
22
20
` ` `
23
-
24
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
25
- basic-setup-py : true
26
- output-folder : $(python-sdks-folder)/datadog/azure-mgmt-datadog
27
- ` ` `
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.media
@@ -14,12 +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)/media/azure-mgmt-media/azure/mgmt/media
20
19
` ` `
21
-
22
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
23
- basic-setup-py : true
24
- output-folder : $(python-sdks-folder)/media/azure-mgmt-media
25
- ` ` `
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.security
@@ -14,16 +13,12 @@ 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)/security/azure-mgmt-security/azure/mgmt/security
20
19
` ` `
21
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22
- basic-setup-py : true
23
- output-folder : $(python-sdks-folder)/security/azure-mgmt-security
24
- ` ` `
25
20
26
- ` ` ` yaml $(python) && $(track2)
21
+ ` ` ` yaml $(python)
27
22
modelerfour :
28
23
lenient-model-deduplication : true
29
24
directive :
@@ -43,4 +38,4 @@ directive:
43
38
where : $.definitions.AlertSimulatorRequestProperties.properties.kind
44
39
transform : >
45
40
$['x-ms-enum']['name'] = 'kindEnum';
46
- ` ` `
41
+ ` ` `
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.signalr
@@ -14,13 +13,9 @@ 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)/signalr/azure-mgmt-signalr/azure/mgmt/signalr
20
19
` ` `
21
- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22
- basic-setup-py : true
23
- output-folder : $(python-sdks-folder)/signalr/azure-mgmt-signalr
24
- ` ` `
25
20
26
21
You can’t perform that action at this time.
0 commit comments