22
33These settings apply only when ` --python ` is specified on the command line.
44
5- ``` yaml $(python) && $(track2)
6- python-mode : create
5+ ``` yaml $(python)
76azure-arm : true
87license-header : MICROSOFT_MIT_NO_VERSION
98package-name : azure-mgmt-applicationinsights
@@ -13,7 +12,7 @@ no-namespace-folders: true
1312` ` `
1413### Python multi-api
1514
16- ` ` ` yaml $(python) && $(multiapi) && $(track2)
15+ ` ` ` yaml $(python) && $(multiapi)
1716clear-output-folder : true
1817batch :
1918 - tag : package-2015-05
@@ -34,15 +33,14 @@ batch:
3433
3534` ` ` yaml $(multiapiscript)
3635output-folder : $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/
37- clear-output-folder : false
3836perform-load : false
3937` ` `
4038
4139### Tag: package-2015-05 and python
4240
4341These settings apply only when ` --tag=package-2015-05 --python` is specified on the command line.
4442
45- ` ` ` yaml $(tag) == 'package-2015-05' && $(python) && $(track2)
43+ ` ` ` yaml $(tag) == 'package-2015-05' && $(python)
4644namespace: azure.mgmt.applicationinsights.v2015_05_01
4745output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2015_05_01
4846` ` `
@@ -51,7 +49,7 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
5149
5250These settings apply only when `--tag=package-2017-10 --python` is specified on the command line.
5351
54- ` ` ` yaml $(tag) == 'package-2017-10' && $(python) && $(track2)
52+ ` ` ` yaml $(tag) == 'package-2017-10' && $(python)
5553namespace: azure.mgmt.applicationinsights.v2017_10_01
5654output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2017_10_01
5755` ` `
@@ -60,7 +58,7 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
6058
6159These settings apply only when `--tag=package-2018-06-17-preview --python` is specified on the command line.
6260
63- ` ` ` yaml $(tag) == 'package-2018-06-17-preview' && $(python) && $(track2)
61+ ` ` ` yaml $(tag) == 'package-2018-06-17-preview' && $(python)
6462namespace: azure.mgmt.applicationinsights.v2018_06_17_preview
6563output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2018_06_17_preview
6664` ` `
@@ -69,7 +67,7 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
6967
7068These settings apply only when `--tag=package-2019-10-17-preview --python` is specified on the command line.
7169
72- ` ` ` yaml $(tag) == 'package-2019-10-17-preview' && $(python) && $(track2)
70+ ` ` ` yaml $(tag) == 'package-2019-10-17-preview' && $(python)
7371namespace: azure.mgmt.applicationinsights.v2019_10_17_preview
7472output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2019_10_17_preview
7573` ` `
@@ -78,7 +76,7 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
7876
7977These settings apply only when `--tag=package-2018-05-01-preview --python` is specified on the command line.
8078
81- ` ` ` yaml $(tag) == 'package-2018-05-01-preview' && $(python) && $(track2)
79+ ` ` ` yaml $(tag) == 'package-2018-05-01-preview' && $(python)
8280namespace: azure.mgmt.applicationinsights.v2018_05_01_preview
8381output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2018_05_01_preview
8482` ` `
@@ -87,7 +85,7 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
8785
8886These settings apply only when `--tag=package-2020-02-02-preview --python` is specified on the command line.
8987
90- ` ` ` yaml $(tag) == 'package-2020-02-02-preview' && $(python) && $(track2)
88+ ` ` ` yaml $(tag) == 'package-2020-02-02-preview' && $(python)
9189namespace: azure.mgmt.applicationinsights.v2020_02_02_preview
9290output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview
9391` ` `
@@ -96,7 +94,7 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
9694
9795These settings apply only when `--tag=package-2020-03-01-preview --python` is specified on the command line.
9896
99- ` ` ` yaml $(tag) == 'package-2020-03-01-preview' && $(python) && $(track2)
97+ ` ` ` yaml $(tag) == 'package-2020-03-01-preview' && $(python)
10098namespace: azure.mgmt.applicationinsights.v2020_03_01_preview
10199output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_03_01_preview
102100` ` `
@@ -105,7 +103,7 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
105103
106104These settings apply only when `--tag=package-preview-2020-06-only --python` is specified on the command line.
107105
108- ` ` ` yaml $(tag) == 'package-preview-2020-06-only' && $(python) && $(track2)
106+ ` ` ` yaml $(tag) == 'package-preview-2020-06-only' && $(python)
109107namespace: azure.mgmt.applicationinsights.v2020_06_02_preview
110108output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_06_02_preview
111109` ` `
@@ -114,7 +112,7 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
114112
115113These settings apply only when `--tag=package-2020-11-only --python` is specified on the command line.
116114
117- ` ` ` yaml $(tag) == 'package-2020-11-only' && $(python) && $(track2)
115+ ` ` ` yaml $(tag) == 'package-2020-11-only' && $(python)
118116namespace: azure.mgmt.applicationinsights.v2020_11_20
119117output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_11_20
120118` ` `
@@ -123,7 +121,7 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
123121
124122These settings apply only when `--tag=package-2021-03-08-only --python` is specified on the command line.
125123
126- ` ` ` yaml $(tag) == 'package-2021-03-08-only' && $(python) && $(track2)
124+ ` ` ` yaml $(tag) == 'package-2021-03-08-only' && $(python)
127125namespace: azure.mgmt.applicationinsights.v2021_03_08
128126output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_03_08
129127` ` `
@@ -132,7 +130,7 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
132130
133131These settings apply only when `--tag=package-2021-08 --python` is specified on the command line.
134132
135- ` ` ` yaml $(tag) == 'package-2021-08' && $(python) && $(track2)
133+ ` ` ` yaml $(tag) == 'package-2021-08' && $(python)
136134namespace: azure.mgmt.applicationinsights.v2021_08_01
137135output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_08_01
138136` ` `
@@ -141,13 +139,13 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
141139
142140These settings apply only when `--tag=package-2021-10 --python` is specified on the command line.
143141
144- ` ` ` yaml $(tag) == 'package-2021-10' && $(python) && $(track2)
142+ ` ` ` yaml $(tag) == 'package-2021-10' && $(python)
145143namespace: azure.mgmt.applicationinsights.v2021_10
146144output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_10
147145` ` `
148146
149147
150- ` ` ` yaml $(python) && $(track2)
148+ ` ` ` yaml $(python)
151149modelerfour:
152150 lenient-model-deduplication: true
153151` ` `
0 commit comments