forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SecurityInsights metadata preview API (Azure#15012)
* Copy commit from private repo * Make new API version * Remove old examples * Fix exclusion for Metadata list endpoint * Move back to initial preview version * Change id to contentId, sourceId * Fix sourceId in get all example * Update enums, required fields * Update enums, required fields
- Loading branch information
Showing
7 changed files
with
90 additions
and
93 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
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
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
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 |
---|---|---|
|
@@ -16,10 +16,10 @@ | |
"properties": { | ||
"contentId": "c00ee137-7475-47c8-9cce-ec6f0f1bedd0", | ||
"version": "1.0.0.0", | ||
"kind": "analyticRule", | ||
"kind": "AnalyticsRule", | ||
"parentId": "/subscriptions/2e1dc338-d04d-4443-b721-037eff4fdcac/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/alertRules/ruleName", | ||
"source": { | ||
"kind": "solution", | ||
"kind": "Solution", | ||
"name": "Contoso Solution 1.0", | ||
"sourceId": "b688a130-76f4-4a07-bf57-762222a3cadf" | ||
}, | ||
|
@@ -31,7 +31,7 @@ | |
"name": "Microsoft", | ||
"email": "[email protected]", | ||
"link": "https://support.microsoft.com/", | ||
"tier": "developer" | ||
"tier": "Partner" | ||
}, | ||
"dependencies": { | ||
"operator": "AND", | ||
|
@@ -41,26 +41,26 @@ | |
"criteria": [ | ||
{ | ||
"contentId": "045d06d0-ee72-4794-aba4-cf5646e4c756", | ||
"kind": "dataConnector" | ||
"kind": "DataConnector" | ||
}, | ||
{ | ||
"contentId": "dbfcb2cc-d782-40ef-8d94-fe7af58a6f2d", | ||
"kind": "dataConnector" | ||
"kind": "DataConnector" | ||
}, | ||
{ | ||
"contentId": "de4dca9b-eb37-47d6-a56f-b8b06b261593", | ||
"kind": "dataConnector", | ||
"kind": "DataConnector", | ||
"version": "2.0" | ||
} | ||
] | ||
}, | ||
{ | ||
"kind": "playbook", | ||
"kind": "Playbook", | ||
"contentId": "31ee11cc-9989-4de8-b176-5e0ef5c4dbab", | ||
"version": "1.0" | ||
}, | ||
{ | ||
"kind": "parser", | ||
"kind": "Parser", | ||
"contentId": "21ba424a-9438-4444-953a-7059539a7a1b" | ||
} | ||
] | ||
|
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
Oops, something went wrong.