-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding all ASI RP APIs #5173
Adding all ASI RP APIs #5173
Conversation
…sight). This RP is an extension RP of "Microsoft.operationalinsights", and it is coupled to a Log analytics workspace. This is a first iteration in order to create a simple RP with single endpoint, after it wil work the API will be changed with the actual and full endpoints based on the learnings from this POC.
…eter and reuse it in the PUT same as in the GET
Merging from Azure Repo
* Changing durations to fit standards * Changing operators to fit other RPs * Align naming to scheduledAlertRules * Adding 200 response to DeleteScheduledAlertRule
alertTriggerOperator => triggerOperator alertTriggerThreshold => triggerThreshold
Merge back
Please consider expanding the acronym on the enum value. UserAndEntityBehaviorAnalyticsSettings is probably too much, but BehaviorAnalyticsSettings would improve readability. Refers to: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json:2717 in 36b0f2d. [](commit_id = 36b0f2d, deletion_comment = False) |
Also please expand ATP in the description once you add it. In reply to: 462482230 [](ancestors = 462482230) Refers to: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json:2768 in 36b0f2d. [](commit_id = 36b0f2d, deletion_comment = False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕐
...resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json
Outdated
Show resolved
Hide resolved
...resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json
Show resolved
Hide resolved
...resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json
Outdated
Show resolved
Hide resolved
...resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json
Show resolved
Hide resolved
...resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json
Outdated
Show resolved
Hide resolved
...resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json
Show resolved
Hide resolved
...resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json
Outdated
Show resolved
Hide resolved
@majastrz Without LA workspace it won't exist, in our code we are listening only on request that are being made on Microsoft.OperationalInsights RP-/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalIinsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/cases |
@majastrz, @ravbhatnagar - I see that you both have questions regarding "actions", let's discuss it today on the meeting |
What's the different between it and other cases? What's your concern? |
Actions will be only nested resource at the moment, so ruleId is not needed currently. Patterns will be removed so Guid will not be mandatory as parameter. ruleName will be cahanged to displayName in AlertRules
One design feedback needs to be revisited - currently, actions is a child type under alertRules. This means that to associate a webhook, or endpoint with multiple alertRules, multiple child resources of type actions must be created. This will result in management overhead for these resources. In future, service team will support actions under cases resource type as well. And the plan is to add this as a nested resource type under cases as well.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The JSON is malformed causing parsing failure, see the log.
@nirgfani also is the service deployed and live? |
...resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json
Outdated
Show resolved
Hide resolved
...resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json
Outdated
Show resolved
Hide resolved
* AvailabilitySet swagger changes and examples * Using struct for avSet props. * Updated availability set from array to object * Changing object to array of objects for vm
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.