Skip to content

Commit fd567fa

Browse files
RAY-316Leiwang3SQL
authored andcommitted
multiapi config (Azure#16799)
* multiapi config * update * Update readme.md * Update readme.python.md
1 parent 521d95c commit fd567fa

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

specification/applicationinsights/resource-manager/readme.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,24 @@ input-file:
256256
- Microsoft.Insights/stable/2021-10-14/livetoken_API.json
257257
```
258258

259+
### Tag: package-2021-08
260+
261+
These settings apply only when `--tag=package-2021-08` is specified on the command line.
262+
263+
``` yaml $(tag) == 'package-2021-08'
264+
input-file:
265+
- Microsoft.Insights/stable/2021-08-01/workbooks_API.json
266+
```
267+
268+
### Tag: package-2021-03-08-only
269+
270+
These settings apply only when `--tag=package-2021-03-08-only` is specified on the command line.
271+
272+
``` yaml $(tag) == 'package-2021-03-08-only'
273+
input-file:
274+
- Microsoft.Insights/stable/2021-03-08/myworkbooks_API.json
275+
```
276+
259277
### Tag: package-2021-03-only
260278

261279
These settings apply only when `--tag=package-2021-03-only` is specified on the command line.

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

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ batch:
2525
- tag: package-2020-02-02
2626
- tag: package-2020-03-01-preview
2727
- tag: package-preview-2020-06-only
28+
- tag: package-2020-11-only
29+
- tag: package-2021-03-08-only
30+
- tag: package-2021-08
2831
- multiapiscript: true
2932
```
3033
@@ -105,7 +108,36 @@ These settings apply only when `--tag=package-preview-2020-06-only --python` is
105108
namespace: azure.mgmt.applicationinsights.v2020_06_02_preview
106109
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_06_02_preview
107110
```
111+
112+
### Tag: package-2020-11-only and python
113+
114+
These settings apply only when `--tag=package-2020-11-only --python` is specified on the command line.
115+
116+
``` yaml $(tag) == 'package-2020-11-only' && $(python) && $(track2)
117+
namespace: azure.mgmt.applicationinsights.v2020_11_20
118+
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_11_20
119+
```
120+
121+
### Tag: package-2021-03-08-only and python
122+
123+
These settings apply only when `--tag=package-2021-03-08-only --python` is specified on the command line.
124+
125+
``` yaml $(tag) == 'package-2021-03-08-only' && $(python) && $(track2)
126+
namespace: azure.mgmt.applicationinsights.v2021_03_08
127+
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_03_08
128+
```
129+
130+
### Tag: package-2021-08 and python
131+
132+
These settings apply only when `--tag=package-2021-08 --python` is specified on the command line.
133+
134+
``` yaml $(tag) == 'package-2021-08' && $(python) && $(track2)
135+
namespace: azure.mgmt.applicationinsights.v2021_08_01
136+
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_08_01
137+
```
138+
139+
108140
```yaml $(python) && $(track2)
109141
modelerfour:
110142
lenient-model-deduplication: true
111-
```
143+
```

0 commit comments

Comments
 (0)