@@ -4,17 +4,6 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
66
7- ``` yaml $(python) && !$(track2)
8- python-mode : create
9- python :
10- azure-arm : true
11- license-header : MICROSOFT_MIT_NO_VERSION
12- payload-flattening-threshold : 2
13- namespace : azure.mgmt.security
14- package-name : azure-mgmt-security
15- package-version : 0.1.0
16- clear-output-folder : true
17- ` ` `
187``` yaml $(python) && $(track2)
198python-mode : create
209azure-arm : true
@@ -23,20 +12,8 @@ namespace: azure.mgmt.security
2312package-name : azure-mgmt-security
2413package-version : 1.0.0b1
2514clear-output-folder : true
26- modelerfour :
27- lenient-model-deduplication : true
2815` ` `
2916
30- ` ` ` yaml $(python) && $(python-mode) == 'update' && !$(track2)
31- python :
32- no-namespace-folders : true
33- output-folder : $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security
34- ` ` `
35- ` ` ` yaml $(python) && $(python-mode) == 'create' && !$(track2)
36- python :
37- basic-setup-py : true
38- output-folder : $(python-sdks-folder)/security/azure-mgmt-security
39- ` ` `
4017` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
4118no-namespace-folders : true
4219output-folder : $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security
@@ -47,6 +24,8 @@ output-folder: $(python-sdks-folder)/security/azure-mgmt-security
4724` ` `
4825
4926` ` ` yaml $(python) && $(track2)
27+ modelerfour :
28+ lenient-model-deduplication : true
5029directive :
5130 - from : swagger-document
5231 where : $.definitions.AadConnectivityState.properties.connectivityState
0 commit comments