-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add office IRM * fix * fix * fix * fix Co-authored-by: omerhaimov <omer.haimovich@gmail.com>
- Loading branch information
1 parent
c8a145b
commit 554bc20
Showing
3 changed files
with
121 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...sights/preview/2021-09-01-preview/examples/dataConnectors/CheckRequirementsOfficeIRM.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-09-01-preview", | ||
"subscriptionId": "d0cfe6b2-9ac0-4464-9919-dccaee2e48c0", | ||
"resourceGroupName": "myRg", | ||
"workspaceName": "myWorkspace", | ||
"operationalInsightsResourceProvider": "Microsoft.OperationalInsights", | ||
"DataConnectorsCheckRequirements": { | ||
"kind": "OfficeIRM", | ||
"properties": { | ||
"tenantId": "2070ecc9-b4d5-4ae4-adaa-936fa1954fa8" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"authorizationState": "Valid", | ||
"licenseState": "Valid" | ||
} | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
...iew/2021-09-01-preview/examples/dataConnectors/GetMicrosoftInsiderRiskManagementById.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-09-01-preview", | ||
"subscriptionId": "d0cfe6b2-9ac0-4464-9919-dccaee2e48c0", | ||
"resourceGroupName": "myRg", | ||
"workspaceName": "myWorkspace", | ||
"operationalInsightsResourceProvider": "Microsoft.OperationalInsights", | ||
"dataConnectorId": "3d3e955e-33eb-401d-89a7-251c81ddd660" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/dataConnectors/3d3e955e-33eb-401d-89a7-251c81ddd660", | ||
"name": "3d3e955e-33eb-401d-89a7-251c81ddd660", | ||
"type": "Microsoft.SecurityInsights/dataConnectors", | ||
"kind": "OfficeIRM", | ||
"etag": "\"0300bf09-0000-0000-0000-5c37296e0000\"", | ||
"properties": { | ||
"tenantId": "2070ecc9-b4d5-4ae4-adaa-936fa1954fa8", | ||
"dataTypes": { | ||
"alerts": { | ||
"state": "Enabled" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |