11## Python
22
3- ## python
43These settings apply only when ` --python ` is specified on the command line.
54
6- ``` yaml $(python) && !$(track2)
7- python-mode : create
8- python :
9- azure-arm : true
10- license-header : MICROSOFT_MIT_NO_VERSION
11- payload-flattening-threshold : 2
12- package-name : azure-mgmt-applicationinsights
13- clear-output-folder : true
14- no-namespace-folders : true
15- ` ` `
165``` yaml $(python) && $(track2)
176python-mode : create
187azure-arm : true
198license-header : MICROSOFT_MIT_NO_VERSION
209package-name : azure-mgmt-applicationinsights
10+ package-version : 1.0.0b1
2111clear-output-folder : true
2212no-namespace-folders : true
23- modelerfour :
24- lenient-model-deduplication : true
2513` ` `
2614### Python multi-api
2715
28- ` ` ` yaml $(python) && $(multiapi) && !$(track2)
29- batch :
30- - tag : package-2015-05
31- - tag : package-2017-10
32- - tag : package-2018-05-01-preview
33- - tag : package-2018-06-17-preview
34- - tag : package-2019-10-17-preview
35- - tag : package-2020-02-02-preview
36- - tag : package-2020-02-02
37- - tag : package-2020-03-01-preview
38- - tag : package-preview-2020-06-only
39- ` ` `
4016` ` ` yaml $(python) && $(multiapi) && $(track2)
17+ clear-output-folder : true
4118batch :
4219 - tag : package-2015-05
4320 - tag : package-2017-10
@@ -61,11 +38,6 @@ perform-load: false
6138
6239These settings apply only when ` --tag=package-2015-05 --python` is specified on the command line.
6340
64- ` ` ` yaml $(tag) == 'package-2015-05' && $(python) && !$(track2)
65- python:
66- namespace: azure.mgmt.applicationinsights.v2015_05_01
67- output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2015_05_01
68- ` ` `
6941` ` ` yaml $(tag) == 'package-2015-05' && $(python) && $(track2)
7042namespace: azure.mgmt.applicationinsights.v2015_05_01
7143output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2015_05_01
@@ -75,11 +47,6 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
7547
7648These settings apply only when `--tag=package-2017-10 --python` is specified on the command line.
7749
78- ` ` ` yaml $(tag) == 'package-2017-10' && $(python) && !$(track2)
79- python:
80- namespace: azure.mgmt.applicationinsights.v2017_10_01
81- output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2017_10_01
82- ` ` `
8350` ` ` yaml $(tag) == 'package-2017-10' && $(python) && $(track2)
8451namespace: azure.mgmt.applicationinsights.v2017_10_01
8552output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2017_10_01
@@ -89,11 +56,6 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
8956
9057These settings apply only when `--tag=package-2018-06-17-preview --python` is specified on the command line.
9158
92- ` ` ` yaml $(tag) == 'package-2018-06-17-preview' && $(python) && !$(track2)
93- python:
94- namespace: azure.mgmt.applicationinsights.v2018_06_17_preview
95- output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2018_06_17_preview
96- ` ` `
9759` ` ` yaml $(tag) == 'package-2018-06-17-preview' && $(python) && $(track2)
9860namespace: azure.mgmt.applicationinsights.v2018_06_17_preview
9961output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2018_06_17_preview
@@ -103,11 +65,6 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
10365
10466These settings apply only when `--tag=package-2019-10-17-preview --python` is specified on the command line.
10567
106- ` ` ` yaml $(tag) == 'package-2019-10-17-preview' && $(python) && !$(track2)
107- python:
108- namespace: azure.mgmt.applicationinsights.v2019_10_17_preview
109- output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2019_10_17_preview
110- ` ` `
11168` ` ` yaml $(tag) == 'package-2019-10-17-preview' && $(python) && $(track2)
11269namespace: azure.mgmt.applicationinsights.v2019_10_17_preview
11370output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2019_10_17_preview
@@ -117,11 +74,6 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
11774
11875These settings apply only when `--tag=package-2018-05-01-preview --python` is specified on the command line.
11976
120- ` ` ` yaml $(tag) == 'package-2018-05-01-preview' && $(python) && !$(track2)
121- python:
122- namespace: azure.mgmt.applicationinsights.v2018_05_01_preview
123- output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2018_05_01_preview
124- ` ` `
12577` ` ` yaml $(tag) == 'package-2018-05-01-preview' && $(python) && $(track2)
12678namespace: azure.mgmt.applicationinsights.v2018_05_01_preview
12779output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2018_05_01_preview
@@ -131,11 +83,6 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
13183
13284These settings apply only when `--tag=package-2020-02-02-preview --python` is specified on the command line.
13385
134- ` ` ` yaml $(tag) == 'package-2020-02-02-preview' && $(python) && !$(track2)
135- python:
136- namespace: azure.mgmt.applicationinsights.v2020_02_02_preview
137- output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview
138- ` ` `
13986` ` ` yaml $(tag) == 'package-2020-02-02-preview' && $(python) && $(track2)
14087namespace: azure.mgmt.applicationinsights.v2020_02_02_preview
14188output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview
@@ -145,11 +92,6 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
14592
14693These settings apply only when `--tag=package-2020-03-01-preview --python` is specified on the command line.
14794
148- ` ` ` yaml $(tag) == 'package-2020-03-01-preview' && $(python) && !$(track2)
149- python:
150- namespace: azure.mgmt.applicationinsights.v2020_03_01_preview
151- output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_03_01_preview
152- ` ` `
15395` ` ` yaml $(tag) == 'package-2020-03-01-preview' && $(python) && $(track2)
15496namespace: azure.mgmt.applicationinsights.v2020_03_01_preview
15597output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_03_01_preview
@@ -159,12 +101,11 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
159101
160102These settings apply only when `--tag=package-preview-2020-06-only --python` is specified on the command line.
161103
162- ` ` ` yaml $(tag) == 'package-preview-2020-06-only' && $(python) && !$(track2)
163- python:
164- namespace: azure.mgmt.applicationinsights.v2020_06_02_preview
165- output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_06_02_preview
166- ` ` `
167104` ` ` yaml $(tag) == 'package-preview-2020-06-only' && $(python) && $(track2)
168105namespace: azure.mgmt.applicationinsights.v2020_06_02_preview
169106output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_06_02_preview
170107` ` `
108+ ` ` ` yaml $(python) && $(track2)
109+ modelerfour:
110+ lenient-model-deduplication: true
111+ ` ` `
0 commit comments