@@ -26,17 +26,45 @@ These are the global settings for the SecurityInsights API.
2626
2727``` yaml
2828openapi-type : arm
29- tag : package-preview-2023-02
29+ tag : package-preview-2023-03
3030` ` `
3131
3232---
3333
3434
35+ ### Tag: package-preview-2023-03
36+
37+ These settings apply only when ` --tag=package-preview-2023-03` is specified on the command line.
38+
39+ ` ` ` yaml $(tag) == 'package-preview-2023-03'
40+ input-file:
41+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/AlertRules.json
42+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/AutomationRules.json
43+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/Bookmarks.json
44+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/Enrichment.json
45+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/Entities.json
46+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/EntityQueries.json
47+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/EntityQueryTemplates.json
48+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/FileImports.json
49+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/Incidents.json
50+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/Metadata.json
51+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/OfficeConsents.json
52+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/OnboardingStates.json
53+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/Recommendations.json
54+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/SecurityMLAnalyticsSettings.json
55+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/Settings.json
56+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/SourceControls.json
57+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/ThreatIntelligence.json
58+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/TriggeredAnalyticsRuleRuns.json
59+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/Watchlists.json
60+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/dataConnectors.json
61+ - Microsoft.SecurityInsights/preview/2023-03-01-preview/operations.json
62+ ` ` `
3563# ## Tag: package-preview-2023-02
3664
3765These settings apply only when `--tag=package-preview-2023-02` is specified on the command line.
3866
39- ` ` ` yaml $(tag) == 'package-preview-2023-02'
67+ ` ` ` yaml $(tag) == 'package-preview-2023-02'
4068input-file:
4169 - Microsoft.SecurityInsights/preview/2023-02-01-preview/AlertRules.json
4270 - Microsoft.SecurityInsights/preview/2023-02-01-preview/TriggeredAnalyticsRuleRuns.json
@@ -60,6 +88,7 @@ input-file:
6088 - Microsoft.SecurityInsights/preview/2023-02-01-preview/dataConnectors.json
6189 - Microsoft.SecurityInsights/preview/2023-02-01-preview/operations.json
6290` ` `
91+
6392# ## Tag: package-preview-2022-12
6493
6594These settings apply only when `--tag=package-preview-2022-12` is specified on the command line.
0 commit comments