Skip to content
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
58c5f10
Update stable version
alshulma Mar 29, 2020
b333f12
Some updates
alshulma Mar 29, 2020
6986016
Another change
alshulma Mar 30, 2020
7651dee
Remove objects
alshulma Mar 30, 2020
a518a8b
Removed IncidentConfiguration
alshulma Mar 30, 2020
9e2d683
Fix issues
alshulma Mar 31, 2020
5254c53
revert preview
alshulma Mar 31, 2020
64ea1dc
Add objects
alshulma Mar 31, 2020
cd5381d
Add Entity
alshulma Mar 31, 2020
a14ea3c
Add more
alshulma Mar 31, 2020
20a70b0
EntityCommonProperties
alshulma Mar 31, 2020
924a697
Changes
alshulma Mar 31, 2020
811d359
prettier
alshulma Mar 31, 2020
0472d8d
Remove
alshulma Mar 31, 2020
ad54db9
Make pretty
alshulma Mar 31, 2020
5736c21
Remove unneeded definitions
ityankel May 6, 2020
d02ebaf
Update incidents definition and examples
ityankel May 6, 2020
ed584ba
Update CreateOfficeDataConnetor.json
ofshomro May 14, 2020
8da661a
Update CreateOfficeDataConnetor.json
ofshomro May 14, 2020
5617583
Update CreateFusionAlertRule.json
ofshomro May 14, 2020
ae8cdb3
Update CreateBookmark.json
ofshomro May 14, 2020
2e51f2e
Update CreateActionOfAlertRule.json
ofshomro May 14, 2020
0eb98bf
Update CreateBookmark.json
ofshomro May 17, 2020
ea5bd5f
Update CreateBookmark.json
ofshomro May 17, 2020
856d771
Update operationId of GET on a single incident comment
ityankel Jun 2, 2020
5d13817
Update SecurityInsights.json
ofshomro Jun 3, 2020
526ce10
Update SecurityInsights.json
ofshomro Jun 3, 2020
39bffde
Fixed Analytics issues + CloudError from common
laithhisham Jun 3, 2020
1cc27d5
More fixes to the Analytics sections
laithhisham Jun 3, 2020
03ace77
fixed AlertRuleKind after referencing to it - changed to string
laithhisham Jun 3, 2020
dbf12a9
fix incorrect hierarchy in MicrosoftSecurityIncidentCreationAlertRule…
laithhisham Jun 4, 2020
7228009
extracted MicrosoftSecurityIncidentCreationAlertRuleTemplateCommonPro…
laithhisham Jun 4, 2020
2389fc9
extracted MicrosoftSecurityProductName to enum
laithhisham Jun 4, 2020
ee1b66f
Update SecurityInsights.json
ofshomro Jun 7, 2020
7dc16dd
Update SecurityInsights.json
ofshomro Jun 10, 2020
c24e7d0
remove discriminator and required from enum - it is set on the using …
laithhisham Jun 12, 2020
81054a9
Revert "remove discriminator and required from enum - it is set on th…
laithhisham Jun 16, 2020
abee5fb
revert the discriminator kind change
laithhisham Jun 16, 2020
241b383
Revert "revert the discriminator kind change"
laithhisham Jun 17, 2020
b621be9
Revert "Revert "remove discriminator and required from enum - it is s…
laithhisham Jun 17, 2020
ee6249f
Update SecurityInsights.json
ofshomro Jun 18, 2020
41e0086
DataConnectorKind to enum
Jun 18, 2020
b027278
SettingsKind to enum
Jun 18, 2020
24ff41c
Remove double allOff in connectors
Jun 21, 2020
fc2d5c8
Fix connectors inner properties
Jun 21, 2020
9ba3fa0
fix scheduled alert rule template properties
laithhisham Jun 21, 2020
62dd5e3
fixed nested all of issue in analytic rules templates
laithhisham Jun 23, 2020
d13e37b
Fix inner allof in connectors properties
Jun 23, 2020
999a343
Merge branch 'feature/alshulma/UpdateStableVersion' of https://github…
Jun 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"operationalInsightsResourceProvider": "Microsoft.OperationalInsights",
"dataConnectorId": "73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"dataConnector": {
"id": "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalIinsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/dataConnectors/73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"name": "73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"type": "Microsoft.SecurityInsights/dataConnectors",
"kind": "Office365",
"etag": "\"0300bf09-0000-0000-0000-5c37296e0000\"",
"properties": {
Expand Down
Loading