-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Creates the "real" API for Scheduled Alert Rules #5084
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
If you're a MSFT employee, click this link |
Automation for azure-sdk-for-jsThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
Automation for azure-sdk-for-nodeThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
Can one of the admins verify this patch? |
...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
...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
...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
...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
...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
...Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/DeleteScheduledAlertRule.json
Show resolved
Hide resolved
...resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json
Outdated
Show resolved
Hide resolved
* Changing durations to fit standards * Changing operators to fit other RPs * Align naming to scheduledAlertRules * Adding 200 response to DeleteScheduledAlertRule
alertTriggerOperator => triggerOperator alertTriggerThreshold => triggerThreshold
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.
Approved from ARM
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.
LGTM
This reverts commit d847550.
This reverts commit d847550.
* Revert "typo: azure-mgmt-containerservices -> azure-mgmt-containerservice (#5103)" This reverts commit c8be36b. * Revert "Add missing Java code gen info to Kusto (#5142)" This reverts commit 8c304e7. * Revert "Update compute.json (#4866)" This reverts commit 72afb64. * Revert "Add SkillsetOperations to C# code generation settings (#5132)" This reverts commit b2ed47f. * Revert "[GuestConfiguration]Update ConfigurationInfo class to include version field (#5131)" This reverts commit 930987c. * Revert "Adding new api-version to Microsoft.Security Alerts resource (#4902)" This reverts commit 93f46f5. * Revert "Add a spec for policyStates API version 2018-07-01-preview (#5134)" This reverts commit 84d025e. * Revert "added link to disk properties for UltraSSD values (#5135)" This reverts commit e713e24. * Revert "Undoing unintended removal of a field (#5133)" This reverts commit e0f2f8c. * Revert "Run separate instance of OAV (#5026)" This reverts commit e44239a. * Revert "Eventhub: Added skipEmptyArchives to Eventhub CaptureDescription (#5105)" This reverts commit eaf5e5c. * Revert "Resourcehealth events response (#5116)" This reverts commit 935baac. * Revert "Add Helm Events to ACR Schema for Event Grid (#5109)" This reverts commit 6f4cee5. * Revert " Creates the "real" API for Scheduled Alert Rules (#5084)" This reverts commit d847550. * Revert "Update managedInstances.json (#5114)" This reverts commit 2072ba5. * Revert "HDFS FE: Update 2018-11-09 DataLakeStorage Swagger. (#5108)" This reverts commit 60a8c18. * Revert "Add dispatch child to LUIS Runtime response (#5100)" This reverts commit 03581da. * Revert "Add new field 'proximityPlacementGroup' to properties of HanaInstance (#5107)" This reverts commit 31fa6a1. * Revert "fix Go SDK codegen for Microsoft.Insights (#5106)" This reverts commit b5ac8e3. * Revert "[AKS] add apiServerAuthorizedIPRanges property (#5101)" This reverts commit 8d178c3.
* Creating first and basic swagger for new RP of ASI (Azure Security Insight). 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. * updating the operationalInsightsResourceProvider to be a global parameter and reuse it in the PUT same as in the GET * Fixing comments from PR * Fixing the Microsoft.OperationalInsight to the right form * Updating the location to be under- "resource-manager" * adding readme files for the swagger * Changing the path of the files to the correct path * Change the location of the readme files * Fixing inconsistency in the naming- changing everything to SecurityInsights * Missed the file when aligned the name to SecurityInsights * Fixing a redundant space in the examples * add alertRule to the CreateAlertRule.json and do some indentation fixes * Creates the "real" API for Scheduled Alert Rules * Update the name alertRule to alertScheduledtRule in the creation example * Fixing comments from PR- * Changing durations to fit standards * Changing operators to fit other RPs * Align naming to scheduledAlertRules * Adding 200 response to DeleteScheduledAlertRule * Changing naming- alertTriggerOperator => triggerOperator alertTriggerThreshold => triggerThreshold * Adding kind to AlertRule and making Scheduled as a specific kind * Fix some errors * Trying to solve the model validator issues * Fixing indentation
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.