@@ -26,17 +26,41 @@ These are the global settings for the SecurityInsights API.
26
26
27
27
``` yaml
28
28
openapi-type : arm
29
- tag : package-preview-2021-10
29
+ tag : package-preview-2022-01
30
30
` ` `
31
31
32
32
---
33
33
34
34
35
+ ### Tag: package-preview-2022-01
36
+
37
+ These settings apply only when ` --tag=package-preview-2022-01` is specified on the command line.
38
+
39
+ ` ` ` yaml $(tag) == 'package-preview-2022-01'
40
+ input-file:
41
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/AlertRules.json
42
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/AutomationRules.json
43
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/Bookmarks.json
44
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/Enrichment.json
45
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/Entities.json
46
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/EntityQueries.json
47
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/EntityQueryTemplates.json
48
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/Incidents.json
49
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/Metadata.json
50
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/OfficeConsents.json
51
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/OnboardingStates.json
52
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/Settings.json
53
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/SourceControls.json
54
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/ThreatIntelligence.json
55
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/Watchlists.json
56
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/dataConnectors.json
57
+ - Microsoft.SecurityInsights/preview/2022-01-01-preview/operations.json
58
+ ` ` `
35
59
# ## Tag: package-preview-2021-10
36
60
37
61
These settings apply only when `--tag=package-preview-2021-10` is specified on the command line.
38
62
39
- ` ` ` yaml $(tag) == 'package-preview-2021-10'
63
+ ` ` ` yaml $(tag) == 'package-preview-2021-10'
40
64
input-file:
41
65
- Microsoft.SecurityInsights/preview/2021-10-01-preview/AlertRules.json
42
66
- Microsoft.SecurityInsights/preview/2021-10-01-preview/AutomationRules.json
@@ -56,6 +80,7 @@ input-file:
56
80
- Microsoft.SecurityInsights/preview/2021-10-01-preview/dataConnectors.json
57
81
- Microsoft.SecurityInsights/preview/2021-10-01-preview/operations.json
58
82
` ` `
83
+
59
84
# ## Tag: package-preview-2021-09
60
85
61
86
These settings apply only when `--tag=package-preview-2021-09` is specified on the command line.
@@ -217,4 +242,4 @@ See configuration in [readme.typescript.md](./readme.typescript.md)
217
242
218
243
# # Java
219
244
220
- See configuration in [readme.java.md](./readme.java.md)
245
+ See configuration in [readme.java.md](./readme.java.md)
0 commit comments