InAccount Restore for SQL and MongoDB changes#1
Merged
pjohari-ms merged 1 commit intoAug 29, 2022
Merged
Conversation
4a5197d
into
dev-cosmos-db-Microsoft.DocumentDB-2022-08-15-preview
pjohari-ms
pushed a commit
that referenced
this pull request
May 9, 2024
…onvmaypreview ga (Azure#28841) * Add examples and api version for May GA and Preview * Add Aspect related tsp changes * Some API version corrections * Remove Custom Conv Summarization examples from May GA examples * minor api adjustments for other custom conv summarization attributes * Add an example and specifications for entity tags (#1) * compile fixes * Add examples * Examples changes * Changes to remove older preview API version in Analyze conversations * Fix compile error and add compiled swagger json * Fix some avocado and prettier check issues * Fix some more lintdiff and avocado errors * Correct Readme * Fix typespec validation * Address minor documenatation comment --------- Co-authored-by: Aurgho Bhattacharjee <aurghob@microsoft.com> Co-authored-by: nithya4 <13850604+nithya4@users.noreply.github.com>
pjohari-ms
pushed a commit
that referenced
this pull request
Apr 15, 2025
…zure#32308) * VM, NIC & Disk Hydration & Disk Resizing API changes for version 2025-02-01-preview (Azure#20735) * VM, NIC & Disk Hydration API changes for version 2025-02-01-preview * Disk resizing changes --------- Co-authored-by: Manasi <magund@microsoft.com> Co-authored-by: Neeraj Dixit <ndixit@microsoft.com> * Fix cspell and generated stackhcivm.json file * Revert Disk resizing changes from 2025-02-01-preview APIs Reverted change follows: https://github.com/neerajdixit-msft2/azure-rest-api-specs-pr/pull/2/files * Add Day2 NIC support and provisioning status for NSG * Fix typespec failures * Disk resize changes (#1) * disk resize changes * remove dynamic flag --------- Co-authored-by: Manasi <magund@microsoft.com> --------- Co-authored-by: neerajdixit-msft2 <123779900+neerajdixit-msft2@users.noreply.github.com> Co-authored-by: Manasi <magund@microsoft.com> Co-authored-by: Neeraj Dixit <ndixit@microsoft.com> Co-authored-by: Anchal Verma <anchalverma@microsoft.com> Co-authored-by: aanchalv05 <96567691+aanchalv05@users.noreply.github.com> Co-authored-by: Manasi Gund <manasigund22@gmail.com>
pjohari-ms
pushed a commit
that referenced
this pull request
Mar 17, 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 #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.
Adding missed InAccount Restore changes for SQL and MongoDB