Skip to content

Commit 7ba63c3

Browse files
authored
[Applicationinsights] config readme.python (#18178)
* config readme.python * config readme.python * Update readme.python.md
1 parent 399b0e5 commit 7ba63c3

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

specification/applicationinsights/resource-manager/readme.python.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
These settings apply only when `--python` is specified on the command line.
44

5-
```yaml $(python) && $(track2)
6-
python-mode: create
5+
```yaml $(python)
76
azure-arm: true
87
license-header: MICROSOFT_MIT_NO_VERSION
98
package-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)
1716
clear-output-folder: true
1817
batch:
1918
- tag: package-2015-05
@@ -34,15 +33,14 @@ batch:
3433
3534
``` yaml $(multiapiscript)
3635
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/
37-
clear-output-folder: false
3836
perform-load: false
3937
```
4038
4139
### Tag: package-2015-05 and python
4240
4341
These 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)
4644
namespace: azure.mgmt.applicationinsights.v2015_05_01
4745
output-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

5250
These 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)
5553
namespace: azure.mgmt.applicationinsights.v2017_10_01
5654
output-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

6159
These 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)
6462
namespace: azure.mgmt.applicationinsights.v2018_06_17_preview
6563
output-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

7068
These 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)
7371
namespace: azure.mgmt.applicationinsights.v2019_10_17_preview
7472
output-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

7977
These 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)
8280
namespace: azure.mgmt.applicationinsights.v2018_05_01_preview
8381
output-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

8886
These 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)
9189
namespace: azure.mgmt.applicationinsights.v2020_02_02_preview
9290
output-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

9795
These 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)
10098
namespace: azure.mgmt.applicationinsights.v2020_03_01_preview
10199
output-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

106104
These 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)
109107
namespace: azure.mgmt.applicationinsights.v2020_06_02_preview
110108
output-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

115113
These 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)
118116
namespace: azure.mgmt.applicationinsights.v2020_11_20
119117
output-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

124122
These 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)
127125
namespace: azure.mgmt.applicationinsights.v2021_03_08
128126
output-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

133131
These 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)
136134
namespace: azure.mgmt.applicationinsights.v2021_08_01
137135
output-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

142140
These 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)
145143
namespace: azure.mgmt.applicationinsights.v2021_10
146144
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_10
147145
```
148146

149147

150-
```yaml $(python) && $(track2)
148+
```yaml $(python)
151149
modelerfour:
152150
lenient-model-deduplication: true
153151
```

0 commit comments

Comments
 (0)