-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[AutoPR securityinsights/resource-manager] Creates the "real" API for Scheduled Alert Rules #4229
[AutoPR securityinsights/resource-manager] Creates the "real" API for Scheduled Alert Rules #4229
Conversation
Codecov Report
@@ Coverage Diff @@
## restapi_auto_securityinsights/resource-manager #4229 +/- ##
==================================================================================
- Coverage 53.76% 53.76% -0.01%
==================================================================================
Files 9800 9796 -4
Lines 209939 209935 -4
==================================================================================
- Hits 112870 112866 -4
Misses 97069 97069 Continue to review full report at Codecov.
|
(message created by the CI based on PR content) Installation instructionPackage azure-mgmt-securityinsightYou can install the package You can build a wheel to distribute for test using the following command: If you have a local clone of this repository, you can also do:
Or build a wheel file to distribute for testing:
Direct downloadYour files can be directly downloaded here: |
Fixing comments from PR- * Changing durations to fit standards * Changing operators to fit other RPs * Align naming to scheduledAlertRules * Adding 200 response to DeleteScheduledAlertRule
Adding kind to AlertRule and making Scheduled as a specific kind
Fix some errors
Trying to solve the model validator issues
This PR has been merged into #4268 |
Created to sync Azure/azure-rest-api-specs#5084