@@ -24,17 +24,35 @@ To see additional help and options, run:
2424
2525These are the global settings for the SecurityInsights API.
2626
27- ``` yaml
27+ ``` yaml
2828openapi-type : arm
29- tag : package-2020-01
29+ tag : package-preview-2021-09
3030` ` `
3131
3232
33+ ### Tag: package-preview-2021-09
34+
35+ These settings apply only when ` --tag=package-preview-2021-09` is specified on the command line.
36+
37+ ` ` ` yaml $(tag) == 'package-preview-2021-09'
38+ input-file:
39+ - Microsoft.SecurityInsights/preview/2021-09-01-preview/AlertRules.json
40+ - Microsoft.SecurityInsights/preview/2021-09-01-preview/EntityDefinitions.json
41+ - Microsoft.SecurityInsights/preview/2021-09-01-preview/EntityQueries.json
42+ - Microsoft.SecurityInsights/preview/2021-09-01-preview/Incidents.json
43+ - Microsoft.SecurityInsights/preview/2021-09-01-preview/Metadata.json
44+ - Microsoft.SecurityInsights/preview/2021-09-01-preview/OnboardingStates.json
45+ - Microsoft.SecurityInsights/preview/2021-09-01-preview/Settings.json
46+ - Microsoft.SecurityInsights/preview/2021-09-01-preview/SourceControls.json
47+ - Microsoft.SecurityInsights/preview/2021-09-01-preview/Watchlists.json
48+ - Microsoft.SecurityInsights/preview/2021-09-01-preview/dataConnectors.json
49+ - Microsoft.SecurityInsights/preview/2021-09-01-preview/operations.json
50+ ` ` `
3351# ## Tag: package-2021-04-01-only
3452
3553These settings apply only when `--tag=package-2021-04-01-only` is specified on the command line.
3654
37- ` ` ` yaml $(tag) == 'package-2021-04-01-only'
55+ ` ` ` yaml $(tag) == 'package-2021-04-01-only'
3856input-file:
3957- Microsoft.SecurityInsights/stable/2021-04-01/Incidents.json
4058- Microsoft.SecurityInsights/stable/2021-04-01/operations.json
@@ -56,8 +74,7 @@ directive:
5674
5775These settings apply only when `--tag=package-2020-01` is specified on the command line.
5876
59-
60- ` ` ` yaml $(tag) == 'package-2020-01'
77+ ` ` ` yaml $(tag) == 'package-2020-01'
6178input-file:
6279- Microsoft.SecurityInsights/stable/2020-01-01/AlertRules.json
6380- Microsoft.SecurityInsights/stable/2020-01-01/Bookmarks.json
@@ -77,7 +94,7 @@ directive:
7794
7895These settings apply only when `--tag=package-2021-03-preview-only` is specified on the command line.
7996
80- ` ` ` yaml $(tag) == 'package-2021-03-preview-only'
97+ ` ` ` yaml $(tag) == 'package-2021-03-preview-only'
8198input-file:
8299- Microsoft.SecurityInsights/preview/2021-03-01-preview/Incidents.json
83100- Microsoft.SecurityInsights/preview/2021-03-01-preview/Settings.json
@@ -142,7 +159,7 @@ directive:
142159
143160These settings apply only when `--tag=package-2019-01-preview` is specified on the command line.
144161
145- ` ` ` yaml $(tag) == 'package-2019-01-preview'
162+ ` ` ` yaml $(tag) == 'package-2019-01-preview'
146163input-file:
147164- Microsoft.SecurityInsights/preview/2019-01-01-preview/Aggregations.json
148165- Microsoft.SecurityInsights/preview/2019-01-01-preview/AutomationRules.json
@@ -182,7 +199,7 @@ directive:
182199This section describes what SDK should be generated by the automatic system.
183200This is not used by Autorest itself.
184201
185- ` ` ` yaml $(swagger-to-sdk)
202+ ` ` ` yaml $(swagger-to-sdk)
186203swagger-to-sdk:
187204 - repo: azure-sdk-for-net
188205 - repo: azure-sdk-for-go
@@ -198,7 +215,7 @@ swagger-to-sdk:
198215These settings apply only when `--csharp` is specified on the command line.
199216Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azure-sdk-for-net clone>`.
200217
201- ` ` ` yaml $(csharp)
218+ ` ` ` yaml $(csharp)
202219csharp:
203220 azure-arm: true
204221 license-header: MICROSOFT_MIT_NO_VERSION
@@ -223,6 +240,3 @@ See configuration in [readme.nodejs.md](./readme.nodejs.md)
223240# # TypeScript
224241
225242See configuration in [readme.typescript.md](./readme.typescript.md)
226-
227-
228-
0 commit comments