MDC: Adding 2025-10-01-preview version to Microsoft.Security/Pricings API#40501
Merged
eliagrady merged 100 commits intoAzure:mainfrom Mar 11, 2026
Merged
MDC: Adding 2025-10-01-preview version to Microsoft.Security/Pricings API#40501eliagrady merged 100 commits intoAzure:mainfrom
eliagrady merged 100 commits intoAzure:mainfrom
Conversation
…Automations resource
…entSnapshot data types
Member
|
required check lintidiff is failing. please fix. |
auto-merge was automatically disabled
March 11, 2026 09:39
Head branch was pushed to by a user without write access
Member
|
Added Approved-Suppression for now to unblock the pr as as i saw mentioned the comments for them will be addressed in another PR. |
markcowl
added a commit
to markcowl/azure-rest-api-specs
that referenced
this pull request
Apr 7, 2026
… API (Azure#40501) * Add blockchain to latest profile * Add additional types * Add SubAssessment event source type and add more automations examples * Change Location isReadOnlu to false * Test * Add new read/write location and add new type TrackedResourceLocation * Minor * minor * prettier fixes * Change variable name to TrackedResourceLocation * Change type name TrackedResourceLocation to AzureTrackedResourceLocation * Update automations example * Add SecureScores & SecureScoreControls as new supported datatypes in Automations resource * [ASC.Automations] add new data type RegulatoryComplianceAssessment * Add Secure Scores and Regulatory Compliance snapshot data types * Changes * minor fix * syntax fixes * [Microsoft.Security/Automations] Add AssessmentsSnapshot & SubAssessmentSnapshot data types * minor * minor * minor * minor * MDC: Adding 2024-07-01-preview version to SecurityConnectors API [Introducing new Docker-Hub Environment] * MDC: Adding 2024-07-01-preview version to SecurityConnectors API [Introducing new Docker-Hub Environment] * Add DefenderForContainersDockerHub offering * minor fix * Copy files from stable/2024-01-01 Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to preview/2025-10-01-preview Updated the API version from stable/2024-01-01 to preview/2025-10-01-preview. * Added tag for 2025-10-01-preview in readme file * Copy files from stable/2024-01-01 Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to preview/2025-10-01-preview Updated the API version from stable/2024-01-01 to preview/2025-10-01-preview. * Added tag for 2025-10-01-preview in readme file * . * Copy files from stable/2024-01-01 Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to preview/2025-10-01-preview Updated the API version from stable/2024-01-01 to preview/2025-10-01-preview. * Added tag for 2025-10-01-preview in readme file * . * . * . * . * . * Keren's updates - new properties * Remove redundent inherited property * Add examples for containers resource level * Revert "Remove redundent inherited property" This reverts commit d118085. * . * . * . * . * . * . * . * . * . * address issue Azure#1 * address issue Azure#2 * resolving conflict from folder migration * add v1 * Delete unnesscary files * change * . * . * . * Remove ScopeIdSubscriptionOnly from existing API versions' types.json The ScopeIdSubscriptionOnly parameter was incorrectly added to all existing API versions' common/v1/types.json files. This parameter is only used by the new 2025-10-01-preview pricings.json BatchUpdate operation and should only exist in the 2025-10-01-preview/common/v1/types.json file. This fixes the VersioningReviewRequired and Swagger Avocado check failures by not modifying existing API versions. * Fix CI failures: PUT->POST for BatchUpdate, remove error responses/examples, fix Avocado/LintDiff * Fix LintDiff, Avocado, and prettier issues - Add x-ms-pageable to Pricings_List operation (fixes XmsPageableForListCalls) - Fix suppression paths: backslash to forward slash for Linux CI compatibility - Add suppressions for new LintDiff violations: PathForResourceAction, AvoidAdditionalProperties, RequiredReadOnlySystemData, PutInOperationName, ParameterNotDefinedInGlobalParameters, EnumInsteadOfBoolean - Add Avocado suppressions: MULTIPLE_API_VERSION, NOT_LATEST_API_VERSION_IN_DEFAULT_TAG, MISSING_APIS_IN_DEFAULT_TAG - Update composite-v3 tag to include preview/2025-10-01-preview/pricings.json - Fix truncated suppression reason text - Apply prettier formatting to x-ms-identifiers arrays * Fix CI: restore stable pricings and securityConnectors in default composite tag - Keep stable/2024-01-01/pricings.json in package-composite-v3 default tag (was incorrectly replaced with preview/2025-10-01-preview/pricings.json) - Restore preview/2024-08-01-preview/securityConnectors.json in default tag (was incorrectly changed to non-existent stable/2024-01-01/securityConnectors.json) - Remove unnecessary MULTIPLE_API_VERSION suppression These changes fix Swagger Avocado, BreakingChange, and LintDiff CI failures. * Restore MULTIPLE_API_VERSION suppression for Avocado check The default composite tag (package-composite-v3) intentionally includes multiple API versions across Security Center features. This suppression was mistakenly removed in the previous fix. * Rename pricings/batch to pricings/batchUpdate for PathForResourceAction compliance * . * . * Rename batch URL from batchUpdate to batch and update PathForResourceAction suppression * Add where: clauses to 2025-10-01-preview suppressions in readme.md * Fix ARM path validation: use /pricings/default/batch for even-segment compliance --------- Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com> Co-authored-by: Your Name <you@example.com> Co-authored-by: chshum <chshum@microsoft.com> Co-authored-by: Keren Damari <kedamari@microsoft.com> Co-authored-by: ygorshomov <ygorshomov@microsoft.com> Co-authored-by: zedy <zedy@wicresoft.com> Co-authored-by: Elia Grady <eliagrady@users.noreply.github.com> Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>
markcowl
added a commit
to markcowl/azure-rest-api-specs
that referenced
this pull request
Apr 9, 2026
… API (Azure#40501) * Add blockchain to latest profile * Add additional types * Add SubAssessment event source type and add more automations examples * Change Location isReadOnlu to false * Test * Add new read/write location and add new type TrackedResourceLocation * Minor * minor * prettier fixes * Change variable name to TrackedResourceLocation * Change type name TrackedResourceLocation to AzureTrackedResourceLocation * Update automations example * Add SecureScores & SecureScoreControls as new supported datatypes in Automations resource * [ASC.Automations] add new data type RegulatoryComplianceAssessment * Add Secure Scores and Regulatory Compliance snapshot data types * Changes * minor fix * syntax fixes * [Microsoft.Security/Automations] Add AssessmentsSnapshot & SubAssessmentSnapshot data types * minor * minor * minor * minor * MDC: Adding 2024-07-01-preview version to SecurityConnectors API [Introducing new Docker-Hub Environment] * MDC: Adding 2024-07-01-preview version to SecurityConnectors API [Introducing new Docker-Hub Environment] * Add DefenderForContainersDockerHub offering * minor fix * Copy files from stable/2024-01-01 Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to preview/2025-10-01-preview Updated the API version from stable/2024-01-01 to preview/2025-10-01-preview. * Added tag for 2025-10-01-preview in readme file * Copy files from stable/2024-01-01 Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to preview/2025-10-01-preview Updated the API version from stable/2024-01-01 to preview/2025-10-01-preview. * Added tag for 2025-10-01-preview in readme file * . * Copy files from stable/2024-01-01 Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to preview/2025-10-01-preview Updated the API version from stable/2024-01-01 to preview/2025-10-01-preview. * Added tag for 2025-10-01-preview in readme file * . * . * . * . * . * Keren's updates - new properties * Remove redundent inherited property * Add examples for containers resource level * Revert "Remove redundent inherited property" This reverts commit d118085. * . * . * . * . * . * . * . * . * . * address issue Azure#1 * address issue Azure#2 * resolving conflict from folder migration * add v1 * Delete unnesscary files * change * . * . * . * Remove ScopeIdSubscriptionOnly from existing API versions' types.json The ScopeIdSubscriptionOnly parameter was incorrectly added to all existing API versions' common/v1/types.json files. This parameter is only used by the new 2025-10-01-preview pricings.json BatchUpdate operation and should only exist in the 2025-10-01-preview/common/v1/types.json file. This fixes the VersioningReviewRequired and Swagger Avocado check failures by not modifying existing API versions. * Fix CI failures: PUT->POST for BatchUpdate, remove error responses/examples, fix Avocado/LintDiff * Fix LintDiff, Avocado, and prettier issues - Add x-ms-pageable to Pricings_List operation (fixes XmsPageableForListCalls) - Fix suppression paths: backslash to forward slash for Linux CI compatibility - Add suppressions for new LintDiff violations: PathForResourceAction, AvoidAdditionalProperties, RequiredReadOnlySystemData, PutInOperationName, ParameterNotDefinedInGlobalParameters, EnumInsteadOfBoolean - Add Avocado suppressions: MULTIPLE_API_VERSION, NOT_LATEST_API_VERSION_IN_DEFAULT_TAG, MISSING_APIS_IN_DEFAULT_TAG - Update composite-v3 tag to include preview/2025-10-01-preview/pricings.json - Fix truncated suppression reason text - Apply prettier formatting to x-ms-identifiers arrays * Fix CI: restore stable pricings and securityConnectors in default composite tag - Keep stable/2024-01-01/pricings.json in package-composite-v3 default tag (was incorrectly replaced with preview/2025-10-01-preview/pricings.json) - Restore preview/2024-08-01-preview/securityConnectors.json in default tag (was incorrectly changed to non-existent stable/2024-01-01/securityConnectors.json) - Remove unnecessary MULTIPLE_API_VERSION suppression These changes fix Swagger Avocado, BreakingChange, and LintDiff CI failures. * Restore MULTIPLE_API_VERSION suppression for Avocado check The default composite tag (package-composite-v3) intentionally includes multiple API versions across Security Center features. This suppression was mistakenly removed in the previous fix. * Rename pricings/batch to pricings/batchUpdate for PathForResourceAction compliance * . * . * Rename batch URL from batchUpdate to batch and update PathForResourceAction suppression * Add where: clauses to 2025-10-01-preview suppressions in readme.md * Fix ARM path validation: use /pricings/default/batch for even-segment compliance --------- Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com> Co-authored-by: Your Name <you@example.com> Co-authored-by: chshum <chshum@microsoft.com> Co-authored-by: Keren Damari <kedamari@microsoft.com> Co-authored-by: ygorshomov <ygorshomov@microsoft.com> Co-authored-by: zedy <zedy@wicresoft.com> Co-authored-by: Elia Grady <eliagrady@users.noreply.github.com> Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
ARM (Control Plane) API Specification Update Pull Request
Tip
Overwhelmed by all this guidance? See the
Getting helpsection at the bottom of this PR description.PR review workflow diagram
Please understand this diagram before proceeding. It explains how to get your PR approved & merged.
Purpose of this PR
What's the purpose of this PR? Check the specific option that applies. This is mandatory!
Due diligence checklist
To merge this PR, you must go through the following checklist and confirm you understood
and followed the instructions by checking all the boxes:
ARM resource provider contract and
REST guidelines (estimated time: 4 hours).
I understand this is required before I can proceed to the diagram Step 2, "ARM API changes review", for this PR.
Additional information
Viewing API changes
For convenient view of the API changes made by this PR, refer to the URLs provided in the table
in the
Generated ApiViewcomment added to this PR. You can use ApiView to show API versions diff.Suppressing failures
If one or multiple validation error/warning suppression(s) is detected in your PR, please follow the
suppressions guide to get approval.
Getting help
Purpose of this PRandDue diligence checklist.write accessper aka.ms/azsdk/access#request-access-to-rest-api-or-sdk-repositoriesNext Steps to Mergecomment. It will appear within few minutes of submitting this PR and will continue to be up-to-date with current PR state.and https://aka.ms/ci-fix.
queuedstate, please add a comment with contents/azp run.This should result in a new comment denoting a
PR validation pipelinehas started and the checks should be updated after few minutes.