-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Ofeklutzky/automation rules2025 09 01 #36588
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
Merged
guywilfshukrun
merged 3 commits into
Azure:dev-Sentinel-securityinsights-Microsoft.SecurityInsights-2025-09-01
from
Ofek-Lutzky-MSFT:ofeklutzky/AutomationRules2025-09-01
Aug 25, 2025
Merged
Ofeklutzky/automation rules2025 09 01 #36588
guywilfshukrun
merged 3 commits into
Azure:dev-Sentinel-securityinsights-Microsoft.SecurityInsights-2025-09-01
from
Ofek-Lutzky-MSFT:ofeklutzky/AutomationRules2025-09-01
Aug 25, 2025
Conversation
This file contains hidden or 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
…s-2025-09-01' of https://github.com/Azure/azure-rest-api-specs into ofeklutzky/AutomationRules2025-09-01
Next Steps to Merge⌛ Please wait. Next steps to merge this PR are being evaluated by automation. ⌛ |
|
PR validation pipeline restarted successfully. If there is ApiView generated, it will be updated in this comment. |
Contributor
|
Thank you for your contribution @Ofek-Lutzky-MSFT! We will review the pull request and get back to you soon. |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews
|
Member
|
/azp run |
|
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
809d914
into
Azure:dev-Sentinel-securityinsights-Microsoft.SecurityInsights-2025-09-01
66 of 68 checks passed
guywilfshukrun
added a commit
that referenced
this pull request
Sep 15, 2025
…36900) * Copy files from stable/2025-06-01 Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to stable/2025-09-01 Updated the API version from stable/2025-06-01 to stable/2025-09-01. * Added tag for 2025-09-01 in readme file * Ofeklutzky/automation rules2025 09 01 (#36588) * java, loadtesting, Update tspconfig.yaml (#36583) * change json --------- Co-authored-by: Weidong Xu <weidxu@microsoft.com> * add suppressions from 2025-06-01 * Revert "add suppressions from 2025-06-01" This reverts commit 91eed3a. * Adding supressions with where clause --------- Co-authored-by: Guy Wilf Shukrun <gwilfshukrun@microsoft.com> Co-authored-by: Ofek-Lutzky-MSFT <126381097+Ofek-Lutzky-MSFT@users.noreply.github.com> Co-authored-by: Weidong Xu <weidxu@microsoft.com>
markcowl
pushed a commit
to markcowl/azure-rest-api-specs
that referenced
this pull request
Sep 18, 2025
…zure#36900) * Copy files from stable/2025-06-01 Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to stable/2025-09-01 Updated the API version from stable/2025-06-01 to stable/2025-09-01. * Added tag for 2025-09-01 in readme file * Ofeklutzky/automation rules2025 09 01 (Azure#36588) * java, loadtesting, Update tspconfig.yaml (Azure#36583) * change json --------- Co-authored-by: Weidong Xu <weidxu@microsoft.com> * add suppressions from 2025-06-01 * Revert "add suppressions from 2025-06-01" This reverts commit 91eed3a. * Adding supressions with where clause --------- Co-authored-by: Guy Wilf Shukrun <gwilfshukrun@microsoft.com> Co-authored-by: Ofek-Lutzky-MSFT <126381097+Ofek-Lutzky-MSFT@users.noreply.github.com> Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
brownfield
Brownfield services will soon be required to convert to TypeSpec. See https://aka.ms/azsdk/typespec.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
resource-manager
TypeSpec
Authored with TypeSpec
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Choose a PR Template
Changed Automation rules New Stable version json to contain :
"AutomationRulePropertyArrayConditionSupportedArrayConditionType": {
"description": "Describes an array condition evaluation type.",
"enum": [
"AnyItem",
"AllItems"
],
"type": "string",
"example": "AnyItem",
"x-ms-enum": {
"name": "AutomationRulePropertyArrayConditionSupportedArrayConditionType",
"modelAsString": true,
"values": [
{
"value": "AnyItem",
"description": "Evaluate the condition as true if any item fulfills it"
},
{
"value": "AllItems",
"description": "Evaluate the condition as true if all the items fulfill it"
}
]
}
},