Skip to content

Conversation

XiaofeiCao
Copy link
Contributor

@XiaofeiCao XiaofeiCao commented Jul 2, 2025

This PR migrates your latest version (identified by the tag in your readme.md) of swagger to TypeSpec. We already tried our best to make sure the TypeSpec represents same as previous swagger. Since we lack the business knowledge, please validate this PR again to make sure it's functional equivalent as before. The local validation step is at Getting started | TypeSpec Azure

Besides, TypeSpec encourages to follow ARM guidelines. Therefore, some representations in your previous swagger will be fixed to follow these guidelines. When you see differences in your local validation, please keep this note in mind.

Please reach out to TypeSpec Discussions Channel if there is any help needed.

Copy link

openapi-pipeline-app bot commented Jul 2, 2025

Next Steps to Merge

Next steps that must be taken to merge this PR:
  • ❌ This PR targets either the main branch of the public specs repo or the RPSaaSMaster branch of the private specs repo. These branches are not intended for iterative development. Therefore, you must acknowledge you understand that after this PR is merged, the APIs are considered shipped to Azure customers. Any further attempts at in-place modifications to the APIs will be subject to Azure's versioning and breaking change policies. Additionally, for control plane APIs, you must acknowledge that you are following all the best practices documented by ARM at aka.ms/armapibestpractices. If you do intend to release the APIs to your customers by merging this PR, add the PublishToCustomers label to your PR in acknowledgement of the above. Otherwise, retarget this PR onto a feature branch, i.e. with prefix release- (see aka.ms/azsdk/api-versions#release--branches).
  • ❌ This PR is in purview of the ARM review (label: ARMReview). This PR must get ARMSignedOff label from an ARM reviewer.
    This PR is not ready for ARM review (label: NotReadyForARMReview). This PR will not be reviewed by ARM until relevant problems are fixed. Consult the rest of this Next Steps to Merge comment for details.
    Once the blocking problems are addressed, add to the PR a comment with contents /azp run. Automation will re-evaluate this PR and if everything looks good, it will add WaitForARMFeedback label which will put this PR on the ARM review queue.
    For details of the ARM review, see aka.ms/azsdk/pr-arm-review
  • ❌ This PR is NotReadyForARMReview because it has the VersioningReviewRequired label.
  • ❌ This PR has at least one change violating Azure versioning policy (label: VersioningReviewRequired).
    To unblock this PR, either a) introduce a new API version with these changes instead of modifying an existing API version, or b) follow the process at aka.ms/brch.

Copy link

openapi-pipeline-app bot commented Jul 2, 2025

PR validation pipeline restarted successfully. If there is ApiView generated, it will be updated in this comment.

@XiaofeiCao XiaofeiCao added the TypeSpec Authored with TypeSpec label Jul 2, 2025
Copy link

github-actions bot commented Jul 2, 2025

API Change Check

APIView identified API level changes in this PR and created the following API reviews

Language API Review for Package
Swagger Microsoft.DBforPostgreSQL
TypeSpec Microsoft.DBforPostgreSQL
Go sdk/resourcemanager/postgresqlhsc/armpostgresqlhsc
JavaScript @azure/arm-postgresqlhsc
Java com.azure.resourcemanager:azure-resourcemanager-cosmosdbforpostgresql

@AzureRestAPISpecReview AzureRestAPISpecReview added resource-manager VersioningReviewRequired <valid label in PR review process>add this label when versioning review is required labels Jul 2, 2025
@pshao25 pshao25 changed the title [WIP] migrate PostgresqlHsc to TypeSpec Migrate PostgresqlHsc to TypeSpec Jul 22, 2025
@pshao25 pshao25 marked this pull request as ready for review July 22, 2025 06:09
@XiaofeiCao
Copy link
Contributor Author

/azp run SDK Validation - Java

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@XiaofeiCao
Copy link
Contributor Author

@tadelesh Java's emitter seems ok. Did Go emitter upgrade to the latest typespec-azure-resource-manager (0.59.1 should be good I believe)?

@tadelesh
Copy link
Member

/azp run SDK Validation - Go

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@pshao25 pshao25 added BreakingChange-Approved-Benign Changes are not breaking at the REST API level and have at most minor impact to generated SDKs. Approved-LintDiff PublishToCustomers Acknowledgement the changes will be published to Azure customers. labels Aug 29, 2025
@XiaofeiCao XiaofeiCao force-pushed the migrate/postgresqlhsc branch from d1afd2e to 293f8a2 Compare August 29, 2025 09:21
fix final-state-via

use ArmCombinedLroHeaders
@XiaofeiCao XiaofeiCao force-pushed the migrate/postgresqlhsc branch from 293f8a2 to 7fce79b Compare August 29, 2025 09:25
@pshao25 pshao25 added the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label Aug 29, 2025
@github-actions github-actions bot removed the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label Aug 29, 2025
@pshao25 pshao25 added the Versioning-Approved-Benign https://github.com/Azure/azure-sdk-tools/issues/6374 label Aug 29, 2025
@github-actions github-actions bot added WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required and removed NotReadyForARMReview labels Aug 29, 2025
@pshao25 pshao25 added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review NotReadyForARMReview and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Aug 29, 2025
@pshao25 pshao25 merged commit e60eab3 into Azure:main Aug 29, 2025
76 of 86 checks passed
najian pushed a commit that referenced this pull request Sep 17, 2025
…37326)

* [EngSys] Move `prettier-swagger-plugin.js` to `eng/scripts` (#36715)

- Should work now, since `Swagger PrettierCheck` is now outside the unified pipeline
- Reverts PR "Fix prettier config to work locally and in unified pipeline (#25705)"
- Reverts commit b204f92b6b81968b9c718fe42f7b87bbd89568c3

* make the namespace to be `azure.ai.language.text` (#36743)

* [summarize-impact] Enable logging in changed-files (#36742)

* Common prompts (#36744)

* common file references + merged typespec don't create branch

* woops common

* Sync eng/common directory with azure-sdk-tools for PR 11559 (#36746)

* Add a new script to mark package as released from release pipeline

* Update eng/common/scripts/Mark-ReleasePlanCompletion.ps1

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix spacing in the script

* Update script to check active release plans using package name and pr merge status

* Log work item Ids if multiple works items are found for release plan

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* typespec merged stay on main (#36747)

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* Update to support MG level calls (#36301)

* Update Swagger

* Update location

* Add management group param

* Fix typo

* Add header in 202

* Swagger prettier check

* Add operations

* Typo

* Fix order

* Remove operations

* Update version and update MG name

* Update path

* Update example

---------

Co-authored-by: Celina Zhao <zhaocelina@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* Review request for Microsoft.ContainerService/aks to add version stable/2025-07-01 (#36361)

* Adds base for updating Microsoft.ContainerService/aks from version stable/2025-05-01 to version 2025-07-01

* Updates readme

* Updates API version in new specs and examples

* Add Kind and Automatic in 2025-07-01 api (#36293)

* [AKS] add AzureLinux3 ossku (#36338)

* feat: Add new AzureLinux3 ossku

* chore: reorder

* chore: update description

---------

Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: lilypan26 <lilylpan0426@gmail.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

* Edge Sites updating service group name pattern validation (#36619)

* removed pattern validation for sg to enable site creation at sg root

* added sites.json post compilation

* added regex for servicegroupname

---------

Co-authored-by: Ayushi Upmanyu <aupmanyu@microsoft.com>

* fix optionality (#36766)

Co-authored-by: tadelesh <chenjieshi@microsoft.com>

* Support download swagger from RPSaaS (#36770)

Co-authored-by: Pan Shao <pashao@microsoft.com>

* Cut 2025-09-01-GA Azure.Search Dataplane API Version (#36049)

* Copy files from stable/2024-07-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/2024-07-01 to stable/2025-09-01.

* Initial API cut

* Sync Azs to GH Swagger and examples

* Add Index Level Description

* [Bugfix] Adding name property to SearchIndexerStatus

* Swagger & SDK Changes for MRL GA

* Add normalizers swagger

* GA subscore for vector with debug query mode

* Onelake GA Swagger changes

* swagger change: support new object rescoringOptions,
deprecate old rerankWithOriginalVectors and defaultOversampling properties

* Add Document Intelligence Changes

* GA semantic scoring profile

* Add semantic partial response fix

* Fix description for debug definition

* Sync eng/common directory with azure-sdk-tools for PR 11726 (#36782)

* Update release plan completion script to take package info file

* Take only info file path as param

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>

* [Monitor.Ingestion] .NET client generation (#36759)

The focus of these changes is to update the
Ingestion assets to support generation of the
.NET client library.

* Rename LRO operations to internal for Python (#36756)

* Set LRO operations to internal for python

* Fix go validation issue

---------

Co-authored-by: Rena Chen <rechen@microsoft.com>

* Bump @apidevtools/json-schema-ref-parser in /.github/shared (#36777)

Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 14.1.1 to 14.2.0.
- [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
- [Commits](https://github.com/APIDevTools/json-schema-ref-parser/compare/v14.1.1...v14.2.0)

---
updated-dependencies:
- dependency-name: "@apidevtools/json-schema-ref-parser"
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @apidevtools/json-schema-ref-parser in /.github (#36775)

Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 14.1.1 to 14.2.0.
- [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
- [Commits](https://github.com/APIDevTools/json-schema-ref-parser/compare/v14.1.1...v14.2.0)

---
updated-dependencies:
- dependency-name: "@apidevtools/json-schema-ref-parser"
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump typescript-eslint (#36776)

Bumps the eslint group with 1 update in the /.github directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `typescript-eslint` from 8.39.1 to 8.40.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.40.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.40.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [CogSvc] Fix 2025-04-01-preview and 2025-06-01 stable API to match service behavior for account networkInjections property (#36395)

* Fix API to match service behavior for account networkInjections property
* Fix 2025-04-01 preview API to match service behavior for account networkInjections property
* add suppressions

---------

Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>
Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* Add delta class for fabric tool (#36785)

* [WebPubSub] TSP Migration for WebPubSub (#35853)

* init files from conversion

* initial checklist fixes

* fix service decorator info

* enum to union in models

* newly compiled files

* add linter

* initial warnings fixes

* updates

* fix

* suppress warnings

* suppress for std ops

* emitter updates

* rename interface name to match output

* adjust ns

* mod output dir location

* add tokencredential

* ignore mqtt for spelling

* prettier fixes

* match the orig doc

* client customizations

* update method name

* update version info

* rename operation to match old

* fix package pprint name

* align error codes and success

* fix kwarg names

* rename operation to match

* update ns name

* mark model as pagedResult

* removed unused model

* removed openapi import

* leave query as is

* fix listconn op to be a list, fix model item

* clean up tsp config

* fix typo

* info for other languages, commented out for now

* add suppressions for backwards comp

* removed unused imports

* remove interfaces, remove client location

* add connection_id to groupmember

* fix missing json ref

* add new json file

* changes to tspconfig

* changes for other langs

* add suppressions

* rename

* add csharp pckage name

* tsp config changes

* add reference

* add ts package dir

* remove additional files

* reset readme file

* new namespace

* remove old swagger

* add new swagger and examples

* point readme to new swagger

* fix readme

* some minor changes

* align response codes with openapi

* align response codes

* update to compliant names

* try to fix model validation byte error

* fix byte validation error

* fix deprecation error

* fix validation

* keep the old swagger name

* readme update for swagger rename

* small fixes

* formatting

* fix js tspconfig

* Add Powershell Installation Instructions for Copilot (#36788)

* Update client.tsp for IotOperations (#36783)

* Storagemover 2025-07-01 api version (#36560)

* Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized functions.

* Fix missing newline at end of file in JSON examples for Azure Storage Mover endpoints

* Fix missing newline at end of file in multiple JSON example files for Azure Storage Mover

* Update example JSON files for Azure Storage Mover to ensure consistency and clarity

* empty

---------

Co-authored-by: Suyash Choudhary <choudharysu@microsoft.com>
Co-authored-by: cptolookfor <97505773+cptolookfor@users.noreply.github.com>
Co-authored-by: Ray Chen <raychen@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* fix CheckNameAvailabilityRequest (#36797)

* [Microsoft.Resources] Deployment Stacks TypeSpec migration. (#35588)

* Add TSP.

* Add 2022-08-01-preview examples.

* Add 2024-03-01 examples.

* Work around response typing issue. TODO on x-ms-error-response.

* This is probably more semantically correct.

* Fix differences

* Supress + compact docs.

* Compact.

* Nevermind, tsp formatter doesn't like it.

* Fix tspconfig

* Fix .NET SDK validation errors.

* More suppressions

* Remove these I don't think it's needed

* Update examples.

* Align with checklist.

* Commit generated files.

* tsp format .

* Fix failing typespec config validation.

* Fix management group name and body name in examples.

* Fix model validation problems.

* Fix tspconfig.

* tsp compile .

* More ModelValidation fixes.

* Fix lintdiff error.

* Update to v6 common types per lint warnings.

* tsp compile . for the provisioning state fix.

* Rename, add csharp filter.

* Update suppression notes.

* Update notes.

* Remove language-specific configs per TSP migration for Bicep.Management https://github.com/Azure/azure-rest-api-specs/pull/35306

* Fix package names.

* Attempt to fix some breaking changes/back-compat issues.

* Don't rename in the response.

* Back compat fixes

* Fix examples.

* Breaking changes fixes.

* This isn't needed.

* Based on the examples, I don't think this is proper usage.

* resolve breaking changes

* update

* update

* Update tspconfig.yaml

---------

Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>

* Bump @autorest/openapi-to-typespec (#36796)

Bumps the openapi-to-typespec group with 1 update in the / directory: [@autorest/openapi-to-typespec](https://github.com/Azure/autorest).


Updates `@autorest/openapi-to-typespec` from 0.11.8 to 0.11.9
- [Release notes](https://github.com/Azure/autorest/releases)
- [Commits](https://github.com/Azure/autorest/commits)

---
updated-dependencies:
- dependency-name: "@autorest/openapi-to-typespec"
  dependency-version: 0.11.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: openapi-to-typespec
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: format monitor.ingestion tsp files (#36827)

* Add Uasge.json (#36826)

* Add thread message delete operation (#35320)

* Add thread message delete operation

* Re generate swagger

* Add samples

* Fix

* Rename delete operation

* Sync eng/common directory with azure-sdk-tools for PR 11741 (#36835)

* Add a pipeline template to mark SDK package as released

* Ignore test release plans when marking package as released

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>

* Get traffic incident - updated sample request/response to include valid bbox values. (#34407)

* Updated sample response.

* Updated sample request information

---------

Co-authored-by: Faraz Siddiqui <124096851+FarazGIS@users.noreply.github.com>

* [compute fleet] remove @path decorator for resource (#36795)

Co-authored-by: ReleaseHelper <ReleaseHelper>

* [hardwaresecuritymodules] Change the position of the suppression and remove unnecessary decorators (#36854)

* Change the position of the suppression

* Delete unnecessary decorators

* Updated documentation for Azure Maps Geolocation API (#34054)

* Updated documentation

* Changed 'country' to 'country/region'.

* Suppressing TypeSpec error.

---------

Co-authored-by: Faraz Siddiqui <124096851+FarazGIS@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>

* [Azure Load Testing] Add 2025-03-01-preview Data-Plane APIs (#32585)

* Update typespec and add swagger JSON

* Add examples

* Update API version in examples

* Update data plane readme.md

* Add minValue and maxValue for loadPercentage

* Added CreatedByType updates and CreatedByUri properties

* Added CreatedByType updates and CreatedByUri properties

* Fix enum value

* Added clone test apis and equivalent LROs

* Missed uploading the swagger file

* Add insights in the test run result

* Examples and updates to operations apis

* Fixing the OperationSTatus LRO

* Revert "Add insights in the test run result"

This reverts commit d3d3672df2294d360168f8679767ee9af1a3b6cd.

* Revert loadPercentage change for optional engine instance

* Add maximumVirtualUsersPerEngine auto stop parameter

* Add examples and added decorator

* tsv format and prettier

* Updated examples

* Updated example to contain headers

* Reverting a change

* Fixing a change

* Renaming operation

* LintDiff supressions

* Update client.tsp to latest

* Updated generation

* Add estimatedVirtualUserHours

* Add Read lifecycle

* Add testIds filter for ListTestRuns (#35700)

* add testIds filter for ListTestRuns

* fix: update operationId for ListTestRuns to include TestIds

* fix: update title for ListTestRuns to reflect testIds filtering

* fix: update documentation for testIds in ListTestRunQueryParams to clarify usage

* Update examples

* Add testIds example

* Changes for actionable insights

* Adding specification for new ErrorDetail model (#36532)

* fix tsp issues

* Move examples to right folder

* updated swagger failure

* update model

* PR comments

* add suppression

* Fixing OperationStatus Response body as per review comment

---------

Co-authored-by: Mitesh Shah <58204159+mitsha-microsoft@users.noreply.github.com>
Co-authored-by: Venkat Ragavan S <vens@microsoft.com>
Co-authored-by: mbhardwaj-msft <169130830+mbhardwaj-msft@users.noreply.github.com>
Co-authored-by: Himanshu Bisht <himanshubishtcse@gmail.com>
Co-authored-by: Venkat Ragavan <50309787+venkatr21@users.noreply.github.com>

* Move insights to test run operations (#36856)

Co-authored-by: Venkat Ragavan S <vens@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 11745 (#36840)

* Fix wiql issue in getting release plan work items

* Update eng/common/scripts/Helpers/DevOps-WorkItem-Helpers.ps1

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* .NET requires custom source path since source path contains dev tools repo

* Remove order by

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update for august hotfix 2 (#36832)

Co-authored-by: Mike Harder <mharder@microsoft.com>

* [AI Projects] Removing unused config entries (#36860)

Signed-off-by: trangevi <trangevi@microsoft.com>

* [OpenAI.v1] Temporarily removing deployment-based multipart-form-data… (#36672)

* [OpenAI.v1] Temporarily removing deployment-based multipart-form-data operations.

* video.

* Fixing generate speech operation.

* finetuning.

* Unified Evaluation API Spec (Version upgrade) (#36115)

* Unified Evaluation API Spec (Version upgrade)

* updating tspconfig.yaml

* Use flat scores

* Updating routes + Removing Agent run evaluation

* rename items to messages

* Updating InlineJsonDataSource to InlineDataSource

* Updating discriminator values

* initial modeling for real-time api evaluation (#36147)

* initial modeling for real-time api: single evaluation

* update given comments

* add optional storage for customers

* remove plural

* updates given the SDK review

* remove the tsp generated json for merge ease

* OneEval is not a separate resource type

* remove additional storage option for sync. Clients will have to manage this

* Merge

* Update result model

* Fix example

* Adding standard deviation

* confidence interval

* Addressing feedback from API review

* nit fixing names

* Update to runBatch

* Readme update

* Example Added

* Fix examples

* Fix paths

* Revert older version changes

* Revert changes to older version

* Reverting more changes

* Adding Examples

* adding 2 MB limit

* Fix version in examples

* Added deprecated in route

* Adding comment

* Update name to id in new version of API

* Fix

* Model validation fixes

* EvaluationMessages -> EvaluatorMessages

* Fix model for labels

* Fixed examples for deprecated endpoints

* Removed deprecated routes

* Removed not needed files

* Correct Api-version in tspconfig.yaml

* Using OneEvaluation Model as request and response

* Remove state from individual result & put usage within metrics

* Update image url message type

* Removing request from response payload for OneEvaluation

* Fix example

* Mark API is deprecated

* Remove b64_json

* Fix image_url

* Adding error field as well in evaluator status

* Fix error message

* merge latest + fix tsp validation

* Fixed inline source to not return user data

* Fix the validation error

* Fix example

* Addressing PR comments - outcome union

* One -> Single rename

* Prettier fix

* Removing GetEvaluationResults API

* Fix lint issues

* prettier fix

---------

Co-authored-by: Ritesh Kumar Sinha <risinh@microsoft.com>
Co-authored-by: Kayla Seager <kayla.seager@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* [summarize-checks] Trigger on workflow "TypeSpec Validation" (#36864)

- Necessary if this required check finishes last

* Add SharePoint delta tool call. (#36865)

* Webpubsub To New TSP Folder Structure (#36833)

* delete old structure

* move to new structure

* files after tsp compile

* delete stragglers

* move under data plane

* update tspconfig path

* generated swagger

* update project root

* remove generated swaggers from data-plane level

* move readme up a level

* add readme

* point to right swagger

* changes

* reference swaggers

* update readme

* fix location

* location fix

* remove dupe readme

* [AzureDataTransfer] Bugfix for Mimefilter (#36862)

* init - bugfix

* add json

* examples

* pretty

* [context.js] Fix tests for 100% codecov, inline error snapshots (#36866)

* [python][security] Convert readme.python.md to singleapi package format (#36032)

* Initial plan

* Convert security readme.python.md to singleapi package format

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* [python][web] Convert readme.python.md to single-api package configuration (#35937)

* Initial plan

* Convert web readme.python.md to single-api package configuration

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* [python][compute] Update readme.python.md to convert to singleapi package (#36033)

* Initial plan

* Update compute readme.python.md to singleapi package format

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* init for package-python-sdk

* update

* fix python tag

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* adding new stable 2025-08-02 version for Microsoft.IoTFirmwareDefense (#36650)

* adding new stable 2025-08-02 version for the fist API. this will be the first GA API version

---------

Co-authored-by: Mike Lucadamo <mlucadamo@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>

* Update tspconfig.yaml to pin api-version (#36880)

* mgmt, signalr, convert to TypeSpec (#35463)

* [TSP Migration][databox] TypeSpec migrated from swagger (#35690)

* [servicefabricmanagedclusters] .NET Emitter: Treat timespan as string to avoid breaking change in csharp (#36883)

* Bump OAV (#36872)

* bump oav dep to 4.0.0. This eliminates dependencies on newman and postman-collective

This reverts commit dc5e725537b4e38cdbea0e7ca7b9dbaf338f2747.

* Update changelog parsing to round-trip header (#36884)

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 11807 (#36890)

* Update package release status completion to process multiple packages

* Updated as per review comments

* Updated as per review comments

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>

* Update access public for some models and enums (#36889)

Co-authored-by: Rena Chen <rechen@microsoft.com>

* [TypeSpecValidation] Improve error message for invalid service name (#36892)

* [extract-inputs] Improve Octokit request and rate-limit logging (#36871)

* Eladschwartz/adding new api docs for public 2025 version (#35121)

* Saving a working version

* Saving changes

* Save a working version

* Adding more models

* Saving changes

* Including minimal working example

* Saving changes to enum to string

* Updating enum types

* Saving changes

* Saving work

* Saving skus changes

* Saving enum work

* Saving description updates

* Removing redundant models

* Saving public offers example

* Saving changes

* Saving changes

* Saving examples

* Adding changes

* Adding more changes

* Making more changes

* Updating files

* Making more required compilation fixes

* Adding the json path to the readme

* Adding json path to the readme

* Fixing more validation issues

* Fixing linter error

* Reverting changes to "hasRI" fields

* Updating created openAPI spec

* Validation changes

* Updating PlanDetails

* Adding missing properties from examples

* Post compile check

* Adding "value" type to listing operation

* Removing irrelevant fields from the listing response

* Updating vCpu field

* Updating name of Azure Key

* Fixing pascal case issue

* Adding required changes to union types

* Adding model extensions

* Updating validation errors

* Adding descriminator suppression

* Adding description to Versions enum

* Removing SDK generation

* Adding more documentation changes

* Adding a more detailed description of azure benefit

* Adding search parameter

* Fixing description quotations

* Replacing enum types with string types

* Updating open api rest spec

* Updating openapi identifiers fields

* Adding suppresions for sdk generation

* Adding more lint diff fixes

* Fixing hidekeys and pricing audience location

* Fixing team suggestions

* Updating descriptions requested in API review

* Adding option  to omit unreachable types

* Removing key from json

* Updating inner error description

* Adding pricing audience to skus

* Adding updated enhanced descriptions

* More descriptions fixes

* Adding spelling ignore

* Fixing documentation descriptions

* Updating example files to match descriptions

* Adding more descriptions

* Saving changes

* Updating error payload in docs

* Remove max and min quantitiy from skus apis

* Checkin working version

* Saving changes from internal docs review

* Fixing merge issues

* Moving types to definition section

* More loop component updates

* Finalizing changes

* Update descriptions

* AzureTerraform 2025-09-01-preview (#36638)

- New input properties: includeRoleAssignment, includeManagedResource, includeResourceGroup, recursive
- Vastly improved docs

* Generate portalservices .NET SDK  using new generator (#36901)

* Added bulk review api (#36774)

* Added bulk review api

* Added valid arm id in example

* Made TSV as optional param in bulk publish

* space fix

---------

Co-authored-by: Ravindra Dongade <rdongade@microsoft.com>

* Bump zod from 4.0.17 to 4.1.1 in /.github (#36896)

Bumps [zod](https://github.com/colinhacks/zod) from 4.0.17 to 4.1.1.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.0.17...v4.1.1)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the eslint group across 2 directories with 2 updates (#36895)

Bumps the eslint group with 2 updates in the /.github directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint](https://github.com/eslint/eslint).
Bumps the eslint group with 2 updates in the /.github/shared directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint](https://github.com/eslint/eslint).


Updates `@eslint/js` from 9.33.0 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.34.0/packages/js)

Updates `eslint` from 9.33.0 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.33.0...v9.34.0)

Updates `@eslint/js` from 9.33.0 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.34.0/packages/js)

Updates `eslint` from 9.33.0 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.33.0...v9.34.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@eslint/js"
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added package name (#36918)

* Sync eng/common directory with azure-sdk-tools for PR 11802 (#36886)

* prompt files for labels and codeowners

* Update eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md

Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>

* Update eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md

Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>

* changed NotAServiceLabel line

* changed guidance to the documentation

* specified which PRs to display

* Update eng/common/instructions/azsdk-tools/validate-service-label.instruction.md

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/validate-codeowners.instructions.md

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/validate-service-label.instruction.md

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

---------

Co-authored-by: shirelmr <t-smarino@microsoft.com>
Co-authored-by: Shirel Marino <80732950+shirelmr@users.noreply.github.com>
Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
Co-authored-by: Michelle <t-michellema@microsoft.com>
Co-authored-by: Michelle Ma <145605943+michiisai@users.noreply.github.com>
Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>

* Adding prompts for CODEOWNERS and Labels tools (#36885)

* moved service label prompt to new feature branch

* added additional guidance for naming service labels

* Edited service label prompt file to include new MCP tools

* Added details for if branch already exists for service label

* Completed first draft of validatecodeowners prompt file

* Corrected some syntax for consistency

* Minor changes to codeowners

* Exluded our codeowners stretch goals (adding and deleting codeowners)

* Updated prompt files to utilize exisiting validation prompt files.
Updated some guidance steps.

* Reordered the workflow in prompt files

* Extra checks for service label color in the common-labels csv file

* Updated the codeowners prompt file and relating steps.

* added definitive style for service labels

* Added additional guidance for naming labels

* Updated codeowners prompt file to use new tools/workflow.

* reformatted to improve readability

* rewrote the workflow to account for mcp tool changes

* reduced redundacy for labels and codeowners

* added link for invalid owners to set visbility to public

* Changing prompt files.

* added links for codeowners documentation

* modified lines for provide documentation

* changed tools names

* updated file names

* changes

* moved eng common files

* Fix links for validate service label and codeowners

---------

Co-authored-by: Michelle <t-michellema@microsoft.com>
Co-authored-by: ReilleyMilne <t-remilne@microsoft.com>
Co-authored-by: shirelmr <t-smarino@microsoft.com>

* Support customized branch when create sdk PR (#36748)

* Support customized branch when create sdk PR

* moved the step to inside of SDK PR condition

* support non-existed branch

* removed force push flag

* Updated SdkRepoCommit to SdkBranchName

* Updated parameter name

* updated regex to include !refs

* [EngSys] npm update (#36919)

* [api-doc-preview] Move from "shared" to "workflows" (#36893)

* Adding the beta7 swagger (#35757)

* Adding the beta7 swagger

* Adding the latest swagger for the signaling feature and missing media feature for beta7

* latest swagger changes includes the summarizecall feature

* swagger prettier

* updating the latest changes

* swagger prettier run

* add example for move participant

* rename the the example file to correct one

* prettier run

* adding the example for summariza call

* fixing the exampels

* fixing the build failures

* fixing moveparticipant model validation failure

* fixing model failure

* updating new swagger for renaming the transcriptioncallsummaryupdate to transcriptioncallsummaryupdated

* updating the latest swagger

* addressing the sdk reviews for the media

* updating the latest swagger

---------

Co-authored-by: James Deng (ACS) <jamesdeng@microsoft.com>

* [resourceManagement.yml] Fix bug with no changed files in more places (#36929)

* Updated the owner of SDK PR repo (#36925)

* [oav-runner] Remove warning messages from formatting output (#36935)

* Add new 2025-05-01-preview API version to Microsoft.Cdn Deployment Versions Public Preview (#35440)

* Base on latest stable version 2025-04-15. Includes updating api version to 2025-05-01-preview.

* Add 2025-05-01-preview to readme.md

* Copy existing mTLS API from 2024-06-01-preview and add new properties; Update examples

* Change for preview deployment feature

* Run prettier

* Update subscriptionId in example

* Fix model validation failed

* Fix ARM reviewer comments

* Update type string to date-time

* Fix formatting

* Rename timing

* Added header name to property description

* Rename time properties in example file

* rename to EnforceMtlsEnabledState

* Back out all mTLS API changes

* Clean up example files

* Add input file in readme

* Add input file in readme

* Add missing type and format

---------

Co-authored-by: shaowan-msft <shaowan@microsoft.com>

* [powerbidedicated]Remove redundant model and update Operations_List (#36877)

* update

* remove private things

* update (#36331)

* update (#36909)

* [summarize-checks] Add test for extracting summary from zip archive (#36942)

- Conditional on existence of "unzip" executable

* [workloadorchestration] use ArmCustomPatchSync for patch method (#36691)

* [workloadorchestration]use ArmCustomPatchSync for patch method

* update

* Update Solution.tsp

* use customized update model instead

* update

* update

* Revert "update"

This reverts commit df2945931b05682e1a74798435589d4dad62013d.

* remove tags

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

* Cognitive Services 2025-07-01-preview (#35345)

* Baseline against 2025-06-01 stable.
* Update readme.md to use package-2025-07-01-preview by default
* Added Quota Tier Swagger Specs  (#35388)
* [CustomTopic] Add custom topic feature to cogsvc control plane API (#35372)
* Added new Legacy lifecycle status, replacement config and model asset id (#35505)
* ReplacementConfig.autoUpgradeStartDate should be in format of date-time (#35655)
* Add storedCompletionsDisabled Account Properties: The flag to disable stored completions. (#35697)
* [Address PR feedback] Use enum instead of a boolean value to indicate deprecation status (#36189)
* Update to reference newer common types (#36208)
* Update all common type references to use v3 - v4+ will require breaking change verification.
* Enable modelerfour.lenient-model-deduplication for python and go SDK generation - ErrorResponse/ErrorDetail common types are being flagged without this setting.
* Fix invalid NetworkInjections specification - bug since 2025-04-01-preview (#36376)

---------

Co-authored-by: Ritwik Desai <ritwikdesai@users.noreply.github.com>
Co-authored-by: huliang-microsoft <54422042+huliang-microsoft@users.noreply.github.com>
Co-authored-by: Aditya Kumar <kumarad@microsoft.com>
Co-authored-by: Dawei Li <daweil@microsoft.com>
Co-authored-by: hgarg11 <garghimanshu@microsoft.com>

* Bump @microsoft.azure/openapi-validator-rulesets from 2.1.7 to 2.1.8 in /eng/tools/lint-diff in the openapi-validator group across 1 directory (#36894)

* Bump @microsoft.azure/openapi-validator-rulesets

Bumps the openapi-validator group with 1 update in the /eng/tools/lint-diff directory: [@microsoft.azure/openapi-validator-rulesets](https://github.com/Azure/azure-openapi-validator).


Updates `@microsoft.azure/openapi-validator-rulesets` from 2.1.7 to 2.1.8
- [Changelog](https://github.com/Azure/azure-openapi-validator/blob/main/changelog.md)
- [Commits](https://github.com/Azure/azure-openapi-validator/commits)

---
updated-dependencies:
- dependency-name: "@microsoft.azure/openapi-validator-rulesets"
  dependency-version: 2.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openapi-validator
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump ruleset in more files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* [summarize-checks] Use latest artifact named "job-summary" (#36640)

* fix powershell URL in copilot instructions (#36834)

* fix powershell URL in copilot instructions

* [EngSys] Skip ratelimit log if no response headers (#36958)

* Bump zod from 4.1.1 to 4.1.3 in /.github (#36956)

Bumps [zod](https://github.com/colinhacks/zod) from 4.1.1 to 4.1.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.1...v4.1.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* changed name file (#36960)

Co-authored-by: shirelmr <t-smarino@microsoft.com>

* snake case tool names (#36959)

* Remove csharp-service-dir parameter and standardize C# emitter output directory configuration (#36679)

* [ILogger] Add warning() method (#36967)

* Sync eng/common directory with azure-sdk-tools for PR 11839 (#36965)

* snake case

* change file name to .instructions.md

* Revert "change file name to .instructions.md"

This reverts commit c4bb65dc03258a45f74590edff6ccbf889d9e559.

---------

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* fix issues introduced by previous api-version bump of storagemover (#36949)

* Update models.tsp (#36908)

* [workloadorchestration] update operation (#36977)

* update operation

* update operation

* Add back location and azure-asyncoperation (#36980)

Co-authored-by: Pan Shao <pashao@microsoft.com>

* Change the description of deprecating vm refresh action of RetainedData. (#35867)

* Change the description of deprecating vm refresh action of RetainedData.

* Revert "Change the description of deprecating vm refresh action of RetainedData."

This reverts commit 1ec0dfdadf36d1322db51098d4c3cb2fa85d7430.

* Add deprecated directive and slightly change the description.

---------

Co-authored-by: wenjiezhang <wenjiezhang@microsoft.com>

* update route description (#36974)

Co-authored-by: Will Huang <huangwill@microsoft.com>

* [issues.js] Add "logger" parameter (#36987)

* Adding readme.md file in resource-manager folder (#36660)

* Adding readme.md file in resource-manager folder

* Updating readme

* [Swagger to TSP conversion] [mgmt] dnsresolver (#36066)

* try migrate

* update tsp and compile again

* Fix and generate

* delete temp files

* remove old swagger

* delete sparse-spec

* fix lint

* configure sdk emitter

* configure sdk emitter

* configure sdk emitter

* fix typespec validation

* pretieer

* remove dnsresolver.json

* update tspconfig

* fix duplicate actionType issue

* add clientLocation

* resolve spec changes

* fix validation

* fix validation

* fix swagger validation

* fix swagger validation

* update suppress message and update CloudError

* regen swagger

* update

* resolve breaking

* no need client.tsp

* resolve breaking

* Update tspconfig.yaml

* Update tspconfig.yaml

* fix lro and paging validation errors

* remove sparse-spec

* Fix partial resource

* Add .net configuration

* update etag

* remove operation id

* suppress validation error

* use using Network

* update .net configuration

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* Add @qiaozha as code owner for suppressions.yaml (#37001)

Added @qiaozha as a code owner for suppressions.yaml.

* [Typespec Migration] migrate mysql-flexible to typespec (#35895)

* migrate mysql to typespec

* update

* update

* update

* update

* update

* update

* update

* update

* remove old swagger

* update

* update

* update

* update

* update

* update

* update

* update

* Update models.tsp

* update

* update

* update

* update

* Update readme.md

* update

* update

* pretty check

* update

* Update client.tsp

* update

* Update routes.tsp

* Update readme.md

* update

* update

* update

* update

* Update tspconfig.yaml

* update

* update

* Update tspconfig.yaml

* update

* update

* update

* update

* update

* update

* Revert "update"

This reverts commit e9d1b9bcfa4a5ba539fca243e0d9b8de19fcfe10.

* revert customized code change

* update PrivateEndpointConnection

* update

* update

* update

* update

* update

* update

* update

* update

* update

* Update tspconfig.yaml

* Update tspconfig.yaml

* java backward compatibility

* remove @operationId & fix operation group name and operation name

* Update PrivateEndpointConnection.tsp

* update

* Revert "update"

This reverts commit 3cd500d361b11fa433530130d56f34932e509b92.

* Update client.tsp

* resolve comments

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Arthur Ma <arthurma@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Qiaoqiao Zhang <qiaozha@microsoft.com>
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Revert "Unified Evaluation API Spec (Version upgrade) (#36115)" (#36964)

This reverts commit ec27c0af880a760064919e25de052b35b1eebee3.

* Add DeliveryReport GET endpoint for ACS SMS (#36621)

* Add DeliveryReport GET endpoint for ACS SMS

* Merge DeliveryReport examples into one file

* adjust readme.md to have new version

* updating the version  in the main file

* changing api version to all example files

---------

Co-authored-by: Kirill Linnik <klinnik@microsoft.com>

* [Support] tsp migration  (#35579)

* update default tag

* init tsp

* init swagger

* add suppression for warning

* fix body name

* fix breaking

* Fix for nextlink

* fix for return type name of list operations

* fix body name

* fix for azure-async-operation

* fix for azure-async-operation

* fix for azure-async-operation

* fix for azure-async-operation

* temp files

* add @clientLocation and remove @operationId

* use @clientLocation to replace @operationId

* format

* format

* format

* fix Swagger ModelValidation error INVALID_FORMAT

* make value optional to keep compatibility with swagger

* add tspconfig.yaml

* customize for no body common op

* customize for no body common op

* format

* fix cspell

* fix ci

* fix ci

* fix ci

* resolve breaking

* update for empty union

* fix missing final result for lro

* update for @pageItems

* fix for pattern

* service-name

* remove legacy operation

* Add emit-lro-options: "all"

* remove csharp config

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>

* Add new version for Automated Response Public Preview (#36646)

* Current version copy

* Add new version for Automated Response Public Preview

* Update README

---------

Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>

* update model name (#37007)

* Update HDInsight Linked Service Swagger definition with new payload f… (#36664)

* Update HDInsight Linked Service Swagger definition with new payload fields: {clusterAuthType, credential}

* Update clusterAuthType field type to enum

---------

Co-authored-by: Nakul Ramanathan <nramanathan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>

* rename model (#37008)

* Bump marked from 16.2.0 to 16.2.1 in /.github/shared (#37002)

Bumps [marked](https://github.com/markedjs/marked) from 16.2.0 to 16.2.1.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v16.2.0...v16.2.1)

---
updated-dependencies:
- dependency-name: marked
  dependency-version: 16.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump marked from 16.2.0 to 16.2.1 in /.github (#37000)

Bumps [marked](https://github.com/markedjs/marked) from 16.2.0 to 16.2.1.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v16.2.0...v16.2.1)

---
updated-dependencies:
- dependency-name: marked
  dependency-version: 16.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump zod from 4.1.3 to 4.1.4 in /.github (#36999)

Bumps [zod](https://github.com/colinhacks/zod) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.3...v4.1.4)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add specific instruction for self service SDK gen from release planner (#36998)

* Add specific instruction for self service SDK gen from release planner

* Updating v1 specs with Chat, Embeddings, Responses, and Vector Stores moved out of preview. (#36955)

* Updating v1 specs with Responses and Chat moved out of preview.

* Adding vector stores

* embeddings

* adding obfuscation

* adding doc to obfuscation field

* Revert "Bump @microsoft.azure/openapi-validator-rulesets (#36894)" (#37014)

- Reverts commit 8b16c315f3a8e04d4c7fd24e01662ddda334b257
- New rule LroAzureAsyncOperationHeader appears to be blocking PRs incorrectly
- https://github.com/Azure/azure-openapi-validator/pull/749

* [readme.js] Add more tests for duplicate tags (#37012)

- Tests related to #37003 (which we decided to not fix)

* Bump zod from 4.1.4 to 4.1.5 in /.github (#37019)

Bumps [zod](https://github.com/colinhacks/zod) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.4...v4.1.5)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Convert Webpubsub Swagger to Tsp (#35228)

* update

* update

* delete

* update

* update

* update

* update

* update

* update

* need to add

* update

* update

* update

* update

* update

* update

* update

* update

* delete

* fix

* update

* update

* update

* fix regeneratekey

* update

* update

* update justification

* update

* update

* update

* update

* update

* update config

* update

* resolve breaking

* java config

* Update specification/webpubsub/SignalRService.Management/client.tsp

* fix go breaking change

* update

* update

* update

* update

* fix privateendpointconnection

* remove private decorator

* java config

* removed

* Remove the csharp config from tspconfig.yaml

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>

* [compute-recommender] Add client.tsp (#37021)

* Add client.tsp for Recommender Management

* Update client.tsp

* Java, client.tsp for storagemover (#37023)

* update service-name

* Java SDK migration fixes for StorageMover: use-object-for-unknown and localIPAddress property name fix

* Release Microsoft.Network 2024-10-01 (#35689)

* Copy files from stable/2024-07-01

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to stable/2024-10-01

Updated the API version from stable/2024-07-01 to stable/2024-10-01.

* Added tag for 2024-10-01 in readme file

* Adding extended location to azure firewall specification (#35134)

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* NVAInVnet swagger changes (#35302)

* add nvainvnet swagger & examples

* run prettier

---------

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* fix typo and GET example (#35348)

* Creating Packet Capture Operation API to replace existing packet capture API for Azure Firewall (#35362)

* Adding packet capture operation api for azure firewall - public preview feature

* Added Dedicated backend connection and certificate validation options in template for application Gateway Backend Settings (#35161)

Co-authored-by: Rajat Gupta <rajatgup@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Add Quic Protocol to TransportProtocol. (#35601)

* naming error fix (#35733)

* Packet Capture Parameter Fix: Adding a default integer to prevent default value of 1 being passed by powershell/generatedSDKs (#35779)

* Adding a default value to fix powershell forcing default 1 value for null parameter

* Updating descriptions and moving default duration to 60 seconds.

* Fixing grammar and verbiage

* Add host config for Java: Microsoft.Network API Version 2024-10-01 (#35710)

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>

* Update API Version 2024-10-01 in Microsoft.Network (#35744)

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>

* Update readme.python.md

* Add nsp service tags api (#36665)

Co-authored-by: Karthik Gumpu (from Dev Box) <karthikgumpu@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Add Suppression for LintDiff (#36732)

* Add LintDiff Suppression Update readme.md

* Add suppression to readme.md

* Update readme with transformation directives for resources (#37005)

Added directives for transforming client names in resource definitions.

---------

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: kjilla <32179191+kjilla@users.noreply.github.com>
Co-authored-by: sbhosalemsft <98562322+sbhosalemsft@users.noreply.github.com>
Co-authored-by: nikhilpadhye1 <68977752+nikhilpadhye1@users.noreply.github.com>
Co-authored-by: Rajat Gupta <grajat341@gmail.com>
Co-authored-by: Rajat Gupta <rajatgup@microsoft.com>
Co-authored-by: Eugenio Peña García <70240915+EugenioPena@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Karthik Gumpu <gumpukarthik@gmail.com>
Co-authored-by: Karthik Gumpu (from Dev Box) <karthikgumpu@microsoft.com>

* Update client.tsp (#37024)

* Update client.tsp

* Update client.tsp

* Update client.tsp

* Migrate PostgresqlHsc to TypeSpec (#35623)

* migrate

revert compare

* fix path

* tspconfig.yaml

* fix flatten

* fix legacy template

* fix examples

* tsp compile

* fix ClusterConfigurationListResult

* fix tsp validation

* fix prettier

* fix cspell

* fix tsp validation

* fix tsp format

* fix flatten

* java config

* tsp validation

* fix tspconfig.yaml

* fix breaking

* fix example model validation

* tsp format

* fix example

* update

* fix headers

* use recommended @list

* uniqueItems

* Update tspconfig.yaml

* fix privateendpointconnection

* java config

* Remove the csharp config from tspconfig.yaml

* fix lro headers

fix final-state-via

use ArmCombinedLroHeaders

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>

* Migrate quota to TypeSpec (#35884)

* Migrate quote to TypeSpec

* Fix Swagger diff and errors

* Update TSP version

* Fix Swagger diff and errors

* Remove fixme from doc

* run prettier check

* Restore the original state of version 2025-03-01

* update example

* update example

* Update readme and delete old swagger files

* resolve breaking

* Modify the type of properties

* Delete operationId decorator

The issue of missing 'x-ms paginatable' for SDK validation has not been fixed yet

* Add config for csharp

* Update tspconfig.yaml

* Fix the comments

* Add "x-ms-pageable"

* Fix FinalResult errors

* Add missing headers in response code

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* refactor(schemaregistry): migrate to unified folder structure (#36734)

* refactor folder structure

* update path to fix validation error

---------

Co-authored-by: User <user@example.com>

* Refactor devtestlabs folder structure to comply with Azure Guidelines (#36688)

* Refactor(containerstorage): migrate to unified folder structure  (#36769)

* Refactor containerstorage folder structure to comply with Azure Guidelines

* Add instruction.md

* refactor(datareplication): migrate to unified folder structure (#36768)

* refactor folder structure

* update path to fix ci error

* fix typespec validation ci error

* fix readme reference path

* Refactor(deviceprovisioningservices): migrate to unified folder structure  (#36804)

* Refactor deviceprovisioningservices folder structure to comply with Azure Guidelines

* Update folder stable/stable/2021-10-01=>stable/2021-10-01/

* Refactor elasticsan folder structure to comply with Azure Guidelines (#36809)

* refactor(azurelargeinstance): migrate to unified folder structure (#36824)

* refactor structure folder

* fix ci errors

* refactor(azurefleet): migrate to unified folder structure (#36805)

* refactor structure folder

* fix ci error

* refactor(purviewpolicy): migrate to unified folder structure (#36803)

* refactor structure folder

* fix ci error

* Refactor(guestconfiguration): migrate to unified folder structure (#36812)

* Refactor guestconfiguration folder structure to comply with Azure Guidelines

* Update

* Updated resource-manager/Microsoft.GuestConfiguration/GuestConfiguration to resource-manager/Microsoft.GuestConfiguration/Assignments

---------

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Refactor(powerbidedicated): migrate to unified folder structure (#36879)

* Refactor powerbidedicated folder structure to comply with Azure Guideline

* Fix ci error

* refactor(desktopvirtualization): migrate to unified folder structure (#36799)

* refactor structure folder

* fix ci error

* fix path in suppressions file

* refactor(vmware): migrate to unified folder structure (#36802)

* refactor structure folder

* fix ci errors

* update service name and fix semantic ci error

* fix the error in deliveryStatus type definition (from enum to string) (#37033)

* Add DeliveryReport GET endpoint for ACS SMS

* Merge DeliveryReport examples into one file

* adjust readme.md to have new version

* updating the version  in the main file

* changing api version to all example files

* changing enum to string

---------

Co-authored-by: Kirill Linnik <klinnik@microsoft.com>

* [dependabot.yml] Unfreeze autorest, js-yaml, cross-env.  Ungroup openapi-validator. (#37034)

- Unfreezing autorest and js-yaml is a continuation of #35166
- Unfreezing cross-env because v10 has sufficient adoption
- Ungrouping openapi-validator because ruleset should update independently

* Update CODEOWNERS for search data-plane and resource-manager (#37035)

* Remove Web KS from 08-01 Azure Search SDK (#36992)

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>
Co-authored-by: Kuan Lu <lucas95123@outlook.com>

* Fix response body in spec (#36707)

Co-authored-by: Arber Hila <ahila@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 11905 (#37036)

* Updated instructions files for service label and CODEOWNERS validation

* Update eng/common/instructions/azsdk-tools/validate-service-label.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Trim trailing whitespaces

* Added suggested changes from previous PR

---------

Co-authored-by: Michelle <t-michellema@microsoft.com>
Co-authored-by: Michelle Ma <145605943+michiisai@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* [Microsoft.AppConfiguration] Fix reference bug (#36072)

* Update

* Update

* Source user ID from graph api in TME (#37037)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Revert "Migrate quota to TypeSpec (#35884)" (#37040)

This reverts commit 02eba4b2b13f272dfd75a92c063fa1f01067ef3f.

* Users/tejasma/2025 09 01 (#36629)

* Copy files from stable/2025-07-15

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-07-15 to stable/2025-09-01.

* Added tag for 2025-09-01 in readme file

* modifies examples and adds enforcedGroupName

* updates examples and removes list endpoint

* removes enforcedGroupName from request body

* adds groupType property

* removes list group quota enforcement endpoint from 2025-07-01

* renames ListGroupQuotas and adds appropriate enums

* fixes typo and validation issues

* adds enum type string

* runs prettier

* adds display name and groupType

* adds provisioning State to GetGroupQuotas and ListGroupQuotas

* resolves model validation issue

* adds retry after,modifies 201 respones, and fixes example quality

* adds back file that was deleted in previous version

* Remove groupquota.json to match main branch

* removes subscriptionId from response body

* [.github] Workflows that use PR diff should trigger on "edited" (#37042)

- re-run if the base branch is changed
- previous merge commit may generate incorrect diff

* Update documentation for VirtualNetworkGateway and VirtualWan VpnServ… (#37026)

* Add 2 new POST APIs on VirtualNetworkGateway and VirtualWan resources. (#37028)

* Add Python support to client names in client.tsp (#37068)

* clean tag (#36559)

Co-authored-by: Judy Zhu <zhujudy@microsoft.com>
Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* [TSP Migration][advisor] TypeSpec migrated from swagger (#34319)

* First generate

* Fix some diff

* update

* update

* update

* update

* update

* update

* fix

* update

* fixed

* update

* update

* fix

* update

* update

* update

* update

* delete

* add clientName for go

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* delete

* resolve breaking change Deleted Class AdvisorManagementClient

* update

* update

* update

* resolve breaking

* fix go breaking

* merge

* rename for python

* update

* Update .gitignore

* update

* update

* remove csharp emmiter

* update

* update

* update

* Remove `@operationId`

* Add config for .NET

* Update client.tsp

* Update client.tsp

* add @operationId

* fix

* fix extendedProperties in PredictionResponseProperties

* Update clientLocation references to 'Recommendations'

---------

Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: mcgallan <1186003288@qq.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: JiaqiZhang-Dev <jiaqzhang@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: tadelesh <tadelesh.shi@live.cn>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* tsmv, add ignoreDefinitionCase option (#37065)

* add ignoreDefinitionCase option to tsmv

* comment

* add publish to jobtype (#37070)

* [OffAzure] Site model changes to merge DR and Migrate scenarios (#35842)

* Base commit from 2024-05-01-preview

Base commit

* Site schema changes

* Prettier changes

* fixes

* changes

* resolve comments

* revert changes

* Make changes to add machine resource id for fabric sites

* resolve comments

* resolve comments

* changes

* Fix descriptions

---------

Co-authored-by: Tianen <v-tianxi@microsoft.com>

* fix readme.md (#37077)

* Remove Private Decorator in Notificationhubs (#36903)

* update

* update

* fix format

* Remove Private Decorator in SqlViirtualmachine (#36904)

* update

* remove suppression

* Remove private decorators (#36943)

* Remove private decorators (#36938)

* Remove private decorators (#36944)

* Remove useless suppression (#36937)

Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Remove private decorators (#36946)

Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* [Bicep.Management] Fix C# names to align with original SDK (#35643)

* [Bicep.Management] Fix C# names to align with original SDK

* Update client.tsp

---------

Co-authored-by: Weidong Xu <weidxu@microsoft.com>

* Avere Azure Storage Cache Auto Import 2025-07-01 API Spec (#33395)

* Copy files from stable/2024-07-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-07-01

Updated the API version from stable/2024-07-01 to stable/2025-07-01.

* Added tag for 2025-07-01 in readme file

* Microsoft.StorageCace API version 2025-07-01 for AutoImport support

* Addressing Lint, Prettier and ModelValidation errors

* Addressing ModelValidation errors

* Addressing ModelValidation errors

* Addressing reviewers comments

* Adding start and completion time for auto import jobs and updating the examples

* Adding statusCode and statusMessage for AutoImport

---------

Co-authored-by: Aman Jain <amajai@microsoft.com>

* storage task assignment regex and top bug fix (#36668)

Co-authored-by: Saaqeb Siddiqi <ssiddiqi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>

* Add pull-requests: write permission to copilot-setup-steps.yml workflow (#37100)

* Add pull-requests: write permission to copilot-setup-steps.yml workflow

* [TSP Migration][redis] TypeSpec migrated from swagger (#35243)

* The first version of TSP

* Fix some errors and diffs

* update

* delete conditionalClientFlatten

* update

* update

* Update java config

* update config

* resolve breaking

* update

* resolve breaking

* update

* Resolve some comments

* Add FinalResult, parentResouce decorator, and remove ArmResponse

* resolve go breaking changes

* fix go breaking changes

* fix for python

* update

* Update tspconfig.yaml for Java

* Update Java tspconfig.yaml

* Fix the final result issue and update the syntax to the latest version

* Fix privateEndpointConnection issue and add missing "x-ms-external": true

* java config

* format

* Update the suppressions and documentation for redis TypeSpec conversion

* Recompile TypeSpec

* escape csharp for all clientLocation

* Add suppression

* Fix spelling

* apply renaming for csharp

* - more renaming
- remove Operations.list
- enable bicep serialization for csharp

* Remove useless decorators and replace the template used for operation

* Fix the issue of missing headers in the response code

* run tsp format

* Fix spelling errors

* tsp compile

* remove csharp config

* update comment type version to v4

* update

* Document some deprecated API properties. Change the PublicNetworkAccess default to a 'description' instead of a declaration, since default values do not apply to PATCH scenario and we get a linter warning for it

* Fix typo

* Remove the default public network access. Compile.

* Update examples and run tsp format

* Update examples

* Update .gitignore

* Update .gitig…
najian pushed a commit that referenced this pull request Sep 18, 2025
…37534)

* [EngSys] Skip ratelimit log if no response headers (#36958)

* Bump zod from 4.1.1 to 4.1.3 in /.github (#36956)

Bumps [zod](https://github.com/colinhacks/zod) from 4.1.1 to 4.1.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.1...v4.1.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* changed name file (#36960)

Co-authored-by: shirelmr <t-smarino@microsoft.com>

* snake case tool names (#36959)

* Remove csharp-service-dir parameter and standardize C# emitter output directory configuration (#36679)

* [ILogger] Add warning() method (#36967)

* Sync eng/common directory with azure-sdk-tools for PR 11839 (#36965)

* snake case

* change file name to .instructions.md

* Revert "change file name to .instructions.md"

This reverts commit c4bb65dc03258a45f74590edff6ccbf889d9e559.

---------

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* fix issues introduced by previous api-version bump of storagemover (#36949)

* Update models.tsp (#36908)

* [workloadorchestration] update operation (#36977)

* update operation

* update operation

* Add back location and azure-asyncoperation (#36980)

Co-authored-by: Pan Shao <pashao@microsoft.com>

* Change the description of deprecating vm refresh action of RetainedData. (#35867)

* Change the description of deprecating vm refresh action of RetainedData.

* Revert "Change the description of deprecating vm refresh action of RetainedData."

This reverts commit 1ec0dfdadf36d1322db51098d4c3cb2fa85d7430.

* Add deprecated directive and slightly change the description.

---------

Co-authored-by: wenjiezhang <wenjiezhang@microsoft.com>

* update route description (#36974)

Co-authored-by: Will Huang <huangwill@microsoft.com>

* [issues.js] Add "logger" parameter (#36987)

* Adding readme.md file in resource-manager folder (#36660)

* Adding readme.md file in resource-manager folder

* Updating readme

* [Swagger to TSP conversion] [mgmt] dnsresolver (#36066)

* try migrate

* update tsp and compile again

* Fix and generate

* delete temp files

* remove old swagger

* delete sparse-spec

* fix lint

* configure sdk emitter

* configure sdk emitter

* configure sdk emitter

* fix typespec validation

* pretieer

* remove dnsresolver.json

* update tspconfig

* fix duplicate actionType issue

* add clientLocation

* resolve spec changes

* fix validation

* fix validation

* fix swagger validation

* fix swagger validation

* update suppress message and update CloudError

* regen swagger

* update

* resolve breaking

* no need client.tsp

* resolve breaking

* Update tspconfig.yaml

* Update tspconfig.yaml

* fix lro and paging validation errors

* remove sparse-spec

* Fix partial resource

* Add .net configuration

* update etag

* remove operation id

* suppress validation error

* use using Network

* update .net configuration

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* Add @qiaozha as code owner for suppressions.yaml (#37001)

Added @qiaozha as a code owner for suppressions.yaml.

* [Typespec Migration] migrate mysql-flexible to typespec (#35895)

* migrate mysql to typespec

* update

* update

* update

* update

* update

* update

* update

* update

* remove old swagger

* update

* update

* update

* update

* update

* update

* update

* update

* Update models.tsp

* update

* update

* update

* update

* Update readme.md

* update

* update

* pretty check

* update

* Update client.tsp

* update

* Update routes.tsp

* Update readme.md

* update

* update

* update

* update

* Update tspconfig.yaml

* update

* update

* Update tspconfig.yaml

* update

* update

* update

* update

* update

* update

* Revert "update"

This reverts commit e9d1b9bcfa4a5ba539fca243e0d9b8de19fcfe10.

* revert customized code change

* update PrivateEndpointConnection

* update

* update

* update

* update

* update

* update

* update

* update

* update

* Update tspconfig.yaml

* Update tspconfig.yaml

* java backward compatibility

* remove @operationId & fix operation group name and operation name

* Update PrivateEndpointConnection.tsp

* update

* Revert "update"

This reverts commit 3cd500d361b11fa433530130d56f34932e509b92.

* Update client.tsp

* resolve comments

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Arthur Ma <arthurma@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Qiaoqiao Zhang <qiaozha@microsoft.com>
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Revert "Unified Evaluation API Spec (Version upgrade) (#36115)" (#36964)

This reverts commit ec27c0af880a760064919e25de052b35b1eebee3.

* Add DeliveryReport GET endpoint for ACS SMS (#36621)

* Add DeliveryReport GET endpoint for ACS SMS

* Merge DeliveryReport examples into one file

* adjust readme.md to have new version

* updating the version  in the main file

* changing api version to all example files

---------

Co-authored-by: Kirill Linnik <klinnik@microsoft.com>

* [Support] tsp migration  (#35579)

* update default tag

* init tsp

* init swagger

* add suppression for warning

* fix body name

* fix breaking

* Fix for nextlink

* fix for return type name of list operations

* fix body name

* fix for azure-async-operation

* fix for azure-async-operation

* fix for azure-async-operation

* fix for azure-async-operation

* temp files

* add @clientLocation and remove @operationId

* use @clientLocation to replace @operationId

* format

* format

* format

* fix Swagger ModelValidation error INVALID_FORMAT

* make value optional to keep compatibility with swagger

* add tspconfig.yaml

* customize for no body common op

* customize for no body common op

* format

* fix cspell

* fix ci

* fix ci

* fix ci

* resolve breaking

* update for empty union

* fix missing final result for lro

* update for @pageItems

* fix for pattern

* service-name

* remove legacy operation

* Add emit-lro-options: "all"

* remove csharp config

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>

* Add new version for Automated Response Public Preview (#36646)

* Current version copy

* Add new version for Automated Response Public Preview

* Update README

---------

Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>

* update model name (#37007)

* Update HDInsight Linked Service Swagger definition with new payload f… (#36664)

* Update HDInsight Linked Service Swagger definition with new payload fields: {clusterAuthType, credential}

* Update clusterAuthType field type to enum

---------

Co-authored-by: Nakul Ramanathan <nramanathan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>

* rename model (#37008)

* Bump marked from 16.2.0 to 16.2.1 in /.github/shared (#37002)

Bumps [marked](https://github.com/markedjs/marked) from 16.2.0 to 16.2.1.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v16.2.0...v16.2.1)

---
updated-dependencies:
- dependency-name: marked
  dependency-version: 16.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump marked from 16.2.0 to 16.2.1 in /.github (#37000)

Bumps [marked](https://github.com/markedjs/marked) from 16.2.0 to 16.2.1.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v16.2.0...v16.2.1)

---
updated-dependencies:
- dependency-name: marked
  dependency-version: 16.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump zod from 4.1.3 to 4.1.4 in /.github (#36999)

Bumps [zod](https://github.com/colinhacks/zod) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.3...v4.1.4)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add specific instruction for self service SDK gen from release planner (#36998)

* Add specific instruction for self service SDK gen from release planner

* Updating v1 specs with Chat, Embeddings, Responses, and Vector Stores moved out of preview. (#36955)

* Updating v1 specs with Responses and Chat moved out of preview.

* Adding vector stores

* embeddings

* adding obfuscation

* adding doc to obfuscation field

* Revert "Bump @microsoft.azure/openapi-validator-rulesets (#36894)" (#37014)

- Reverts commit 8b16c315f3a8e04d4c7fd24e01662ddda334b257
- New rule LroAzureAsyncOperationHeader appears to be blocking PRs incorrectly
- https://github.com/Azure/azure-openapi-validator/pull/749

* [readme.js] Add more tests for duplicate tags (#37012)

- Tests related to #37003 (which we decided to not fix)

* Bump zod from 4.1.4 to 4.1.5 in /.github (#37019)

Bumps [zod](https://github.com/colinhacks/zod) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.4...v4.1.5)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Convert Webpubsub Swagger to Tsp (#35228)

* update

* update

* delete

* update

* update

* update

* update

* update

* update

* need to add

* update

* update

* update

* update

* update

* update

* update

* update

* delete

* fix

* update

* update

* update

* fix regeneratekey

* update

* update

* update justification

* update

* update

* update

* update

* update

* update config

* update

* resolve breaking

* java config

* Update specification/webpubsub/SignalRService.Management/client.tsp

* fix go breaking change

* update

* update

* update

* update

* fix privateendpointconnection

* remove private decorator

* java config

* removed

* Remove the csharp config from tspconfig.yaml

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>

* [compute-recommender] Add client.tsp (#37021)

* Add client.tsp for Recommender Management

* Update client.tsp

* Java, client.tsp for storagemover (#37023)

* update service-name

* Java SDK migration fixes for StorageMover: use-object-for-unknown and localIPAddress property name fix

* Release Microsoft.Network 2024-10-01 (#35689)

* Copy files from stable/2024-07-01

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to stable/2024-10-01

Updated the API version from stable/2024-07-01 to stable/2024-10-01.

* Added tag for 2024-10-01 in readme file

* Adding extended location to azure firewall specification (#35134)

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* NVAInVnet swagger changes (#35302)

* add nvainvnet swagger & examples

* run prettier

---------

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* fix typo and GET example (#35348)

* Creating Packet Capture Operation API to replace existing packet capture API for Azure Firewall (#35362)

* Adding packet capture operation api for azure firewall - public preview feature

* Added Dedicated backend connection and certificate validation options in template for application Gateway Backend Settings (#35161)

Co-authored-by: Rajat Gupta <rajatgup@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Add Quic Protocol to TransportProtocol. (#35601)

* naming error fix (#35733)

* Packet Capture Parameter Fix: Adding a default integer to prevent default value of 1 being passed by powershell/generatedSDKs (#35779)

* Adding a default value to fix powershell forcing default 1 value for null parameter

* Updating descriptions and moving default duration to 60 seconds.

* Fixing grammar and verbiage

* Add host config for Java: Microsoft.Network API Version 2024-10-01 (#35710)

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>

* Update API Version 2024-10-01 in Microsoft.Network (#35744)

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>

* Update readme.python.md

* Add nsp service tags api (#36665)

Co-authored-by: Karthik Gumpu (from Dev Box) <karthikgumpu@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Add Suppression for LintDiff (#36732)

* Add LintDiff Suppression Update readme.md

* Add suppression to readme.md

* Update readme with transformation directives for resources (#37005)

Added directives for transforming client names in resource definitions.

---------

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: kjilla <32179191+kjilla@users.noreply.github.com>
Co-authored-by: sbhosalemsft <98562322+sbhosalemsft@users.noreply.github.com>
Co-authored-by: nikhilpadhye1 <68977752+nikhilpadhye1@users.noreply.github.com>
Co-authored-by: Rajat Gupta <grajat341@gmail.com>
Co-authored-by: Rajat Gupta <rajatgup@microsoft.com>
Co-authored-by: Eugenio Peña García <70240915+EugenioPena@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Karthik Gumpu <gumpukarthik@gmail.com>
Co-authored-by: Karthik Gumpu (from Dev Box) <karthikgumpu@microsoft.com>

* Update client.tsp (#37024)

* Update client.tsp

* Update client.tsp

* Update client.tsp

* Migrate PostgresqlHsc to TypeSpec (#35623)

* migrate

revert compare

* fix path

* tspconfig.yaml

* fix flatten

* fix legacy template

* fix examples

* tsp compile

* fix ClusterConfigurationListResult

* fix tsp validation

* fix prettier

* fix cspell

* fix tsp validation

* fix tsp format

* fix flatten

* java config

* tsp validation

* fix tspconfig.yaml

* fix breaking

* fix example model validation

* tsp format

* fix example

* update

* fix headers

* use recommended @list

* uniqueItems

* Update tspconfig.yaml

* fix privateendpointconnection

* java config

* Remove the csharp config from tspconfig.yaml

* fix lro headers

fix final-state-via

use ArmCombinedLroHeaders

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>

* Migrate quota to TypeSpec (#35884)

* Migrate quote to TypeSpec

* Fix Swagger diff and errors

* Update TSP version

* Fix Swagger diff and errors

* Remove fixme from doc

* run prettier check

* Restore the original state of version 2025-03-01

* update example

* update example

* Update readme and delete old swagger files

* resolve breaking

* Modify the type of properties

* Delete operationId decorator

The issue of missing 'x-ms paginatable' for SDK validation has not been fixed yet

* Add config for csharp

* Update tspconfig.yaml

* Fix the comments

* Add "x-ms-pageable"

* Fix FinalResult errors

* Add missing headers in response code

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* refactor(schemaregistry): migrate to unified folder structure (#36734)

* refactor folder structure

* update path to fix validation error

---------

Co-authored-by: User <user@example.com>

* Refactor devtestlabs folder structure to comply with Azure Guidelines (#36688)

* Refactor(containerstorage): migrate to unified folder structure  (#36769)

* Refactor containerstorage folder structure to comply with Azure Guidelines

* Add instruction.md

* refactor(datareplication): migrate to unified folder structure (#36768)

* refactor folder structure

* update path to fix ci error

* fix typespec validation ci error

* fix readme reference path

* Refactor(deviceprovisioningservices): migrate to unified folder structure  (#36804)

* Refactor deviceprovisioningservices folder structure to comply with Azure Guidelines

* Update folder stable/stable/2021-10-01=>stable/2021-10-01/

* Refactor elasticsan folder structure to comply with Azure Guidelines (#36809)

* refactor(azurelargeinstance): migrate to unified folder structure (#36824)

* refactor structure folder

* fix ci errors

* refactor(azurefleet): migrate to unified folder structure (#36805)

* refactor structure folder

* fix ci error

* refactor(purviewpolicy): migrate to unified folder structure (#36803)

* refactor structure folder

* fix ci error

* Refactor(guestconfiguration): migrate to unified folder structure (#36812)

* Refactor guestconfiguration folder structure to comply with Azure Guidelines

* Update

* Updated resource-manager/Microsoft.GuestConfiguration/GuestConfiguration to resource-manager/Microsoft.GuestConfiguration/Assignments

---------

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Refactor(powerbidedicated): migrate to unified folder structure (#36879)

* Refactor powerbidedicated folder structure to comply with Azure Guideline

* Fix ci error

* refactor(desktopvirtualization): migrate to unified folder structure (#36799)

* refactor structure folder

* fix ci error

* fix path in suppressions file

* refactor(vmware): migrate to unified folder structure (#36802)

* refactor structure folder

* fix ci errors

* update service name and fix semantic ci error

* fix the error in deliveryStatus type definition (from enum to string) (#37033)

* Add DeliveryReport GET endpoint for ACS SMS

* Merge DeliveryReport examples into one file

* adjust readme.md to have new version

* updating the version  in the main file

* changing api version to all example files

* changing enum to string

---------

Co-authored-by: Kirill Linnik <klinnik@microsoft.com>

* [dependabot.yml] Unfreeze autorest, js-yaml, cross-env.  Ungroup openapi-validator. (#37034)

- Unfreezing autorest and js-yaml is a continuation of #35166
- Unfreezing cross-env because v10 has sufficient adoption
- Ungrouping openapi-validator because ruleset should update independently

* Update CODEOWNERS for search data-plane and resource-manager (#37035)

* Remove Web KS from 08-01 Azure Search SDK (#36992)

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>
Co-authored-by: Kuan Lu <lucas95123@outlook.com>

* Fix response body in spec (#36707)

Co-authored-by: Arber Hila <ahila@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 11905 (#37036)

* Updated instructions files for service label and CODEOWNERS validation

* Update eng/common/instructions/azsdk-tools/validate-service-label.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Trim trailing whitespaces

* Added suggested changes from previous PR

---------

Co-authored-by: Michelle <t-michellema@microsoft.com>
Co-authored-by: Michelle Ma <145605943+michiisai@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* [Microsoft.AppConfiguration] Fix reference bug (#36072)

* Update

* Update

* Source user ID from graph api in TME (#37037)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Revert "Migrate quota to TypeSpec (#35884)" (#37040)

This reverts commit 02eba4b2b13f272dfd75a92c063fa1f01067ef3f.

* Users/tejasma/2025 09 01 (#36629)

* Copy files from stable/2025-07-15

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-07-15 to stable/2025-09-01.

* Added tag for 2025-09-01 in readme file

* modifies examples and adds enforcedGroupName

* updates examples and removes list endpoint

* removes enforcedGroupName from request body

* adds groupType property

* removes list group quota enforcement endpoint from 2025-07-01

* renames ListGroupQuotas and adds appropriate enums

* fixes typo and validation issues

* adds enum type string

* runs prettier

* adds display name and groupType

* adds provisioning State to GetGroupQuotas and ListGroupQuotas

* resolves model validation issue

* adds retry after,modifies 201 respones, and fixes example quality

* adds back file that was deleted in previous version

* Remove groupquota.json to match main branch

* removes subscriptionId from response body

* [.github] Workflows that use PR diff should trigger on "edited" (#37042)

- re-run if the base branch is changed
- previous merge commit may generate incorrect diff

* Update documentation for VirtualNetworkGateway and VirtualWan VpnServ… (#37026)

* Add 2 new POST APIs on VirtualNetworkGateway and VirtualWan resources. (#37028)

* Add Python support to client names in client.tsp (#37068)

* clean tag (#36559)

Co-authored-by: Judy Zhu <zhujudy@microsoft.com>
Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* [TSP Migration][advisor] TypeSpec migrated from swagger (#34319)

* First generate

* Fix some diff

* update

* update

* update

* update

* update

* update

* fix

* update

* fixed

* update

* update

* fix

* update

* update

* update

* update

* delete

* add clientName for go

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* delete

* resolve breaking change Deleted Class AdvisorManagementClient

* update

* update

* update

* resolve breaking

* fix go breaking

* merge

* rename for python

* update

* Update .gitignore

* update

* update

* remove csharp emmiter

* update

* update

* update

* Remove `@operationId`

* Add config for .NET

* Update client.tsp

* Update client.tsp

* add @operationId

* fix

* fix extendedProperties in PredictionResponseProperties

* Update clientLocation references to 'Recommendations'

---------

Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: mcgallan <1186003288@qq.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: JiaqiZhang-Dev <jiaqzhang@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: tadelesh <tadelesh.shi@live.cn>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* tsmv, add ignoreDefinitionCase option (#37065)

* add ignoreDefinitionCase option to tsmv

* comment

* add publish to jobtype (#37070)

* [OffAzure] Site model changes to merge DR and Migrate scenarios (#35842)

* Base commit from 2024-05-01-preview

Base commit

* Site schema changes

* Prettier changes

* fixes

* changes

* resolve comments

* revert changes

* Make changes to add machine resource id for fabric sites

* resolve comments

* resolve comments

* changes

* Fix descriptions

---------

Co-authored-by: Tianen <v-tianxi@microsoft.com>

* fix readme.md (#37077)

* Remove Private Decorator in Notificationhubs (#36903)

* update

* update

* fix format

* Remove Private Decorator in SqlViirtualmachine (#36904)

* update

* remove suppression

* Remove private decorators (#36943)

* Remove private decorators (#36938)

* Remove private decorators (#36944)

* Remove useless suppression (#36937)

Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Remove private decorators (#36946)

Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* [Bicep.Management] Fix C# names to align with original SDK (#35643)

* [Bicep.Management] Fix C# names to align with original SDK

* Update client.tsp

---------

Co-authored-by: Weidong Xu <weidxu@microsoft.com>

* Avere Azure Storage Cache Auto Import 2025-07-01 API Spec (#33395)

* Copy files from stable/2024-07-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-07-01

Updated the API version from stable/2024-07-01 to stable/2025-07-01.

* Added tag for 2025-07-01 in readme file

* Microsoft.StorageCace API version 2025-07-01 for AutoImport support

* Addressing Lint, Prettier and ModelValidation errors

* Addressing ModelValidation errors

* Addressing ModelValidation errors

* Addressing reviewers comments

* Adding start and completion time for auto import jobs and updating the examples

* Adding statusCode and statusMessage for AutoImport

---------

Co-authored-by: Aman Jain <amajai@microsoft.com>

* storage task assignment regex and top bug fix (#36668)

Co-authored-by: Saaqeb Siddiqi <ssiddiqi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>

* Add pull-requests: write permission to copilot-setup-steps.yml workflow (#37100)

* Add pull-requests: write permission to copilot-setup-steps.yml workflow

* [TSP Migration][redis] TypeSpec migrated from swagger (#35243)

* The first version of TSP

* Fix some errors and diffs

* update

* delete conditionalClientFlatten

* update

* update

* Update java config

* update config

* resolve breaking

* update

* resolve breaking

* update

* Resolve some comments

* Add FinalResult, parentResouce decorator, and remove ArmResponse

* resolve go breaking changes

* fix go breaking changes

* fix for python

* update

* Update tspconfig.yaml for Java

* Update Java tspconfig.yaml

* Fix the final result issue and update the syntax to the latest version

* Fix privateEndpointConnection issue and add missing "x-ms-external": true

* java config

* format

* Update the suppressions and documentation for redis TypeSpec conversion

* Recompile TypeSpec

* escape csharp for all clientLocation

* Add suppression

* Fix spelling

* apply renaming for csharp

* - more renaming
- remove Operations.list
- enable bicep serialization for csharp

* Remove useless decorators and replace the template used for operation

* Fix the issue of missing headers in the response code

* run tsp format

* Fix spelling errors

* tsp compile

* remove csharp config

* update comment type version to v4

* update

* Document some deprecated API properties. Change the PublicNetworkAccess default to a 'description' instead of a declaration, since default values do not apply to PATCH scenario and we get a linter warning for it

* Fix typo

* Remove the default public network access. Compile.

* Update examples and run tsp format

* Update examples

* Update .gitignore

* Update .gitignore

* Update .gitignore

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: mcgallan <1186003288@qq.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: XiaofeiCao <xiaofeicao@microsoft.com>
Co-authored-by: Tim Lovell-Smith <tilovell@microsoft.com>
Co-authored-by: Wei Hu <huwe@microsoft.com>

* New Disconnected Operations API (#36394)

* New Disconnected Operations API

* Update models.tsp

* Update readme.md

* Updated doc and removed list by two parents in images.tsp

* Minor changes in doc

* Formatting Added

* Example file renamed

---------

* Add issues service to microsoft.monitor preview/2025 05 03 preview (#36647)

* Add issues tsp files

* Fix duplicate error

* Add examples

* Move to separate service for SDK

* Fix PR checks

* Move to typespec folder

* Try to fix g by adding additionalDirectories

* Try relative

* Move to dependencies

* Add it under CLI

* Fix suppressions

* Suppress missing operations API

* Fix additionalDirectories path

* Fix examples

* Fix example names

* Add newline

* Fix package names

* Add additionalDirectories to go

* Undo delete

* Delete OpenAPI SDK generation config

* Fix specification folder

* Fix package-details for typespec-ts

* Use uuid and armResourceId

* Remove redundant suppression

* Revert GUID suppression deletion

* Fix GUID suppression

* Fix SDK error

* Renaming for .NET SDK

* Add PUT query parameters

* Fix parameters location

* Move versions to issues service

---------

Co-authored-by: Liad Tal <lital@microsoft.com>
Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>

* Update coding agent guidelinesto avoid adding API version (#37104)

* Update coding agent guidelinesto avoid adding API version

Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>

* Exclude CODEOWNERS from matched files (#36990)

* Exclude CODEOWNERS from matched files

* use exclusion file set

* Add instructions for copilot REST API reviews (#35590)

* update webpubsub config to fix JS automation failure (#37139)

* update javascript config (#37076)

* Updated to include serviceAccountName for confluent (#36738)

* Updated to include serviceAccountName for confluent

* updated to resolve CI check errors

* resolving typespec error

* [oav] handle filename=undefined when sorting errors (#37135)

* update client.tsp (#37144)

* Add back the stable version that was removed by mistake (#37113)

Co-authored-by: Shane Zou <xinzo@microsoft.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>

* update the typespec in fabric  (#37147)

* [openapi-review.instructions.md] formatting (#37151)

* refactor(containerregistry): migrate control plane to unified folder structure (#36874)

* Moved control plane stable task versions to task folder

* Moved preview 2019-06-01 to container registry tasks control plane

* Added 2025-03-01 preview api to tasks control plane

* Removed container registry references from 2025-03-01 preview control plane API

* Removed tasks examples and json from container registry control plane preview 2025-03-01-preview

* Moved Microsoft.ContainerRegistry.Tasks to separate folder

* Copied readme.md from containerregistry to containerregistrytasks

* Moved control plane tasks to Microsoft.ContainerRegistry/Tasks

* Removed unapplicable readme paths for tasks

* Moved containerregistry readme to target folder

* Removed containerregistry_build references from containerregistry control plane readme

* Renamed Microsoft.ContainerRegistryTasks to ContainerRegistryTasks

* Moved ContainerRegistryTasks under Microsoft.ContainerRegistry

* Moved ContainerRegistry folders under ContainerRegistry

* Moved language READMEs into ContainerRegistry control plane folder

* Added initial language READMEs for ContainerRegistryTasks control plane

* Removed ruby language READMEs

* Removed ContainerRegistryTasks references from nodejs and typescript READMEs

* Removed ContainerRegistryTasks API version reference from python README

* Updated ContainerRegistryTasks control plane python README API references

* Updated control plane ContainerRegistryTasks python readme based on latest control plane ContainerRegistry python readme

* Removed nodejs language READMEs

* Corrected invalid relative input file paths in control plane READMEs

* Removed -only tags, now that registrytasks and registry are split

* Removed unnecessary registry tasks control plane cli READMEs

* Removed python directives nolonger needed, due to separation between registry and registry tasks

* Adjusted common-types references given folder structure changes (one additional level deeper)

* Renamed folder ContainerRegistry to Registry

* Renamed folder "ContainerRegistryTasks" to "RegistryTasks"

* Corrected invalid paths for containerregistry_scopemap.json

* Removed invalid containerregistry_build.json reference

* Corrected invalid file path

* Removed after_scripts definition for swagger to SDK in READMEs

* Corrected invalid api-version in OperationList.json

* Added suppressions.yaml files for existing versions being flagged for Typescript by folder change

* Restored incorrectly removed python directives

* Removed suppressions without corresponding references

* Corrected invalid api reference

* Corrected required fields (TaskStepProperties, TaskStepUpdateParameters, RunRequest) in 2018-09-01 stable RegistryTasks control plane definition

* Revert "Corrected required fields (TaskStepProperties, TaskStepUpdateParameters, RunRequest) in 2018-09-01 stable RegistryTasks control plane definition"

This reverts commit 8ff3b6c1d023cd9ebadd2c15be6fb903e88a78c0.

* Review request for Microsoft.ContainerService/aks to add version preview/2025-07-02-preview (#36779)

* Adds base for updating Microsoft.ContainerService/aks from version preview/2025-06-02-preview to version preview/2025-07-02-preview

* Updates readme

* Updates API version in new specs and examples

* [AKS] add AzureLinux3 ossku to preview (#36337)

* feat: add AzureLinux3 ossku

* chore: update description

* [AKS] add structured authn to preview (#36312)

* Add jwt authn paths, defs and parameters

* Add JWT examples

* Fix examples

* Fix create update example

* Fix another create or update example

* Fix lint

---------

Co-authored-by: Wei Chen <chewei@microsoft.com>

* AKS Blue Green Upgrades (#36283)

* feat: update AP models for blue green upgrades

* feat: add path for Blue Green upgrade completion

* fix: remove 204 status code when completing blue/green ugprades

Addresses the following linter error:
Long-running POST operations must have responses with 202 and default return codes. They must also have a 200 return code if only if the final response is intended to have a schema, if not the 200 return code must not be specified. They also must not have other response codes.

* chore: run prettier

* feat: add acns performance profile to advanced networking (#36424)

* feat: add acns perf profile

* fix: run prettier

* fix: spelling

* fix: set default for acceleration mode to none (#36528)

* feat: add acns perf profile

* fix: run prettier

* fix: spelling

* fix: add default for acceleration mode

* update (#36539)

Co-authored-by: yingnizhou <yingnizhou@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>

* update (#37106)

* update (#37107)

* update (#37120)

* update (#37121)

---------

Co-authored-by: lilypan26 <lilylpan0426@gmail.com>
Co-authored-by: Wei Chen <weichch87@gmail.com>
Co-authored-by: Wei Chen <chewei@microsoft.com>
Co-authored-by: Cuthbert <47732656+CustardTart32@users.noreply.github.com>
Co-authored-by: Santhosh  Prabhu <6684582+santhoshmprabhu@users.noreply.github.com>
Co-authored-by: Jenniferyingni <Jennyingni@gmail.com>
Co-authored-by: yingnizhou <yingnizhou@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
Co-authored-by: Ray Chen <raychen@microsoft.com>

* [Swagger to TSP conversion] [mgmt] msi (#36029)

* convert

* WIP

* .

* Draft to convert msi

* fix example

* update

* WIP

* Fix warning

* upate emitter option

* preittier

* ???

* update subid sample

* format

* remove comments

* update example

* update example

* update tspconfig

* update tspconfig

* update exmaple

* update tspconfig

* update example

* add fixme

* .

* .

* update scope

* remove extra files

* update scope

* scope

* id

* revert old examples

* remove sparse-spec

* resolve breaking

* java config

* format

* remove readOnly on properties

* fix pageitems issue

* fix comments

* fix comments

* remove suppression

* update

* update

* Update tspconfig.yaml for Java

* format

---------

Co-authored-by: mcgallan <1186003288@qq.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: XiaofeiCao <xiaofeicao@microsoft.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>

* java, update doc/sample and tspconfig for emitter-output-dir (#37063)

* java update doc/sample for emitter-output-dir

* remove java package-dir validation

* add rule for emitter-output-dir for java, this option can be undefined

* update emitter-output-dir

* fix duplicate emitter-output-dir

* fix mission

* fix edge.configurations

* Update tspconfig.yaml

* Specify the api version used for .NET SDK generation (#37164)

Co-authored-by: Shane Zou <xinzo@microsoft.com>

* refactor(chaos): migrate to unified folder structure (#36810)

* refactor structure folder

* fix ci errors

* refactor(trustedsigning): migrate to unified folder structure (#37006)

* refactor structure folder

* update path in specification/suppressions.yaml file

* refactor(mongocluster): migrate to unified folder structure (#36661)

* Refactor mongocluster folder structure to comply with Azure Guidelines

* update

* Update mongoCluster.json

---------

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* refactor(dns): migrate to unified folder structure (#36815)

* refactor structure folder

* fix ci errors

* Refactor(sqlvirtualmachine): migrate to unified folder structure (#36849)

* Refactor sqlvirtualmachine folder structure to comply with Azure Guidelines

* Update the relevant paths in cspell.yaml file

* refactor(notificationhubs): migrate to unified folder structure (#36728)

* refactor-folder-structure

* Remove tspconfig.yaml.backup

* Update the relevant paths in cspell.yaml file

* Refactor(hardwaresecuritymodules): migrate to unified folder structure (#36902)

* Refactor hardwaresecuritymodules folder structure to comply with Azure Guidelines

* Update tspconfig.yaml

* refactor(botservice): migrate to unified folder structure (#36816)

* refactor structure folder

* fix ci errors

* Refactor privatedns folder structure to comply with Azure Guidelines (#36771)

* refactor(maintenance): migrate to unified folder structure (#36823)

* refactor structure folder

* fix ci errors

* refactor(servicenetworking): migrate to unified folder structure (#36729)

* refactor

* update path for all TrafficController.json file to fix ci error

* add example files for 2022-10-01-preview about ServiceNetworking

* fix prettier ci error

---------

Co-authored-by: User <user@example.com>
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Refactor(appconfiguration): migrate to unified folder structure (#36945)

* Refactor appconfiguration folder structure to comply with Azure Guidelines

* Updated specification/suppressions.yaml file

* fix ci error

* Remove restler/annotations.json file

* Add supression.yaml

* refactor(app): migrate to unified folder structure  (#36764)

* Refactor app folder structure to comply with Azure Guidelines

* Update specification/suppressions.yaml

* Update readme.md

* Refactor(translation): migrate to unified folder structure (#36765)

* Refactor translation folder structure to comply with Azure Guidelines

* Update specification/suppressions.yaml

* Update stable/v3.0 => stable/3.0

---------

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* refactor(fabric): migrate to unified folder structure (#36821)

* refactor structure folder

* fix ci errors

* fix conflict

* refactor(recoveryservices): migrate to unified folder structure (#36813)

* refactor structure folder

* fix ci errors

* fix output-file path to fix ci error

* refactor(fileshares): migrate to unified folder structure  (#36692)

* refactor: Restructure FileShares folder to align with Azure API Guidelines

* Update fileshares.json

* Remove the suppressions.yaml file

* Sync eng/common directory with azure-sdk-tools for PR 11974 (#37159)

* Add a script to update pull request URL in release plan from SDK generation pipeline

* Add back the `@armResourceOperations` to computeschedule typespec and use template instead of raw operations (#37170)

* Update client.tsp for Azure.ResourceManager.WorkloadOrchestration (#37161)

* fix readme file for linter (#37185)

This is a very small fix to the readme file that blocks other PR to be merge 
Please review and approve

* Updated tspconfig.yaml file to generate SDK properly for python, java, go and js language (#37174)

* Updated service-dir in SDK configurations (#37223)

* feat(apim): Make url/protocol optional in Backend and provide examples for load balancer (#36978)

* feat(apim): Make url/protocol optional in Backend and provide examples for load balancer

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Add samples

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Update 2024-05-01

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Add sample for simple LB

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

---------

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
Co-authored-by: Samir Solanki <samirsolanki@outlook.com>

* Storage STG 100 (#36825)

* Simplify all specs to omit `@useDependency` for Azure Core and Arm librairies (#37016)

Simplify all specs to omit `@useDependency` for Azure Core and Arm libraries

* updating documentation based on Cx requirement (#36586)

* updated doc for repeatingTimeIntervals

* updated documentation across API versions

* updated examples to resolve swagger model validation

* applied suppression for semantic validation

* updated suppression rules

* updated suppression rule

* removed suppression and the changes to old swagger spec

* Convert dataprotection to TypeSpec (#35817)

* init conversation

* migrate dataprotection

* fix next link issues

* fix lro issues

* fix operation list

* fix cloud error

* fix cloud error

* fix multiple inheritance issue

* add suppression

* fix: Additional properties not allowed: identity & tags & invalid arm-id

* fix tsv

* fix Swagger PrettierCheck

* fix tsv

* fix enum issue

* fix mismatched path

* remove arm-resource-flattening config

* fix Azure.ResourceManager.ArmResponse<OperationJobExtendedInfo>

* fix Swagger Prettier Check

* fix invalid arm-id

* update

* fix optional bodyRoot

* support multiple inheritance

* add emit-lro-options

* remove @operationId & add @clientLocation

* add emit-lro-options config

* update generagted swagger

* fix LRO header issue

* fix tsp validation

* java customization

* remove csharp config

* add missed properties

* remove model.tsp useless reference & update suppression justification

* fix tsp format issue

* fix etag name

* fix comment

* remove readonly

* fix comments

* swap the order of identity and eTag

* fix tsp format issue

* update documentation

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>

* Rectify 2024-11-01 preview API to make it backward compatible with previous API versions (#37156)

* Added tag for 2024-05-01-preview in readme file

* rectify 2024-11-01 preview api

* revert extra changes

* Remove required properties

* correct readme.md

* update example for standby pool

* correct example for standby pools

* Added required properties for cg profile and made revision related properties readonly

* Corrected cg profile delete response

* fix lint check

* correct cg profile delete operation

* Update examples to include isCreatedFromStandbyPool

* Minor fixes

* Corrected the format for revision and registered revisions property

* [botservice] Remove private decorators (#36947)

* Remove private decorators

* tsp format

* Update client.tsp for Azure.ResourceManager.Resource.Bicep (#37237)

* [servicefabricmesh] Add readme.python.md (#37238)

* Add Python SDK configuration for Service Fabric Mesh

* Rename readme.pythpn.md to readme.python.md

* Create readme for Python SDK settings (#37240)

* Convert Storagesync swagger to Tsp (#35732)

* Update SDK generation pipeline to link SDK pull request to release pl… (#37175)

* Update SDK generation pipeline to link SDK pull request to release plan and add context in SDK PR

* Fix namespace to azure.ai.textanalytics (#37252)

* fix namespace to azure.ai.textanalytics

* fix namespace to azure.ai.textanalytics

* added @useDependency(Azure.Core.Versions.v1_0_Preview_2)

* Blob TypeSpec updates: Storage STG 100 (#37041)

* initialize 2026-02-06 version

* regen swagger

* sync startFrom to tsp (#36698)

Co-authored-by: catalinaperalta <caperal@microsoft.com>

* sync tags headers (#36697)

Co-authored-by: catalinaperalta <caperal@microsoft.com>

---------

Co-authored-by: catalinaperalta <caperal@microsoft.com>
Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>

* Remove async support for acquirePolicyToken (#37134)

Co-authored-by: Celina Zhao <zhaocelina@microsoft.com>
Co-authored-by: Chris Stackhouse <cstack@microsoft.com>

* Add a new step to mark SDK generation status as failed in release plan (#37271)

* Add a new step to mark SDK generation status as failed in release plan

* remove Discription in cspell (#37281)

* bump vite from 7.1.3 to 7.1.5 (#37284)

* [dns] Remove private decorators (#36936)

* Remove private decorators

* Remove legacy.tsp

* Update DnssecConfig.tsp

* Delete legacy.tsp

* update

* Feature/yuvalbeker/adding new api version preview (#36292)

* Copy files from preview/2025-05-01-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2025-07-01-preview

Updated the API version from preview/2025-05-01-preview to preview/2025-07-01-preview.

* Added tag for 2025-07-01-preview in readme file

* changes for the new api version 2025-07-01

* fix readme file

* merge

* merge

* fix

* revert

* fix readme again

---------

Co-authored-by: Yuval Beker <yuvalbeker@microsoft.com>

* [liftrneon] use ArmCustomPatchSync for patch method (#37109)

* [liftrneon] use ArmCustomPatchSync for patch method

* Update client.tsp

* update

* Update client.tsp

* fix the nvainvnet swagger (#37178)

* fix the nvainvnet swagger

* remove minitem

---------

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Consolidate definition (#37282)

* Release insights microsoft.insights preview/2024 03 01 preview (#35822)

* Copy files from stable/2018-03-01

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2024-03-01-preview

Updated the API version from stable/2018-03-01 to preview/2024-03-01-preview.

* Added tag for 2024-03-01-preview in readme file

* removed action group stuff

* removed action group from readme

* Added Query Based new behavior and examples

* Added back threshold and operator to multi metric criteria as required

* fixed readme

* prettier

* moved metricalerts down in the readme

* trying to fix readme

* Copy new version from 2018-03-01

* Add new api version

* Add examples

* fix readme

* fix tests

* Prettier

* remove additionalPropeties

* Fix additional Properties 2

* revert default tag change

* Add examples

* Add examples

* Fix additionalProperties

* Fix additional properties

* Revert rename

* Fix PR comments

* Add metric alerts to default tag

* Supress RequiredPropertiesMissingInResourceModel

* revert oops

* fix readme file

* Anoter tye

* Fix again

* Revert default tag changes

* PR comments

* Remove additional Properties from PromQl Criteria

---------

Co-authored-by: Meydan Dayan <meday@microsoft.com>
Co-authored-by: meydand <meydand@gmail.com>
Co-authored-by: Meydan Dayan <meday+microsoft@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>

* Add new code owners for SQL specifications (#37098)

Co-authored-by: Mike Harder <mharder@microsoft.com>

* Add stable API version 09-01 for StorageDiscovery (#37017)

* Add stable API version 09-01 for StorageDiscovery

* fix readme

---------

Co-authored-by: Shane Fu <jyunshengfu@microsoft.com>

* Upgrade to TypeSpec 1.4.0 (#37308)

* [Azure.OpenAI.v1] Adding definitions for containers. (#37277)

* refactor(containerregistry): migrate data plane to unified folder structure (#37272)

* Moved control plane stable task versions to task folder

* Moved preview 2019-06-01 to container registry tasks control plane

* Added 2025-03-01 preview api to tasks control plane

* Removed container registry references from 2025-03-01 preview control plane API

* Removed tasks examples and json from container registry control plane preview 2025-03-01-preview

* Moved Microsoft.ContainerRegistry.Tasks to separate folder

* Copied readme.md from containerregistry to containerregistrytasks

* Moved control plane tasks to Microsoft.ContainerRegistry/Tasks

* Removed unapplicable readme paths for tasks

* Moved containerregistry readme to target folder

* Removed containerregistry_build references from containerregistry control plane readme

* Renamed Microsoft.ContainerRegistryTasks to ContainerRegistryTasks

* Moved ContainerRegistryTasks under Microsoft.ContainerRegistry

* Moved ContainerRegistry folders under ContainerRegistry

* Moved language READMEs into ContainerRegistry control plane folder

* Added initial language READMEs for ContainerRegistryTasks control plane

* Removed ruby language READMEs

* Removed ContainerRegistryTasks references from nodejs and typescript READMEs

* Removed ContainerRegistryTasks API version reference from python README

* Updated ContainerRegistryTasks control plane python README API references

* Updated control plane ContainerRegistryTasks python readme based on latest control plane ContainerRegistry python readme

* Removed nodejs language READMEs

* Corrected invalid relative input file paths in control plane READMEs

* Removed -only tags, now that registrytasks and registry are split

* Removed unnecessary registry tasks control plane cli READMEs

* Removed python directives nolonger needed, due to separation between registry and registry tasks

* Adjusted common-types references given folder structure changes (one additional level deeper)

* Renamed folder ContainerRegistry to Registry

* Renamed folder "ContainerRegistryTasks" to "RegistryTasks"

* Corrected invalid paths for containerregistry_scopemap.json

* Removed invalid containerregistry_build.json reference

* Corrected invalid file path

* Removed after_scripts definition for swagger to SDK in READMEs

* Corrected invalid api-version in OperationList.json

* Added suppressions.yaml files for existing versions being flagged for Typescript by folder change

* Restored incorrectly removed python directives

* Removed suppressions without corresponding references

* Corrected invalid api reference

* Corrected required fields (TaskStepProperties, TaskStepUpdateParameters, RunRequest) in 2018-09-01 stable RegistryTasks control plane definition

* Revert "Corrected required fields (TaskStepProperties, TaskStepUpdateParameters, RunRequest) in 2018-09-01 stable RegistryTasks control plane definition"

This reverts commit 8ff3b6c1d023cd9ebadd2c15be6fb903e88a78c0.

* Moved data plane stable 2021-07-01 from Azure.ContainerRegistry to consolidated Registry folder

* Moved data plane preview 2019-08-15 from Azure.ContainerRegistry to consolidated Registry folder

* Moved data plane preview 2019-07-15 from Azure.ContainerRegistry to consolidated Registry folder

* Moved data plane stable 2018-08-10 from Azure.ContainerRegistry to consolidated Registry folder

* Renamed consolidated preview 2019-08-15 folder from  2019-08-15-preview to  2019-08-15

* Moved readmes from Microsoft.ContainerRegistry to consolidated Registry folder

* Added api versions to readme and corrected relative paths

* Moved python README into Registry directory

* Moved golang README into Registry directory

* Removed autogenerated multi api section for v3 generators

* Prompt: "Looks like this readme is missing some of the api versions in the Registry folder. Let's add them"

Model: Claude Sonnet 4

* Removed older copy of version 2019-08-15 dataplane api

* Moved registry folder under data-plane

* Moved dataplane readme into Registry folder

* Reordered package versions in dataplane readme for most recent first

* Removed duplciate dataplane readme

* Added preview suffix to preview api folders

* Updated preview api paths and removed duplicate api from readme

* Updated dataplane readme version tag to latest

* Added typespec suppressions file for previously existing data plane api versions

* Jserbent/release azure search management plane 2025 10 01 preview (#36652)

* Copy from previous preview version

* Update to 2025-10-01-preview

* Add version to readme

* Service-level CMK Configuration (#36540)

* Changing azure search service default auth to apiKey or AAD (#36569)

Co-authored-by: Kuan Lu <kualu@microsoft.com>

* Add spec changes for deterministic name. (#36608)

* Add spec changes for deterministic name.

* Remove additional comma.

* Add reference to new sample.

* Carry 2025-05-01 GA changes into the new 2025-10-01 preview.

* Carry GA changes into preview for sample files.

* add region offering definitions.

* Fix readme tag.

* Fix tag to file reference error.

* Fix readme.

---------

Co-authored-by: Chang Lu <luchang@microsoft.com>

* Set the 4 CMK properties as not required

* try adding odata.type back

* Add x-ms-mutability

* update to remove required

* try removing descriminator

* Add suppression for the offeringListResult

* revert descriminator to add suppression

* Update readme with PATCH body parameters suppression details

* Update identities

* Add "arm-id" and "x-ms-secret" per review comments (#37102)

Co-authored-by: Wen-Pin Scott Hsu <scotthsu@microsoft.com>

* Address review comments; add x-ms-nullable for serviceUpgradeAt and refactor parameter definitions to use common-types.

---------

Co-authored-by: Jonathan Serbent <jserbent@microsoft.com>
Co-authored-by: Wen-Pin Scott Hsu <scotthsu@microsoft.com>
Co-authored-by: Kuan Lu <lucas95123@outlook.com>
Co-authored-by: Kuan Lu <kualu@microsoft.com>
Co-authored-by: Chang Lu <58885471+Draconicida@users.noreply.github.com>
Co-authored-by: Chang Lu <luchang@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>

* Description change for metadata list api to include trackingIDs description (#37086)

Co-authored-by: Ashish Bhatt <bhattashish@microsoft.com>

* Bump @azure/oad from 0.11.0 to 0.12.0 in /eng/tools/openapi-diff-runner (#37318)

* Bump @microsoft.azure/openapi-validator-rulesets from 2.1.7 to 2.1.9 in /eng/tools/lint-diff (#37317)

* [.github/prompts] Add prompt for "go" emitter configuration (#37224)

* Update the client configuration to release Azure.ResourceManager.ComputeSchedule v1.1.0 (#37320)

* Release microsoft.key vault stable/2025-05-01 (#34161)

* Copy files from stable/2024-11-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-05-01

Updated the API version from stable/2024-11-01 to stable/2025-05-01.

* Added tag for 2025-05-01 in readme file

* Add ServiceTagRules support (#34124)

Co-authored-by: Federico Ponzi <fponzi@microsoft.com>

---------

Co-authored-by: Federico Ponzi <fponzi@microsoft.com>

* [Microsoft.Migrate] [2024-03-03-preview] Making swagger and typespec consistent. (#36098)

* Update Swagger

* Update Readme Paths

* Fix SDKs

* Added missing details

* Remove Operations config

* Add OperationsAPIImplementation suppressions to all Migrate service readme.md files

* Update suppression reason for OperationsAPIImplementation in AKSAssessments

* Fixing TypeSpec Formatting issues

* Address comments for un-necessary example files and removal of un-necessary suppression

* Adding only necessary suppressions

* Address spelling error

* updated suppressions

* Update specific file path

* Update path file

* Address Lint Diff error

* Address Lint errors

* Fixed indentation

* Updated path

* Fixed indentation

* Resolve LRO Diff errors

* Remove LRO Errors from suppressions.yaml

---------

Co-authored-by: Anish V <57675674+v-anishrao@users.noreply.github.com>

* updated namespace to `azure-ai-textanalytics-authoring` (#37345)

* Update review instructions for Copilot data plane

* Update Key Vault client.tsp for Rust (#37349)

* Specify api-version for latest stable release
* Work around @override with @@clientName issue

* Add custom instructions to fetch TypeSpec docs (#37355)

Co-authored-by: Christopher Radek <Christopher.Radek@microsoft.com>

* Fix the definition of CustomCredential to match actual service response (#37310)

* Bump @microsoft.azure/openapi-validator-core and @microsoft.azure/openapi-validator-rulesets in /eng/tools/lint-diff (#37351)

* Bump @autorest/openapi-to-typespec (#37350)

Bumps the openapi-to-typespec group with 1 update in the / directory: [@autorest/openapi-to-typespec](https://github.com/Azure/autorest).


Updates `@autorest/openapi-to-typespec` from 0.11.9 to 0.11.10
- [Release notes](https://github.com/Azure/autorest/releases)
- [Commits](https://github.com/Azure/autorest/commits)

---
updated-dependencies:
- dependency-name: "@autorest/openapi-to-typespec"
  dependency-version: 0.11.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: openapi-to-typespec
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [Text Authoring] remove new properties 20250515preview (#35840)

* removed the newly added properties of 20250515preview and compile

* adjust the tests

* fix Typespec validation

* add import raw json string

* add sample for import raw json string

* fix Typespec validation

* removed the new api importRawJson

* fix Typespec validation

---------

Co-authored-by: Xiong Chen <v-xiongchen@microsoft.com>

* adopt new tsp-client config (#37022)

* adopt new tsp-client config

* adopt new tsp-client config

* Update eng/tools/typespec-validation/src/rules/sdk-tspconfig-validation.ts

* Update eng/tools/typespec-validation/src/rules/sdk-tspconfig-validation.ts

* update

* add containing-module rule

* fix

* update existed config

* suppression

* update suppression

* fix

* fix

* update suppression

* update

* fix

* update

---------

Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: JiaqiZhang-Dev <jiaqzhang@microsoft.com>

* Make Prepare-Release.ps1 executable (#37367)

Co-authored-by: Heath Stewart <heaths@microsoft.com>

* [TSP migration] Migrate relay to TypeSpec (#36240)

* Update the client configuration to release Azure.ResourceManager.NeonPostgres 1.1.0-beta.1 (#37339)

* update (#37327)

* Update the client configuration to release Azure.ResourceManager.ComputeSchedule 1.2.0-beta.1 (#37379)

* Update the relevant paths in cspell.yaml file for app and deviceprovisioningservices (#37239)

* add new version 2024-12-30 (#37283)

* add 2024-12-30 example

* add 2024-12-30 version and compile

* fix readme

* fix readme

* fix: format

---------

Co-authored-by: Judy Zhu <zhujudy@microsoft.com>

* [TSP Migration][quota] Migrate quota to TypeSpec (#37145)

* TSP version 2025-07-15

* TSP version 2025-09-01

* Delete the openapi.json file from the 2025-07-15 version

* Update example files and readme file

* update reademe file

* Remove legacy.tsp

* Delete useless code

* Update back-compatible.tsp

* java backward compatible

* Update tspconfig.yaml

---------

Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>

* remove go config (#37385)

* [NetAppFiles]Release microsoft.net app 2025 07 01 preview (#36982)

* Copy files from preview/2025-03-01-preview

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2025-07-01-preview

Updated the API version from preview/2025-03-01-preview to preview/2025-07-01-preview.

* Added tag for 2025-07-01-preview in readme file

* bump anf to 2025-07-01-preview

* response headers

* response headers revert

* revert bucket akv

* requred patch body

* [cdn] migrate to typespec from swagger (#36263)

* Refactor(servicefabricmanagedclusters): migrate to unified folder structure (#36910)

* Refactor servicefabricmanagedclusters folder structure to comply with Azure Guidelines

* Fix swagger SemanticValidation ci error

* Fix SpellCheck error

* Revert the change of x-ms-discriminator-value fields

* Refactor(advisor): migrate to unified folder structure (#37027)

* Refactor advisor folder structure to comply with Azure Guidelines

* Resolve conflicts

* Refactor databox folder structure to comply with Azure Guidelines (#37030)

* Refactor(dataprotection): migrate to unified folder structure (#37066)

* Refactor dataprotection folder structure to comply with Azure Guidelines

* Refactor folder

* Refactor(dnsresolver): migrate to unified folder structure (#37062)

* Refactor dnsresolver folder structure to comply with Azure Guidelines

* Fixed all common-types references

* Refactor(msi): migrate to unified folder structure (#37071)

* Refactor msi folder structure to comply with Azure Guidelines

* Move cspell.yaml path

* Refactor postgresqlhsc folder structure to comply with Azure Guidelines (#37074)

* refactor(relay): migrate to unified folder structure (#37057)

* refactor structure folder

* fix ci errors

* update

* Remove files

---------

Co-authored-by: v-xuto <v-xuto@microsoft.com>

* refactor(signalr): migrate to unified folder structure (#37054)

* refactor structure folder

* fix ci errors

* refactor the folder structure (#37285)

* refactor(support): migrate to unified folder structure (#37051)

* refactor structure folder

* fix ci errors

* refactor(webpubsub): migrate to unified folder structure (#37050)

* refactor structure folder

* fix ci errors

* fix file format

* update path in readme file

* try to fix js validation ci error

* try to fix js validation ci error

* refactor(help): migrate to unified folder structure (#37049)

* refactor structure folder

* fix ci errors

* Copy GetDependencyViewForAllMachines changes from private repo to public repo (#37220)

private repo PRs:
Azure/azure-rest-api-specs-pr#23398
Azure/azure-rest-api-specs-pr#23310

* New API GA version for ACS Email Inline Attachment feature (#37153)

* Add new GA API Version

* fix invalid json

* fix json format

* fix copilot issues

* Migrate more services to not have use dependency (#37390)

* Release machinelearningservices microsoft.machine learning services 2025 09 01 updated main (#36926)

* 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

* Add machine learning services 2025-09-01 specification

Cherry-picked from f6e4c48fa0, excluding AzureAI.Assets changes

* Add suppressions to readme for 2025-09-01 (#36961)

* Add enable firewall log and enable network monit…
Juliehzl pushed a commit that referenced this pull request Sep 19, 2025
…review (#37329)

* Sync eng/common directory with azure-sdk-tools for PR 11477 (#36699)

* place prompts in common place

* Update eng/common/instructions/azsdk-tools/create-sdk-locally.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/verify-namespace-approval.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/typespec-to-sdk.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/typespec-to-sdk.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* rename to .instructions.md

* remove uneeded headers

* change to .instructions

* fix

* run to refer to

* relative links fix

---------

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* [EngSys] Move `prettier-swagger-plugin.js` to `eng/scripts` (#36715)

- Should work now, since `Swagger PrettierCheck` is now outside the unified pipeline
- Reverts PR "Fix prettier config to work locally and in unified pipeline (#25705)"
- Reverts commit b204f92b6b81968b9c718fe42f7b87bbd89568c3

* make the namespace to be `azure.ai.language.text` (#36743)

* [summarize-impact] Enable logging in changed-files (#36742)

* Common prompts (#36744)

* common file references + merged typespec don't create branch

* woops common

* Sync eng/common directory with azure-sdk-tools for PR 11559 (#36746)

* Add a new script to mark package as released from release pipeline

* Update eng/common/scripts/Mark-ReleasePlanCompletion.ps1

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix spacing in the script

* Update script to check active release plans using package name and pr merge status

* Log work item Ids if multiple works items are found for release plan

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* typespec merged stay on main (#36747)

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* Update to support MG level calls (#36301)

* Update Swagger

* Update location

* Add management group param

* Fix typo

* Add header in 202

* Swagger prettier check

* Add operations

* Typo

* Fix order

* Remove operations

* Update version and update MG name

* Update path

* Update example

---------

Co-authored-by: Celina Zhao <zhaocelina@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* Review request for Microsoft.ContainerService/aks to add version stable/2025-07-01 (#36361)

* Adds base for updating Microsoft.ContainerService/aks from version stable/2025-05-01 to version 2025-07-01

* Updates readme

* Updates API version in new specs and examples

* Add Kind and Automatic in 2025-07-01 api (#36293)

* [AKS] add AzureLinux3 ossku (#36338)

* feat: Add new AzureLinux3 ossku

* chore: reorder

* chore: update description

---------

Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: lilypan26 <lilylpan0426@gmail.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

* Edge Sites updating service group name pattern validation (#36619)

* removed pattern validation for sg to enable site creation at sg root

* added sites.json post compilation

* added regex for servicegroupname

---------

Co-authored-by: Ayushi Upmanyu <aupmanyu@microsoft.com>

* fix optionality (#36766)

Co-authored-by: tadelesh <chenjieshi@microsoft.com>

* Support download swagger from RPSaaS (#36770)

Co-authored-by: Pan Shao <pashao@microsoft.com>

* Cut 2025-09-01-GA Azure.Search Dataplane API Version (#36049)

* Copy files from stable/2024-07-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/2024-07-01 to stable/2025-09-01.

* Initial API cut

* Sync Azs to GH Swagger and examples

* Add Index Level Description

* [Bugfix] Adding name property to SearchIndexerStatus

* Swagger & SDK Changes for MRL GA

* Add normalizers swagger

* GA subscore for vector with debug query mode

* Onelake GA Swagger changes

* swagger change: support new object rescoringOptions,
deprecate old rerankWithOriginalVectors and defaultOversampling properties

* Add Document Intelligence Changes

* GA semantic scoring profile

* Add semantic partial response fix

* Fix description for debug definition

* Sync eng/common directory with azure-sdk-tools for PR 11726 (#36782)

* Update release plan completion script to take package info file

* Take only info file path as param

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>

* [Monitor.Ingestion] .NET client generation (#36759)

The focus of these changes is to update the
Ingestion assets to support generation of the
.NET client library.

* Rename LRO operations to internal for Python (#36756)

* Set LRO operations to internal for python

* Fix go validation issue

---------

Co-authored-by: Rena Chen <rechen@microsoft.com>

* Bump @apidevtools/json-schema-ref-parser in /.github/shared (#36777)

Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 14.1.1 to 14.2.0.
- [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
- [Commits](https://github.com/APIDevTools/json-schema-ref-parser/compare/v14.1.1...v14.2.0)

---
updated-dependencies:
- dependency-name: "@apidevtools/json-schema-ref-parser"
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @apidevtools/json-schema-ref-parser in /.github (#36775)

Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 14.1.1 to 14.2.0.
- [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
- [Commits](https://github.com/APIDevTools/json-schema-ref-parser/compare/v14.1.1...v14.2.0)

---
updated-dependencies:
- dependency-name: "@apidevtools/json-schema-ref-parser"
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump typescript-eslint (#36776)

Bumps the eslint group with 1 update in the /.github directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `typescript-eslint` from 8.39.1 to 8.40.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.40.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.40.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [CogSvc] Fix 2025-04-01-preview and 2025-06-01 stable API to match service behavior for account networkInjections property (#36395)

* Fix API to match service behavior for account networkInjections property
* Fix 2025-04-01 preview API to match service behavior for account networkInjections property
* add suppressions

---------

Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>
Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* Add delta class for fabric tool (#36785)

* [WebPubSub] TSP Migration for WebPubSub (#35853)

* init files from conversion

* initial checklist fixes

* fix service decorator info

* enum to union in models

* newly compiled files

* add linter

* initial warnings fixes

* updates

* fix

* suppress warnings

* suppress for std ops

* emitter updates

* rename interface name to match output

* adjust ns

* mod output dir location

* add tokencredential

* ignore mqtt for spelling

* prettier fixes

* match the orig doc

* client customizations

* update method name

* update version info

* rename operation to match old

* fix package pprint name

* align error codes and success

* fix kwarg names

* rename operation to match

* update ns name

* mark model as pagedResult

* removed unused model

* removed openapi import

* leave query as is

* fix listconn op to be a list, fix model item

* clean up tsp config

* fix typo

* info for other languages, commented out for now

* add suppressions for backwards comp

* removed unused imports

* remove interfaces, remove client location

* add connection_id to groupmember

* fix missing json ref

* add new json file

* changes to tspconfig

* changes for other langs

* add suppressions

* rename

* add csharp pckage name

* tsp config changes

* add reference

* add ts package dir

* remove additional files

* reset readme file

* new namespace

* remove old swagger

* add new swagger and examples

* point readme to new swagger

* fix readme

* some minor changes

* align response codes with openapi

* align response codes

* update to compliant names

* try to fix model validation byte error

* fix byte validation error

* fix deprecation error

* fix validation

* keep the old swagger name

* readme update for swagger rename

* small fixes

* formatting

* fix js tspconfig

* Add Powershell Installation Instructions for Copilot (#36788)

* Update client.tsp for IotOperations (#36783)

* Storagemover 2025-07-01 api version (#36560)

* Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized functions.

* Fix missing newline at end of file in JSON examples for Azure Storage Mover endpoints

* Fix missing newline at end of file in multiple JSON example files for Azure Storage Mover

* Update example JSON files for Azure Storage Mover to ensure consistency and clarity

* empty

---------

Co-authored-by: Suyash Choudhary <choudharysu@microsoft.com>
Co-authored-by: cptolookfor <97505773+cptolookfor@users.noreply.github.com>
Co-authored-by: Ray Chen <raychen@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* fix CheckNameAvailabilityRequest (#36797)

* [Microsoft.Resources] Deployment Stacks TypeSpec migration. (#35588)

* Add TSP.

* Add 2022-08-01-preview examples.

* Add 2024-03-01 examples.

* Work around response typing issue. TODO on x-ms-error-response.

* This is probably more semantically correct.

* Fix differences

* Supress + compact docs.

* Compact.

* Nevermind, tsp formatter doesn't like it.

* Fix tspconfig

* Fix .NET SDK validation errors.

* More suppressions

* Remove these I don't think it's needed

* Update examples.

* Align with checklist.

* Commit generated files.

* tsp format .

* Fix failing typespec config validation.

* Fix management group name and body name in examples.

* Fix model validation problems.

* Fix tspconfig.

* tsp compile .

* More ModelValidation fixes.

* Fix lintdiff error.

* Update to v6 common types per lint warnings.

* tsp compile . for the provisioning state fix.

* Rename, add csharp filter.

* Update suppression notes.

* Update notes.

* Remove language-specific configs per TSP migration for Bicep.Management https://github.com/Azure/azure-rest-api-specs/pull/35306

* Fix package names.

* Attempt to fix some breaking changes/back-compat issues.

* Don't rename in the response.

* Back compat fixes

* Fix examples.

* Breaking changes fixes.

* This isn't needed.

* Based on the examples, I don't think this is proper usage.

* resolve breaking changes

* update

* update

* Update tspconfig.yaml

---------

Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>

* Bump @autorest/openapi-to-typespec (#36796)

Bumps the openapi-to-typespec group with 1 update in the / directory: [@autorest/openapi-to-typespec](https://github.com/Azure/autorest).


Updates `@autorest/openapi-to-typespec` from 0.11.8 to 0.11.9
- [Release notes](https://github.com/Azure/autorest/releases)
- [Commits](https://github.com/Azure/autorest/commits)

---
updated-dependencies:
- dependency-name: "@autorest/openapi-to-typespec"
  dependency-version: 0.11.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: openapi-to-typespec
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: format monitor.ingestion tsp files (#36827)

* Add Uasge.json (#36826)

* Add thread message delete operation (#35320)

* Add thread message delete operation

* Re generate swagger

* Add samples

* Fix

* Rename delete operation

* Sync eng/common directory with azure-sdk-tools for PR 11741 (#36835)

* Add a pipeline template to mark SDK package as released

* Ignore test release plans when marking package as released

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>

* Get traffic incident - updated sample request/response to include valid bbox values. (#34407)

* Updated sample response.

* Updated sample request information

---------

Co-authored-by: Faraz Siddiqui <124096851+FarazGIS@users.noreply.github.com>

* [compute fleet] remove @path decorator for resource (#36795)

Co-authored-by: ReleaseHelper <ReleaseHelper>

* [hardwaresecuritymodules] Change the position of the suppression and remove unnecessary decorators (#36854)

* Change the position of the suppression

* Delete unnecessary decorators

* Updated documentation for Azure Maps Geolocation API (#34054)

* Updated documentation

* Changed 'country' to 'country/region'.

* Suppressing TypeSpec error.

---------

Co-authored-by: Faraz Siddiqui <124096851+FarazGIS@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>

* [Azure Load Testing] Add 2025-03-01-preview Data-Plane APIs (#32585)

* Update typespec and add swagger JSON

* Add examples

* Update API version in examples

* Update data plane readme.md

* Add minValue and maxValue for loadPercentage

* Added CreatedByType updates and CreatedByUri properties

* Added CreatedByType updates and CreatedByUri properties

* Fix enum value

* Added clone test apis and equivalent LROs

* Missed uploading the swagger file

* Add insights in the test run result

* Examples and updates to operations apis

* Fixing the OperationSTatus LRO

* Revert "Add insights in the test run result"

This reverts commit d3d3672df2294d360168f8679767ee9af1a3b6cd.

* Revert loadPercentage change for optional engine instance

* Add maximumVirtualUsersPerEngine auto stop parameter

* Add examples and added decorator

* tsv format and prettier

* Updated examples

* Updated example to contain headers

* Reverting a change

* Fixing a change

* Renaming operation

* LintDiff supressions

* Update client.tsp to latest

* Updated generation

* Add estimatedVirtualUserHours

* Add Read lifecycle

* Add testIds filter for ListTestRuns (#35700)

* add testIds filter for ListTestRuns

* fix: update operationId for ListTestRuns to include TestIds

* fix: update title for ListTestRuns to reflect testIds filtering

* fix: update documentation for testIds in ListTestRunQueryParams to clarify usage

* Update examples

* Add testIds example

* Changes for actionable insights

* Adding specification for new ErrorDetail model (#36532)

* fix tsp issues

* Move examples to right folder

* updated swagger failure

* update model

* PR comments

* add suppression

* Fixing OperationStatus Response body as per review comment

---------

Co-authored-by: Mitesh Shah <58204159+mitsha-microsoft@users.noreply.github.com>
Co-authored-by: Venkat Ragavan S <vens@microsoft.com>
Co-authored-by: mbhardwaj-msft <169130830+mbhardwaj-msft@users.noreply.github.com>
Co-authored-by: Himanshu Bisht <himanshubishtcse@gmail.com>
Co-authored-by: Venkat Ragavan <50309787+venkatr21@users.noreply.github.com>

* Move insights to test run operations (#36856)

Co-authored-by: Venkat Ragavan S <vens@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 11745 (#36840)

* Fix wiql issue in getting release plan work items

* Update eng/common/scripts/Helpers/DevOps-WorkItem-Helpers.ps1

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* .NET requires custom source path since source path contains dev tools repo

* Remove order by

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update for august hotfix 2 (#36832)

Co-authored-by: Mike Harder <mharder@microsoft.com>

* [AI Projects] Removing unused config entries (#36860)

Signed-off-by: trangevi <trangevi@microsoft.com>

* [OpenAI.v1] Temporarily removing deployment-based multipart-form-data… (#36672)

* [OpenAI.v1] Temporarily removing deployment-based multipart-form-data operations.

* video.

* Fixing generate speech operation.

* finetuning.

* Unified Evaluation API Spec (Version upgrade) (#36115)

* Unified Evaluation API Spec (Version upgrade)

* updating tspconfig.yaml

* Use flat scores

* Updating routes + Removing Agent run evaluation

* rename items to messages

* Updating InlineJsonDataSource to InlineDataSource

* Updating discriminator values

* initial modeling for real-time api evaluation (#36147)

* initial modeling for real-time api: single evaluation

* update given comments

* add optional storage for customers

* remove plural

* updates given the SDK review

* remove the tsp generated json for merge ease

* OneEval is not a separate resource type

* remove additional storage option for sync. Clients will have to manage this

* Merge

* Update result model

* Fix example

* Adding standard deviation

* confidence interval

* Addressing feedback from API review

* nit fixing names

* Update to runBatch

* Readme update

* Example Added

* Fix examples

* Fix paths

* Revert older version changes

* Revert changes to older version

* Reverting more changes

* Adding Examples

* adding 2 MB limit

* Fix version in examples

* Added deprecated in route

* Adding comment

* Update name to id in new version of API

* Fix

* Model validation fixes

* EvaluationMessages -> EvaluatorMessages

* Fix model for labels

* Fixed examples for deprecated endpoints

* Removed deprecated routes

* Removed not needed files

* Correct Api-version in tspconfig.yaml

* Using OneEvaluation Model as request and response

* Remove state from individual result & put usage within metrics

* Update image url message type

* Removing request from response payload for OneEvaluation

* Fix example

* Mark API is deprecated

* Remove b64_json

* Fix image_url

* Adding error field as well in evaluator status

* Fix error message

* merge latest + fix tsp validation

* Fixed inline source to not return user data

* Fix the validation error

* Fix example

* Addressing PR comments - outcome union

* One -> Single rename

* Prettier fix

* Removing GetEvaluationResults API

* Fix lint issues

* prettier fix

---------

Co-authored-by: Ritesh Kumar Sinha <risinh@microsoft.com>
Co-authored-by: Kayla Seager <kayla.seager@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* [summarize-checks] Trigger on workflow "TypeSpec Validation" (#36864)

- Necessary if this required check finishes last

* Add SharePoint delta tool call. (#36865)

* Webpubsub To New TSP Folder Structure (#36833)

* delete old structure

* move to new structure

* files after tsp compile

* delete stragglers

* move under data plane

* update tspconfig path

* generated swagger

* update project root

* remove generated swaggers from data-plane level

* move readme up a level

* add readme

* point to right swagger

* changes

* reference swaggers

* update readme

* fix location

* location fix

* remove dupe readme

* [AzureDataTransfer] Bugfix for Mimefilter (#36862)

* init - bugfix

* add json

* examples

* pretty

* [context.js] Fix tests for 100% codecov, inline error snapshots (#36866)

* [python][security] Convert readme.python.md to singleapi package format (#36032)

* Initial plan

* Convert security readme.python.md to singleapi package format

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* [python][web] Convert readme.python.md to single-api package configuration (#35937)

* Initial plan

* Convert web readme.python.md to single-api package configuration

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* [python][compute] Update readme.python.md to convert to singleapi package (#36033)

* Initial plan

* Update compute readme.python.md to singleapi package format

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* init for package-python-sdk

* update

* fix python tag

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* adding new stable 2025-08-02 version for Microsoft.IoTFirmwareDefense (#36650)

* adding new stable 2025-08-02 version for the fist API. this will be the first GA API version

---------

Co-authored-by: Mike Lucadamo <mlucadamo@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>

* Update tspconfig.yaml to pin api-version (#36880)

* mgmt, signalr, convert to TypeSpec (#35463)

* [TSP Migration][databox] TypeSpec migrated from swagger (#35690)

* [servicefabricmanagedclusters] .NET Emitter: Treat timespan as string to avoid breaking change in csharp (#36883)

* Bump OAV (#36872)

* bump oav dep to 4.0.0. This eliminates dependencies on newman and postman-collective

This reverts commit dc5e725537b4e38cdbea0e7ca7b9dbaf338f2747.

* Update changelog parsing to round-trip header (#36884)

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 11807 (#36890)

* Update package release status completion to process multiple packages

* Updated as per review comments

* Updated as per review comments

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>

* Update access public for some models and enums (#36889)

Co-authored-by: Rena Chen <rechen@microsoft.com>

* [TypeSpecValidation] Improve error message for invalid service name (#36892)

* [extract-inputs] Improve Octokit request and rate-limit logging (#36871)

* Eladschwartz/adding new api docs for public 2025 version (#35121)

* Saving a working version

* Saving changes

* Save a working version

* Adding more models

* Saving changes

* Including minimal working example

* Saving changes to enum to string

* Updating enum types

* Saving changes

* Saving work

* Saving skus changes

* Saving enum work

* Saving description updates

* Removing redundant models

* Saving public offers example

* Saving changes

* Saving changes

* Saving examples

* Adding changes

* Adding more changes

* Making more changes

* Updating files

* Making more required compilation fixes

* Adding the json path to the readme

* Adding json path to the readme

* Fixing more validation issues

* Fixing linter error

* Reverting changes to "hasRI" fields

* Updating created openAPI spec

* Validation changes

* Updating PlanDetails

* Adding missing properties from examples

* Post compile check

* Adding "value" type to listing operation

* Removing irrelevant fields from the listing response

* Updating vCpu field

* Updating name of Azure Key

* Fixing pascal case issue

* Adding required changes to union types

* Adding model extensions

* Updating validation errors

* Adding descriminator suppression

* Adding description to Versions enum

* Removing SDK generation

* Adding more documentation changes

* Adding a more detailed description of azure benefit

* Adding search parameter

* Fixing description quotations

* Replacing enum types with string types

* Updating open api rest spec

* Updating openapi identifiers fields

* Adding suppresions for sdk generation

* Adding more lint diff fixes

* Fixing hidekeys and pricing audience location

* Fixing team suggestions

* Updating descriptions requested in API review

* Adding option  to omit unreachable types

* Removing key from json

* Updating inner error description

* Adding pricing audience to skus

* Adding updated enhanced descriptions

* More descriptions fixes

* Adding spelling ignore

* Fixing documentation descriptions

* Updating example files to match descriptions

* Adding more descriptions

* Saving changes

* Updating error payload in docs

* Remove max and min quantitiy from skus apis

* Checkin working version

* Saving changes from internal docs review

* Fixing merge issues

* Moving types to definition section

* More loop component updates

* Finalizing changes

* Update descriptions

* AzureTerraform 2025-09-01-preview (#36638)

- New input properties: includeRoleAssignment, includeManagedResource, includeResourceGroup, recursive
- Vastly improved docs

* Generate portalservices .NET SDK  using new generator (#36901)

* Added bulk review api (#36774)

* Added bulk review api

* Added valid arm id in example

* Made TSV as optional param in bulk publish

* space fix

---------

Co-authored-by: Ravindra Dongade <rdongade@microsoft.com>

* Bump zod from 4.0.17 to 4.1.1 in /.github (#36896)

Bumps [zod](https://github.com/colinhacks/zod) from 4.0.17 to 4.1.1.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.0.17...v4.1.1)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the eslint group across 2 directories with 2 updates (#36895)

Bumps the eslint group with 2 updates in the /.github directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint](https://github.com/eslint/eslint).
Bumps the eslint group with 2 updates in the /.github/shared directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint](https://github.com/eslint/eslint).


Updates `@eslint/js` from 9.33.0 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.34.0/packages/js)

Updates `eslint` from 9.33.0 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.33.0...v9.34.0)

Updates `@eslint/js` from 9.33.0 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.34.0/packages/js)

Updates `eslint` from 9.33.0 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.33.0...v9.34.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@eslint/js"
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added package name (#36918)

* Sync eng/common directory with azure-sdk-tools for PR 11802 (#36886)

* prompt files for labels and codeowners

* Update eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md

Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>

* Update eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md

Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>

* changed NotAServiceLabel line

* changed guidance to the documentation

* specified which PRs to display

* Update eng/common/instructions/azsdk-tools/validate-service-label.instruction.md

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/validate-codeowners.instructions.md

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/validate-service-label.instruction.md

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

---------

Co-authored-by: shirelmr <t-smarino@microsoft.com>
Co-authored-by: Shirel Marino <80732950+shirelmr@users.noreply.github.com>
Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
Co-authored-by: Michelle <t-michellema@microsoft.com>
Co-authored-by: Michelle Ma <145605943+michiisai@users.noreply.github.com>
Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>

* Adding prompts for CODEOWNERS and Labels tools (#36885)

* moved service label prompt to new feature branch

* added additional guidance for naming service labels

* Edited service label prompt file to include new MCP tools

* Added details for if branch already exists for service label

* Completed first draft of validatecodeowners prompt file

* Corrected some syntax for consistency

* Minor changes to codeowners

* Exluded our codeowners stretch goals (adding and deleting codeowners)

* Updated prompt files to utilize exisiting validation prompt files.
Updated some guidance steps.

* Reordered the workflow in prompt files

* Extra checks for service label color in the common-labels csv file

* Updated the codeowners prompt file and relating steps.

* added definitive style for service labels

* Added additional guidance for naming labels

* Updated codeowners prompt file to use new tools/workflow.

* reformatted to improve readability

* rewrote the workflow to account for mcp tool changes

* reduced redundacy for labels and codeowners

* added link for invalid owners to set visbility to public

* Changing prompt files.

* added links for codeowners documentation

* modified lines for provide documentation

* changed tools names

* updated file names

* changes

* moved eng common files

* Fix links for validate service label and codeowners

---------

Co-authored-by: Michelle <t-michellema@microsoft.com>
Co-authored-by: ReilleyMilne <t-remilne@microsoft.com>
Co-authored-by: shirelmr <t-smarino@microsoft.com>

* Support customized branch when create sdk PR (#36748)

* Support customized branch when create sdk PR

* moved the step to inside of SDK PR condition

* support non-existed branch

* removed force push flag

* Updated SdkRepoCommit to SdkBranchName

* Updated parameter name

* updated regex to include !refs

* [EngSys] npm update (#36919)

* [api-doc-preview] Move from "shared" to "workflows" (#36893)

* Adding the beta7 swagger (#35757)

* Adding the beta7 swagger

* Adding the latest swagger for the signaling feature and missing media feature for beta7

* latest swagger changes includes the summarizecall feature

* swagger prettier

* updating the latest changes

* swagger prettier run

* add example for move participant

* rename the the example file to correct one

* prettier run

* adding the example for summariza call

* fixing the exampels

* fixing the build failures

* fixing moveparticipant model validation failure

* fixing model failure

* updating new swagger for renaming the transcriptioncallsummaryupdate to transcriptioncallsummaryupdated

* updating the latest swagger

* addressing the sdk reviews for the media

* updating the latest swagger

---------

Co-authored-by: James Deng (ACS) <jamesdeng@microsoft.com>

* [resourceManagement.yml] Fix bug with no changed files in more places (#36929)

* Updated the owner of SDK PR repo (#36925)

* [oav-runner] Remove warning messages from formatting output (#36935)

* Add new 2025-05-01-preview API version to Microsoft.Cdn Deployment Versions Public Preview (#35440)

* Base on latest stable version 2025-04-15. Includes updating api version to 2025-05-01-preview.

* Add 2025-05-01-preview to readme.md

* Copy existing mTLS API from 2024-06-01-preview and add new properties; Update examples

* Change for preview deployment feature

* Run prettier

* Update subscriptionId in example

* Fix model validation failed

* Fix ARM reviewer comments

* Update type string to date-time

* Fix formatting

* Rename timing

* Added header name to property description

* Rename time properties in example file

* rename to EnforceMtlsEnabledState

* Back out all mTLS API changes

* Clean up example files

* Add input file in readme

* Add input file in readme

* Add missing type and format

---------

Co-authored-by: shaowan-msft <shaowan@microsoft.com>

* [powerbidedicated]Remove redundant model and update Operations_List (#36877)

* update

* remove private things

* update (#36331)

* update (#36909)

* [summarize-checks] Add test for extracting summary from zip archive (#36942)

- Conditional on existence of "unzip" executable

* [workloadorchestration] use ArmCustomPatchSync for patch method (#36691)

* [workloadorchestration]use ArmCustomPatchSync for patch method

* update

* Update Solution.tsp

* use customized update model instead

* update

* update

* Revert "update"

This reverts commit df2945931b05682e1a74798435589d4dad62013d.

* remove tags

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

* Cognitive Services 2025-07-01-preview (#35345)

* Baseline against 2025-06-01 stable.
* Update readme.md to use package-2025-07-01-preview by default
* Added Quota Tier Swagger Specs  (#35388)
* [CustomTopic] Add custom topic feature to cogsvc control plane API (#35372)
* Added new Legacy lifecycle status, replacement config and model asset id (#35505)
* ReplacementConfig.autoUpgradeStartDate should be in format of date-time (#35655)
* Add storedCompletionsDisabled Account Properties: The flag to disable stored completions. (#35697)
* [Address PR feedback] Use enum instead of a boolean value to indicate deprecation status (#36189)
* Update to reference newer common types (#36208)
* Update all common type references to use v3 - v4+ will require breaking change verification.
* Enable modelerfour.lenient-model-deduplication for python and go SDK generation - ErrorResponse/ErrorDetail common types are being flagged without this setting.
* Fix invalid NetworkInjections specification - bug since 2025-04-01-preview (#36376)

---------

Co-authored-by: Ritwik Desai <ritwikdesai@users.noreply.github.com>
Co-authored-by: huliang-microsoft <54422042+huliang-microsoft@users.noreply.github.com>
Co-authored-by: Aditya Kumar <kumarad@microsoft.com>
Co-authored-by: Dawei Li <daweil@microsoft.com>
Co-authored-by: hgarg11 <garghimanshu@microsoft.com>

* Bump @microsoft.azure/openapi-validator-rulesets from 2.1.7 to 2.1.8 in /eng/tools/lint-diff in the openapi-validator group across 1 directory (#36894)

* Bump @microsoft.azure/openapi-validator-rulesets

Bumps the openapi-validator group with 1 update in the /eng/tools/lint-diff directory: [@microsoft.azure/openapi-validator-rulesets](https://github.com/Azure/azure-openapi-validator).


Updates `@microsoft.azure/openapi-validator-rulesets` from 2.1.7 to 2.1.8
- [Changelog](https://github.com/Azure/azure-openapi-validator/blob/main/changelog.md)
- [Commits](https://github.com/Azure/azure-openapi-validator/commits)

---
updated-dependencies:
- dependency-name: "@microsoft.azure/openapi-validator-rulesets"
  dependency-version: 2.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openapi-validator
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump ruleset in more files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* [summarize-checks] Use latest artifact named "job-summary" (#36640)

* fix powershell URL in copilot instructions (#36834)

* fix powershell URL in copilot instructions

* [EngSys] Skip ratelimit log if no response headers (#36958)

* Bump zod from 4.1.1 to 4.1.3 in /.github (#36956)

Bumps [zod](https://github.com/colinhacks/zod) from 4.1.1 to 4.1.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.1...v4.1.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* changed name file (#36960)

Co-authored-by: shirelmr <t-smarino@microsoft.com>

* snake case tool names (#36959)

* Remove csharp-service-dir parameter and standardize C# emitter output directory configuration (#36679)

* [ILogger] Add warning() method (#36967)

* Sync eng/common directory with azure-sdk-tools for PR 11839 (#36965)

* snake case

* change file name to .instructions.md

* Revert "change file name to .instructions.md"

This reverts commit c4bb65dc03258a45f74590edff6ccbf889d9e559.

---------

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* fix issues introduced by previous api-version bump of storagemover (#36949)

* Update models.tsp (#36908)

* [workloadorchestration] update operation (#36977)

* update operation

* update operation

* Add back location and azure-asyncoperation (#36980)

Co-authored-by: Pan Shao <pashao@microsoft.com>

* Change the description of deprecating vm refresh action of RetainedData. (#35867)

* Change the description of deprecating vm refresh action of RetainedData.

* Revert "Change the description of deprecating vm refresh action of RetainedData."

This reverts commit 1ec0dfdadf36d1322db51098d4c3cb2fa85d7430.

* Add deprecated directive and slightly change the description.

---------

Co-authored-by: wenjiezhang <wenjiezhang@microsoft.com>

* update route description (#36974)

Co-authored-by: Will Huang <huangwill@microsoft.com>

* [issues.js] Add "logger" parameter (#36987)

* Adding readme.md file in resource-manager folder (#36660)

* Adding readme.md file in resource-manager folder

* Updating readme

* [Swagger to TSP conversion] [mgmt] dnsresolver (#36066)

* try migrate

* update tsp and compile again

* Fix and generate

* delete temp files

* remove old swagger

* delete sparse-spec

* fix lint

* configure sdk emitter

* configure sdk emitter

* configure sdk emitter

* fix typespec validation

* pretieer

* remove dnsresolver.json

* update tspconfig

* fix duplicate actionType issue

* add clientLocation

* resolve spec changes

* fix validation

* fix validation

* fix swagger validation

* fix swagger validation

* update suppress message and update CloudError

* regen swagger

* update

* resolve breaking

* no need client.tsp

* resolve breaking

* Update tspconfig.yaml

* Update tspconfig.yaml

* fix lro and paging validation errors

* remove sparse-spec

* Fix partial resource

* Add .net configuration

* update etag

* remove operation id

* suppress validation error

* use using Network

* update .net configuration

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* Add @qiaozha as code owner for suppressions.yaml (#37001)

Added @qiaozha as a code owner for suppressions.yaml.

* [Typespec Migration] migrate mysql-flexible to typespec (#35895)

* migrate mysql to typespec

* update

* update

* update

* update

* update

* update

* update

* update

* remove old swagger

* update

* update

* update

* update

* update

* update

* update

* update

* Update models.tsp

* update

* update

* update

* update

* Update readme.md

* update

* update

* pretty check

* update

* Update client.tsp

* update

* Update routes.tsp

* Update readme.md

* update

* update

* update

* update

* Update tspconfig.yaml

* update

* update

* Update tspconfig.yaml

* update

* update

* update

* update

* update

* update

* Revert "update"

This reverts commit e9d1b9bcfa4a5ba539fca243e0d9b8de19fcfe10.

* revert customized code change

* update PrivateEndpointConnection

* update

* update

* update

* update

* update

* update

* update

* update

* update

* Update tspconfig.yaml

* Update tspconfig.yaml

* java backward compatibility

* remove @operationId & fix operation group name and operation name

* Update PrivateEndpointConnection.tsp

* update

* Revert "update"

This reverts commit 3cd500d361b11fa433530130d56f34932e509b92.

* Update client.tsp

* resolve comments

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Arthur Ma <arthurma@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Qiaoqiao Zhang <qiaozha@microsoft.com>
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Revert "Unified Evaluation API Spec (Version upgrade) (#36115)" (#36964)

This reverts commit ec27c0af880a760064919e25de052b35b1eebee3.

* Add DeliveryReport GET endpoint for ACS SMS (#36621)

* Add DeliveryReport GET endpoint for ACS SMS

* Merge DeliveryReport examples into one file

* adjust readme.md to have new version

* updating the version  in the main file

* changing api version to all example files

---------

Co-authored-by: Kirill Linnik <klinnik@microsoft.com>

* [Support] tsp migration  (#35579)

* update default tag

* init tsp

* init swagger

* add suppression for warning

* fix body name

* fix breaking

* Fix for nextlink

* fix for return type name of list operations

* fix body name

* fix for azure-async-operation

* fix for azure-async-operation

* fix for azure-async-operation

* fix for azure-async-operation

* temp files

* add @clientLocation and remove @operationId

* use @clientLocation to replace @operationId

* format

* format

* format

* fix Swagger ModelValidation error INVALID_FORMAT

* make value optional to keep compatibility with swagger

* add tspconfig.yaml

* customize for no body common op

* customize for no body common op

* format

* fix cspell

* fix ci

* fix ci

* fix ci

* resolve breaking

* update for empty union

* fix missing final result for lro

* update for @pageItems

* fix for pattern

* service-name

* remove legacy operation

* Add emit-lro-options: "all"

* remove csharp config

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>

* Add new version for Automated Response Public Preview (#36646)

* Current version copy

* Add new version for Automated Response Public Preview

* Update README

---------

Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>

* update model name (#37007)

* Update HDInsight Linked Service Swagger definition with new payload f… (#36664)

* Update HDInsight Linked Service Swagger definition with new payload fields: {clusterAuthType, credential}

* Update clusterAuthType field type to enum

---------

Co-authored-by: Nakul Ramanathan <nramanathan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>

* rename model (#37008)

* Bump marked from 16.2.0 to 16.2.1 in /.github/shared (#37002)

Bumps [marked](https://github.com/markedjs/marked) from 16.2.0 to 16.2.1.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v16.2.0...v16.2.1)

---
updated-dependencies:
- dependency-name: marked
  dependency-version: 16.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump marked from 16.2.0 to 16.2.1 in /.github (#37000)

Bumps [marked](https://github.com/markedjs/marked) from 16.2.0 to 16.2.1.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v16.2.0...v16.2.1)

---
updated-dependencies:
- dependency-name: marked
  dependency-version: 16.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump zod from 4.1.3 to 4.1.4 in /.github (#36999)

Bumps [zod](https://github.com/colinhacks/zod) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.3...v4.1.4)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add specific instruction for self service SDK gen from release planner (#36998)

* Add specific instruction for self service SDK gen from release planner

* Updating v1 specs with Chat, Embeddings, Responses, and Vector Stores moved out of preview. (#36955)

* Updating v1 specs with Responses and Chat moved out of preview.

* Adding vector stores

* embeddings

* adding obfuscation

* adding doc to obfuscation field

* Revert "Bump @microsoft.azure/openapi-validator-rulesets (#36894)" (#37014)

- Reverts commit 8b16c315f3a8e04d4c7fd24e01662ddda334b257
- New rule LroAzureAsyncOperationHeader appears to be blocking PRs incorrectly
- https://github.com/Azure/azure-openapi-validator/pull/749

* [readme.js] Add more tests for duplicate tags (#37012)

- Tests related to #37003 (which we decided to not fix)

* Bump zod from 4.1.4 to 4.1.5 in /.github (#37019)

Bumps [zod](https://github.com/colinhacks/zod) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.4...v4.1.5)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Convert Webpubsub Swagger to Tsp (#35228)

* update

* update

* delete

* update

* update

* update

* update

* update

* update

* need to add

* update

* update

* update

* update

* update

* update

* update

* update

* delete

* fix

* update

* update

* update

* fix regeneratekey

* update

* update

* update justification

* update

* update

* update

* update

* update

* update config

* update

* resolve breaking

* java config

* Update specification/webpubsub/SignalRService.Management/client.tsp

* fix go breaking change

* update

* update

* update

* update

* fix privateendpointconnection

* remove private decorator

* java config

* removed

* Remove the csharp config from tspconfig.yaml

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>

* [compute-recommender] Add client.tsp (#37021)

* Add client.tsp for Recommender Management

* Update client.tsp

* Java, client.tsp for storagemover (#37023)

* update service-name

* Java SDK migration fixes for StorageMover: use-object-for-unknown and localIPAddress property name fix

* Release Microsoft.Network 2024-10-01 (#35689)

* Copy files from stable/2024-07-01

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to stable/2024-10-01

Updated the API version from stable/2024-07-01 to stable/2024-10-01.

* Added tag for 2024-10-01 in readme file

* Adding extended location to azure firewall specification (#35134)

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* NVAInVnet swagger changes (#35302)

* add nvainvnet swagger & examples

* run prettier

---------

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* fix typo and GET example (#35348)

* Creating Packet Capture Operation API to replace existing packet capture API for Azure Firewall (#35362)

* Adding packet capture operation api for azure firewall - public preview feature

* Added Dedicated backend connection and certificate validation options in template for application Gateway Backend Settings (#35161)

Co-authored-by: Rajat Gupta <rajatgup@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Add Quic Protocol to TransportProtocol. (#35601)

* naming error fix (#35733)

* Packet Capture Parameter Fix: Adding a default integer to prevent default value of 1 being passed by powershell/generatedSDKs (#35779)

* Adding a default value to fix powershell forcing default 1 value for null parameter

* Updating descriptions and moving default duration to 60 seconds.

* Fixing grammar and verbiage

* Add host config for Java: Microsoft.Network API Version 2024-10-01 (#35710)

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>

* Update API Version 2024-10-01 in Microsoft.Network (#35744)

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>

* Update readme.python.md

* Add nsp service tags api (#36665)

Co-authored-by: Karthik Gumpu (from Dev Box) <karthikgumpu@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Add Suppression for LintDiff (#36732)

* Add LintDiff Suppression Update readme.md

* Add suppression to readme.md

* Update readme with transformation directives for resources (#37005)

Added directives for transforming client names in resource definitions.

---------

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: kjilla <32179191+kjilla@users.noreply.github.com>
Co-authored-by: sbhosalemsft <98562322+sbhosalemsft@users.noreply.github.com>
Co-authored-by: nikhilpadhye1 <68977752+nikhilpadhye1@users.noreply.github.com>
Co-authored-by: Rajat Gupta <grajat341@gmail.com>
Co-authored-by: Rajat Gupta <rajatgup@microsoft.com>
Co-authored-by: Eugenio Peña García <70240915+EugenioPena@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Karthik Gumpu <gumpukarthik@gmail.com>
Co-authored-by: Karthik Gumpu (from Dev Box) <karthikgumpu@microsoft.com>

* Update client.tsp (#37024)

* Update client.tsp

* Update client.tsp

* Update client.tsp

* Migrate PostgresqlHsc to TypeSpec (#35623)

* migrate

revert compare

* fix path

* tspconfig.yaml

* fix flatten

* fix legacy template

* fix examples

* tsp compile

* fix ClusterConfigurationListResult

* fix tsp validation

* fix prettier

* fix cspell

* fix tsp validation

* fix tsp format

* fix flatten

* java config

* tsp validation

* fix tspconfig.yaml

* fix breaking

* fix example model validation

* tsp format

* fix example

* update

* fix headers

* use recommended @list

* uniqueItems

* Update tspconfig.yaml

* fix privateendpointconnection

* java config

* Remove the csharp config from tspconfig.yaml

* fix lro headers

fix final-state-via

use ArmCombinedLroHeaders

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>

* Migrate quota to TypeSpec (#35884)

* Migrate quote to TypeSpec

* Fix Swagger diff and errors

* Update TSP version

* Fix Swagger diff and errors

* Remove fixme from doc

* run prettier check

* Restore the original state of version 2025-03-01

* update example

* update example

* Update readme and delete old swagger files

* resolve breaking

* Modify the type of properties

* Delete operationId decorator

The issue of missing 'x-ms paginatable' for SDK validation has not been fixed yet

* Add config for csharp

* Update tspconfig.yaml

* Fix the comments

* Add "x-ms-pageable"

* Fix FinalResult errors

* Add missing headers in response code

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* refactor(schemaregistry): migrate to unified folder structure (#36734)

* refactor folder structure

* update path to fix validation error

---------

Co-authored-by: User <user@example.com>

* Refactor devtestlabs folder structure to comply with Azure Guidelines (#36688)

* Refactor(containerstorage): migrate to unified folder structure  (#36769)

* Refactor containerstorage folder structure to comply with Azure Guidelines

* Add instruction.md

* refactor(datareplication): migrate to unified folder structure (#36768)

* refactor folder structure

* update path to fix ci error

* fix typespec validation ci error

* fix readme reference path

* Refactor(deviceprovisioningservices): migrate to unified folder structure  (#36804)

* Refactor deviceprovisioningservices folder structure to comply with Azure Guidelines

* Update folder stable/stable/2021-10-01=>stable/2021-10-01/

* Refactor elasticsan folder structure to comply with Azure Guidelines (#36809)

* refactor(azurelargeinstance): migrate to unified folder structure (#36824)

* refactor structure folder

* fix ci errors

* refactor(azurefleet): migrate to unified folder structure (#36805)

* refactor structure folder

* fix ci error

* refactor(purviewpolicy): migrate to unified folder structure (#36803)

* refactor structure folder

* fix ci error

* Refactor(guestconfiguration): migrate to unified folder structure (#36812)

* Refactor guestconfiguration folder structure to comply with Azure Guidelines

* Update

* Updated resource-manager/Microsoft.GuestConfiguration/GuestConfiguration to resource-manager/Microsoft.GuestConfiguration/Assignments

---------

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Refactor(powerbidedicated): migrate to unified folder structure (#36879)

* Refactor powerbidedicated folder structure to comply with Azure Guideline

* Fix ci error

* refactor(desktopvirtualization): migrate to unified folder structure (#36799)

* refactor structure folder

* fix ci error

* fix path in suppressions file

* refactor(vmware): migrate to unified folder structure (#36802)

* refactor structure folder

* fix ci errors

* update service name and fix semantic ci error

* fix the error in deliveryStatus type definition (from enum to string) (#37033)

* Add DeliveryReport GET endpoint for ACS SMS

* Merge DeliveryReport examples into one file

* adjust readme.md to have new version

* updating the version  in the main file

* changing api version to all example files

* changing enum to string

---------

Co-authored-by: Kirill Linnik <klinnik@microsoft.com>

* [dependabot.yml] Unfreeze autorest, js-yaml, cross-env.  Ungroup openapi-validator. (#37034)

- Unfreezing autorest and js-yaml is a continuation of #35166
- Unfreezing cross-env because v10 has sufficient adoption
- Ungrouping openapi-validator because ruleset should update independently

* Update CODEOWNERS for search data-plane and resource-manager (#37035)

* Remove Web KS from 08-01 Azure Search SDK (#36992)

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>
Co-authored-by: Kuan Lu <lucas95123@outlook.com>

* Fix response body in spec (#36707)

Co-authored-by: Arber Hila <ahila@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 11905 (#37036)

* Updated instructions files for service label and CODEOWNERS validation

* Update eng/common/instructions/azsdk-tools/validate-service-label.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Trim trailing whitespaces

* Added suggested changes from previous PR

---------

Co-authored-by: Michelle <t-michellema@microsoft.com>
Co-authored-by: Michelle Ma <145605943+michiisai@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* [Microsoft.AppConfiguration] Fix reference bug (#36072)

* Update

* Update

* Source user ID from graph api in TME (#37037)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Revert "Migrate quota to TypeSpec (#35884)" (#37040)

This reverts commit 02eba4b2b13f272dfd75a92c063fa1f01067ef3f.

* Users/tejasma/2025 09 01 (#36629)

* Copy files from stable/2025-07-15

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-07-15 to stable/2025-09-01.

* Added tag for 2025-09-01 in readme file

* modifies examples and adds enforcedGroupName

* updates examples and removes list endpoint

* removes enforcedGroupName from request body

* adds groupType property

* removes list group quota enforcement endpoint from 2025-07-01

* renames ListGroupQuotas and adds appropriate enums

* fixes typo and validation issues

* adds enum type string

* runs prettier

* adds display name and groupType

* adds provisioning State to GetGroupQuotas and ListGroupQuotas

* resolves model validation issue

* adds retry after,modifies 201 respones, and fixes example quality

* adds back file that was deleted in previous version

* Remove groupquota.json to match main branch

* removes subscriptionId from response body

* [.github] Workflows that use PR diff should trigger on "edited" (#37042)

- re-run if the base branch is changed
- previous merge commit may generate incorrect diff

* Update documentation for VirtualNetworkGateway and VirtualWan VpnServ… (#37026)

* Add 2 new POST APIs on VirtualNetworkGateway and VirtualWan resources. (#37028)

* Add Python support to client names in client.tsp (#37068)

* clean tag (#36559)

Co-authored-by: Judy Zhu <zhujudy@microsoft.com>
Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* [TSP Migration][advisor] TypeSpec migrated from swagger (#34319)

* First generate

* Fix some diff

* update

* update

* update

* update

* update

* update

* fix

* update

* fixed

* update

* update

* fix

* update

* update

* update

* update

* delete

* add clientName for go

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* delete

* resolve breaking change Deleted Class AdvisorManagementClient

* update

* update

* update

* resolve breaking

* fix go breaking

* merge

* rename for python

* update

* Update .gitignore

* update

* update

* remove csharp emmiter

* update

* update

* update

* Remove `@operationId`

* Add config for .NET

* Update client.tsp

* Update client.tsp

* add @operationId

* fix

* fix extendedProperties in PredictionResponseProperties

* Update clientLocation references to 'Recommendations'

---------

Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: mcgallan <1186003288@qq.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: JiaqiZhang-Dev <jiaqzhang@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: tadelesh <tadelesh.shi@live.cn>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* tsmv, add ignoreDefinitionCase option (#37065)

* add ignoreDefinitionCase option to tsmv

* comment

* add publish to jobtype (#37070)

* [OffAzure] Site model changes to merge DR and Migrate scenarios (#35842)

* Base commit from 2024-05-01-preview

Base commit

* Site schema changes

* Prettier changes

* fixes

* changes

* resolve comments

* revert changes

* Make changes to add machine resource id for fabric sites

* resolve comments

* resolve comments

* changes

* Fix descriptions

---------

Co-authored-by: Tianen <v-tianxi@microsoft.com>

* fix readme.md (#37077)

* Remove Private Decorator in Notificationhubs (#36903)

* update

* update

* fix format

* Remove Private Decorator in SqlViirtualmachine (#36904)

* update

* remove suppression

* Remove private decorators (#36943)

* Remove private decorators (#36938)

* Remove private decorators (#36944)

* Remove useless suppression (#36937)

Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Remove private decorators (#36946)

Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* [Bicep.Management] Fix C# names to align with original SDK (#35643)

* [Bicep.Management] Fix C# names to align with original SDK

* Update client.tsp

---------

Co-authored-by: Weidong Xu <weidxu@microsoft.com>

* Avere Azure Storage Cache Auto Import 2025-07-01 API Spec (#33395)

* Copy files from stable/2024-07-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-07-01

Updated the API version from stable/2024-07-01 to stable/2025-07-01.

* Added tag for 2025-07-01 in readme file

* Microsoft.StorageCace API version 2025-07-01 for AutoImport support

* Addressing Lint, Prettier and ModelValidation errors

* Addressing ModelValidation errors

* Addressing ModelValidation errors

* Addressing reviewers comments

* Adding start and completion time for auto import jobs and updating the examples

* Adding statusCode and statusMessage for AutoImport

---------

Co-authored-by: Aman Jain <amajai@microsoft.com>

* storage task assignment regex and top bug fix (#36668)

Co-authored-by: Saaqeb Siddiqi <ssiddiqi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>

* Add pull-requests: write permission to copilot-setup-steps.yml workflow (#37100)

* Add pull-requests: write permission to copilot-setup-steps.yml workflow

* [TSP Migration][redis] TypeSpec migrated from swagger (#35243)

* The first version of TSP

* Fix some errors and diffs

* update

* delete conditionalClientFlatten

* update

* update

* Update java config

* update config

* resolve breaking

* update

* resolve breaking

* update

* Resolve some comments

* Add FinalResult, parentResouce decorator, and remove ArmResponse

* resolve go breaking changes

* fix go breaking changes

* fix for python

* update

* Update tspconfig.yaml for Java

* Update Java tspconfig.yaml

* Fix the final result issue and update the syntax to the latest version

* Fix privateEndpointConnection issue and…
Juliehzl pushed a commit that referenced this pull request Oct 9, 2025
…review (#37329)

* Sync eng/common directory with azure-sdk-tools for PR 11477 (#36699)

* place prompts in common place

* Update eng/common/instructions/azsdk-tools/create-sdk-locally.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/verify-namespace-approval.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/typespec-to-sdk.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/typespec-to-sdk.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* rename to .instructions.md

* remove uneeded headers

* change to .instructions

* fix

* run to refer to

* relative links fix

---------

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* [EngSys] Move `prettier-swagger-plugin.js` to `eng/scripts` (#36715)

- Should work now, since `Swagger PrettierCheck` is now outside the unified pipeline
- Reverts PR "Fix prettier config to work locally and in unified pipeline (#25705)"
- Reverts commit b204f92b6b81968b9c718fe42f7b87bbd89568c3

* make the namespace to be `azure.ai.language.text` (#36743)

* [summarize-impact] Enable logging in changed-files (#36742)

* Common prompts (#36744)

* common file references + merged typespec don't create branch

* woops common

* Sync eng/common directory with azure-sdk-tools for PR 11559 (#36746)

* Add a new script to mark package as released from release pipeline

* Update eng/common/scripts/Mark-ReleasePlanCompletion.ps1

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix spacing in the script

* Update script to check active release plans using package name and pr merge status

* Log work item Ids if multiple works items are found for release plan

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* typespec merged stay on main (#36747)

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* Update to support MG level calls (#36301)

* Update Swagger

* Update location

* Add management group param

* Fix typo

* Add header in 202

* Swagger prettier check

* Add operations

* Typo

* Fix order

* Remove operations

* Update version and update MG name

* Update path

* Update example

---------

Co-authored-by: Celina Zhao <zhaocelina@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* Review request for Microsoft.ContainerService/aks to add version stable/2025-07-01 (#36361)

* Adds base for updating Microsoft.ContainerService/aks from version stable/2025-05-01 to version 2025-07-01

* Updates readme

* Updates API version in new specs and examples

* Add Kind and Automatic in 2025-07-01 api (#36293)

* [AKS] add AzureLinux3 ossku (#36338)

* feat: Add new AzureLinux3 ossku

* chore: reorder

* chore: update description

---------

Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: lilypan26 <lilylpan0426@gmail.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

* Edge Sites updating service group name pattern validation (#36619)

* removed pattern validation for sg to enable site creation at sg root

* added sites.json post compilation

* added regex for servicegroupname

---------

Co-authored-by: Ayushi Upmanyu <aupmanyu@microsoft.com>

* fix optionality (#36766)

Co-authored-by: tadelesh <chenjieshi@microsoft.com>

* Support download swagger from RPSaaS (#36770)

Co-authored-by: Pan Shao <pashao@microsoft.com>

* Cut 2025-09-01-GA Azure.Search Dataplane API Version (#36049)

* Copy files from stable/2024-07-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/2024-07-01 to stable/2025-09-01.

* Initial API cut

* Sync Azs to GH Swagger and examples

* Add Index Level Description

* [Bugfix] Adding name property to SearchIndexerStatus

* Swagger & SDK Changes for MRL GA

* Add normalizers swagger

* GA subscore for vector with debug query mode

* Onelake GA Swagger changes

* swagger change: support new object rescoringOptions,
deprecate old rerankWithOriginalVectors and defaultOversampling properties

* Add Document Intelligence Changes

* GA semantic scoring profile

* Add semantic partial response fix

* Fix description for debug definition

* Sync eng/common directory with azure-sdk-tools for PR 11726 (#36782)

* Update release plan completion script to take package info file

* Take only info file path as param

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>

* [Monitor.Ingestion] .NET client generation (#36759)

The focus of these changes is to update the
Ingestion assets to support generation of the
.NET client library.

* Rename LRO operations to internal for Python (#36756)

* Set LRO operations to internal for python

* Fix go validation issue

---------

Co-authored-by: Rena Chen <rechen@microsoft.com>

* Bump @apidevtools/json-schema-ref-parser in /.github/shared (#36777)

Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 14.1.1 to 14.2.0.
- [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
- [Commits](https://github.com/APIDevTools/json-schema-ref-parser/compare/v14.1.1...v14.2.0)

---
updated-dependencies:
- dependency-name: "@apidevtools/json-schema-ref-parser"
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @apidevtools/json-schema-ref-parser in /.github (#36775)

Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 14.1.1 to 14.2.0.
- [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
- [Commits](https://github.com/APIDevTools/json-schema-ref-parser/compare/v14.1.1...v14.2.0)

---
updated-dependencies:
- dependency-name: "@apidevtools/json-schema-ref-parser"
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump typescript-eslint (#36776)

Bumps the eslint group with 1 update in the /.github directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).

Updates `typescript-eslint` from 8.39.1 to 8.40.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.40.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.40.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [CogSvc] Fix 2025-04-01-preview and 2025-06-01 stable API to match service behavior for account networkInjections property (#36395)

* Fix API to match service behavior for account networkInjections property
* Fix 2025-04-01 preview API to match service behavior for account networkInjections property
* add suppressions

---------

Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>
Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* Add delta class for fabric tool (#36785)

* [WebPubSub] TSP Migration for WebPubSub (#35853)

* init files from conversion

* initial checklist fixes

* fix service decorator info

* enum to union in models

* newly compiled files

* add linter

* initial warnings fixes

* updates

* fix

* suppress warnings

* suppress for std ops

* emitter updates

* rename interface name to match output

* adjust ns

* mod output dir location

* add tokencredential

* ignore mqtt for spelling

* prettier fixes

* match the orig doc

* client customizations

* update method name

* update version info

* rename operation to match old

* fix package pprint name

* align error codes and success

* fix kwarg names

* rename operation to match

* update ns name

* mark model as pagedResult

* removed unused model

* removed openapi import

* leave query as is

* fix listconn op to be a list, fix model item

* clean up tsp config

* fix typo

* info for other languages, commented out for now

* add suppressions for backwards comp

* removed unused imports

* remove interfaces, remove client location

* add connection_id to groupmember

* fix missing json ref

* add new json file

* changes to tspconfig

* changes for other langs

* add suppressions

* rename

* add csharp pckage name

* tsp config changes

* add reference

* add ts package dir

* remove additional files

* reset readme file

* new namespace

* remove old swagger

* add new swagger and examples

* point readme to new swagger

* fix readme

* some minor changes

* align response codes with openapi

* align response codes

* update to compliant names

* try to fix model validation byte error

* fix byte validation error

* fix deprecation error

* fix validation

* keep the old swagger name

* readme update for swagger rename

* small fixes

* formatting

* fix js tspconfig

* Add Powershell Installation Instructions for Copilot (#36788)

* Update client.tsp for IotOperations (#36783)

* Storagemover 2025-07-01 api version (#36560)

* Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized functions.

* Fix missing newline at end of file in JSON examples for Azure Storage Mover endpoints

* Fix missing newline at end of file in multiple JSON example files for Azure Storage Mover

* Update example JSON files for Azure Storage Mover to ensure consistency and clarity

* empty

---------

Co-authored-by: Suyash Choudhary <choudharysu@microsoft.com>
Co-authored-by: cptolookfor <97505773+cptolookfor@users.noreply.github.com>
Co-authored-by: Ray Chen <raychen@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* fix CheckNameAvailabilityRequest (#36797)

* [Microsoft.Resources] Deployment Stacks TypeSpec migration. (#35588)

* Add TSP.

* Add 2022-08-01-preview examples.

* Add 2024-03-01 examples.

* Work around response typing issue. TODO on x-ms-error-response.

* This is probably more semantically correct.

* Fix differences

* Supress + compact docs.

* Compact.

* Nevermind, tsp formatter doesn't like it.

* Fix tspconfig

* Fix .NET SDK validation errors.

* More suppressions

* Remove these I don't think it's needed

* Update examples.

* Align with checklist.

* Commit generated files.

* tsp format .

* Fix failing typespec config validation.

* Fix management group name and body name in examples.

* Fix model validation problems.

* Fix tspconfig.

* tsp compile .

* More ModelValidation fixes.

* Fix lintdiff error.

* Update to v6 common types per lint warnings.

* tsp compile . for the provisioning state fix.

* Rename, add csharp filter.

* Update suppression notes.

* Update notes.

* Remove language-specific configs per TSP migration for Bicep.Management https://github.com/Azure/azure-rest-api-specs/pull/35306

* Fix package names.

* Attempt to fix some breaking changes/back-compat issues.

* Don't rename in the response.

* Back compat fixes

* Fix examples.

* Breaking changes fixes.

* This isn't needed.

* Based on the examples, I don't think this is proper usage.

* resolve breaking changes

* update

* update

* Update tspconfig.yaml

---------

Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>

* Bump @autorest/openapi-to-typespec (#36796)

Bumps the openapi-to-typespec group with 1 update in the / directory: [@autorest/openapi-to-typespec](https://github.com/Azure/autorest).

Updates `@autorest/openapi-to-typespec` from 0.11.8 to 0.11.9
- [Release notes](https://github.com/Azure/autorest/releases)
- [Commits](https://github.com/Azure/autorest/commits)

---
updated-dependencies:
- dependency-name: "@autorest/openapi-to-typespec"
  dependency-version: 0.11.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: openapi-to-typespec
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: format monitor.ingestion tsp files (#36827)

* Add Uasge.json (#36826)

* Add thread message delete operation (#35320)

* Add thread message delete operation

* Re generate swagger

* Add samples

* Fix

* Rename delete operation

* Sync eng/common directory with azure-sdk-tools for PR 11741 (#36835)

* Add a pipeline template to mark SDK package as released

* Ignore test release plans when marking package as released

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>

* Get traffic incident - updated sample request/response to include valid bbox values. (#34407)

* Updated sample response.

* Updated sample request information

---------

Co-authored-by: Faraz Siddiqui <124096851+FarazGIS@users.noreply.github.com>

* [compute fleet] remove @path decorator for resource (#36795)

Co-authored-by: ReleaseHelper <ReleaseHelper>

* [hardwaresecuritymodules] Change the position of the suppression and remove unnecessary decorators (#36854)

* Change the position of the suppression

* Delete unnecessary decorators

* Updated documentation for Azure Maps Geolocation API (#34054)

* Updated documentation

* Changed 'country' to 'country/region'.

* Suppressing TypeSpec error.

---------

Co-authored-by: Faraz Siddiqui <124096851+FarazGIS@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>

* [Azure Load Testing] Add 2025-03-01-preview Data-Plane APIs (#32585)

* Update typespec and add swagger JSON

* Add examples

* Update API version in examples

* Update data plane readme.md

* Add minValue and maxValue for loadPercentage

* Added CreatedByType updates and CreatedByUri properties

* Added CreatedByType updates and CreatedByUri properties

* Fix enum value

* Added clone test apis and equivalent LROs

* Missed uploading the swagger file

* Add insights in the test run result

* Examples and updates to operations apis

* Fixing the OperationSTatus LRO

* Revert "Add insights in the test run result"

This reverts commit d3d3672df2294d360168f8679767ee9af1a3b6cd.

* Revert loadPercentage change for optional engine instance

* Add maximumVirtualUsersPerEngine auto stop parameter

* Add examples and added decorator

* tsv format and prettier

* Updated examples

* Updated example to contain headers

* Reverting a change

* Fixing a change

* Renaming operation

* LintDiff supressions

* Update client.tsp to latest

* Updated generation

* Add estimatedVirtualUserHours

* Add Read lifecycle

* Add testIds filter for ListTestRuns (#35700)

* add testIds filter for ListTestRuns

* fix: update operationId for ListTestRuns to include TestIds

* fix: update title for ListTestRuns to reflect testIds filtering

* fix: update documentation for testIds in ListTestRunQueryParams to clarify usage

* Update examples

* Add testIds example

* Changes for actionable insights

* Adding specification for new ErrorDetail model (#36532)

* fix tsp issues

* Move examples to right folder

* updated swagger failure

* update model

* PR comments

* add suppression

* Fixing OperationStatus Response body as per review comment

---------

Co-authored-by: Mitesh Shah <58204159+mitsha-microsoft@users.noreply.github.com>
Co-authored-by: Venkat Ragavan S <vens@microsoft.com>
Co-authored-by: mbhardwaj-msft <169130830+mbhardwaj-msft@users.noreply.github.com>
Co-authored-by: Himanshu Bisht <himanshubishtcse@gmail.com>
Co-authored-by: Venkat Ragavan <50309787+venkatr21@users.noreply.github.com>

* Move insights to test run operations (#36856)

Co-authored-by: Venkat Ragavan S <vens@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 11745 (#36840)

* Fix wiql issue in getting release plan work items

* Update eng/common/scripts/Helpers/DevOps-WorkItem-Helpers.ps1

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* .NET requires custom source path since source path contains dev tools repo

* Remove order by

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update for august hotfix 2 (#36832)

Co-authored-by: Mike Harder <mharder@microsoft.com>

* [AI Projects] Removing unused config entries (#36860)

Signed-off-by: trangevi <trangevi@microsoft.com>

* [OpenAI.v1] Temporarily removing deployment-based multipart-form-data… (#36672)

* [OpenAI.v1] Temporarily removing deployment-based multipart-form-data operations.

* video.

* Fixing generate speech operation.

* finetuning.

* Unified Evaluation API Spec (Version upgrade) (#36115)

* Unified Evaluation API Spec (Version upgrade)

* updating tspconfig.yaml

* Use flat scores

* Updating routes + Removing Agent run evaluation

* rename items to messages

* Updating InlineJsonDataSource to InlineDataSource

* Updating discriminator values

* initial modeling for real-time api evaluation (#36147)

* initial modeling for real-time api: single evaluation

* update given comments

* add optional storage for customers

* remove plural

* updates given the SDK review

* remove the tsp generated json for merge ease

* OneEval is not a separate resource type

* remove additional storage option for sync. Clients will have to manage this

* Merge

* Update result model

* Fix example

* Adding standard deviation

* confidence interval

* Addressing feedback from API review

* nit fixing names

* Update to runBatch

* Readme update

* Example Added

* Fix examples

* Fix paths

* Revert older version changes

* Revert changes to older version

* Reverting more changes

* Adding Examples

* adding 2 MB limit

* Fix version in examples

* Added deprecated in route

* Adding comment

* Update name to id in new version of API

* Fix

* Model validation fixes

* EvaluationMessages -> EvaluatorMessages

* Fix model for labels

* Fixed examples for deprecated endpoints

* Removed deprecated routes

* Removed not needed files

* Correct Api-version in tspconfig.yaml

* Using OneEvaluation Model as request and response

* Remove state from individual result & put usage within metrics

* Update image url message type

* Removing request from response payload for OneEvaluation

* Fix example

* Mark API is deprecated

* Remove b64_json

* Fix image_url

* Adding error field as well in evaluator status

* Fix error message

* merge latest + fix tsp validation

* Fixed inline source to not return user data

* Fix the validation error

* Fix example

* Addressing PR comments - outcome union

* One -> Single rename

* Prettier fix

* Removing GetEvaluationResults API

* Fix lint issues

* prettier fix

---------

Co-authored-by: Ritesh Kumar Sinha <risinh@microsoft.com>
Co-authored-by: Kayla Seager <kayla.seager@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* [summarize-checks] Trigger on workflow "TypeSpec Validation" (#36864)

- Necessary if this required check finishes last

* Add SharePoint delta tool call. (#36865)

* Webpubsub To New TSP Folder Structure (#36833)

* delete old structure

* move to new structure

* files after tsp compile

* delete stragglers

* move under data plane

* update tspconfig path

* generated swagger

* update project root

* remove generated swaggers from data-plane level

* move readme up a level

* add readme

* point to right swagger

* changes

* reference swaggers

* update readme

* fix location

* location fix

* remove dupe readme

* [AzureDataTransfer] Bugfix for Mimefilter (#36862)

* init - bugfix

* add json

* examples

* pretty

* [context.js] Fix tests for 100% codecov, inline error snapshots (#36866)

* [python][security] Convert readme.python.md to singleapi package format (#36032)

* Initial plan

* Convert security readme.python.md to singleapi package format

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* [python][web] Convert readme.python.md to single-api package configuration (#35937)

* Initial plan

* Convert web readme.python.md to single-api package configuration

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* [python][compute] Update readme.python.md to convert to singleapi package (#36033)

* Initial plan

* Update compute readme.python.md to singleapi package format

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* init for package-python-sdk

* update

* fix python tag

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* adding new stable 2025-08-02 version for Microsoft.IoTFirmwareDefense (#36650)

* adding new stable 2025-08-02 version for the fist API. this will be the first GA API version

---------

Co-authored-by: Mike Lucadamo <mlucadamo@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>

* Update tspconfig.yaml to pin api-version (#36880)

* mgmt, signalr, convert to TypeSpec (#35463)

* [TSP Migration][databox] TypeSpec migrated from swagger (#35690)

* [servicefabricmanagedclusters] .NET Emitter: Treat timespan as string to avoid breaking change in csharp (#36883)

* Bump OAV (#36872)

* bump oav dep to 4.0.0. This eliminates dependencies on newman and postman-collective

This reverts commit dc5e725537b4e38cdbea0e7ca7b9dbaf338f2747.

* Update changelog parsing to round-trip header (#36884)

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 11807 (#36890)

* Update package release status completion to process multiple packages

* Updated as per review comments

* Updated as per review comments

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>

* Update access public for some models and enums (#36889)

Co-authored-by: Rena Chen <rechen@microsoft.com>

* [TypeSpecValidation] Improve error message for invalid service name (#36892)

* [extract-inputs] Improve Octokit request and rate-limit logging (#36871)

* Eladschwartz/adding new api docs for public 2025 version (#35121)

* Saving a working version

* Saving changes

* Save a working version

* Adding more models

* Saving changes

* Including minimal working example

* Saving changes to enum to string

* Updating enum types

* Saving changes

* Saving work

* Saving skus changes

* Saving enum work

* Saving description updates

* Removing redundant models

* Saving public offers example

* Saving changes

* Saving changes

* Saving examples

* Adding changes

* Adding more changes

* Making more changes

* Updating files

* Making more required compilation fixes

* Adding the json path to the readme

* Adding json path to the readme

* Fixing more validation issues

* Fixing linter error

* Reverting changes to "hasRI" fields

* Updating created openAPI spec

* Validation changes

* Updating PlanDetails

* Adding missing properties from examples

* Post compile check

* Adding "value" type to listing operation

* Removing irrelevant fields from the listing response

* Updating vCpu field

* Updating name of Azure Key

* Fixing pascal case issue

* Adding required changes to union types

* Adding model extensions

* Updating validation errors

* Adding descriminator suppression

* Adding description to Versions enum

* Removing SDK generation

* Adding more documentation changes

* Adding a more detailed description of azure benefit

* Adding search parameter

* Fixing description quotations

* Replacing enum types with string types

* Updating open api rest spec

* Updating openapi identifiers fields

* Adding suppresions for sdk generation

* Adding more lint diff fixes

* Fixing hidekeys and pricing audience location

* Fixing team suggestions

* Updating descriptions requested in API review

* Adding option  to omit unreachable types

* Removing key from json

* Updating inner error description

* Adding pricing audience to skus

* Adding updated enhanced descriptions

* More descriptions fixes

* Adding spelling ignore

* Fixing documentation descriptions

* Updating example files to match descriptions

* Adding more descriptions

* Saving changes

* Updating error payload in docs

* Remove max and min quantitiy from skus apis

* Checkin working version

* Saving changes from internal docs review

* Fixing merge issues

* Moving types to definition section

* More loop component updates

* Finalizing changes

* Update descriptions

* AzureTerraform 2025-09-01-preview (#36638)

- New input properties: includeRoleAssignment, includeManagedResource, includeResourceGroup, recursive
- Vastly improved docs

* Generate portalservices .NET SDK  using new generator (#36901)

* Added bulk review api (#36774)

* Added bulk review api

* Added valid arm id in example

* Made TSV as optional param in bulk publish

* space fix

---------

Co-authored-by: Ravindra Dongade <rdongade@microsoft.com>

* Bump zod from 4.0.17 to 4.1.1 in /.github (#36896)

Bumps [zod](https://github.com/colinhacks/zod) from 4.0.17 to 4.1.1.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.0.17...v4.1.1)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the eslint group across 2 directories with 2 updates (#36895)

Bumps the eslint group with 2 updates in the /.github directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint](https://github.com/eslint/eslint).
Bumps the eslint group with 2 updates in the /.github/shared directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint](https://github.com/eslint/eslint).

Updates `@eslint/js` from 9.33.0 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.34.0/packages/js)

Updates `eslint` from 9.33.0 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.33.0...v9.34.0)

Updates `@eslint/js` from 9.33.0 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.34.0/packages/js)

Updates `eslint` from 9.33.0 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.33.0...v9.34.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@eslint/js"
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added package name (#36918)

* Sync eng/common directory with azure-sdk-tools for PR 11802 (#36886)

* prompt files for labels and codeowners

* Update eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md

Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>

* Update eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md

Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>

* changed NotAServiceLabel line

* changed guidance to the documentation

* specified which PRs to display

* Update eng/common/instructions/azsdk-tools/validate-service-label.instruction.md

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/validate-codeowners.instructions.md

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/validate-service-label.instruction.md

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

---------

Co-authored-by: shirelmr <t-smarino@microsoft.com>
Co-authored-by: Shirel Marino <80732950+shirelmr@users.noreply.github.com>
Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
Co-authored-by: Michelle <t-michellema@microsoft.com>
Co-authored-by: Michelle Ma <145605943+michiisai@users.noreply.github.com>
Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>

* Adding prompts for CODEOWNERS and Labels tools (#36885)

* moved service label prompt to new feature branch

* added additional guidance for naming service labels

* Edited service label prompt file to include new MCP tools

* Added details for if branch already exists for service label

* Completed first draft of validatecodeowners prompt file

* Corrected some syntax for consistency

* Minor changes to codeowners

* Exluded our codeowners stretch goals (adding and deleting codeowners)

* Updated prompt files to utilize exisiting validation prompt files.
Updated some guidance steps.

* Reordered the workflow in prompt files

* Extra checks for service label color in the common-labels csv file

* Updated the codeowners prompt file and relating steps.

* added definitive style for service labels

* Added additional guidance for naming labels

* Updated codeowners prompt file to use new tools/workflow.

* reformatted to improve readability

* rewrote the workflow to account for mcp tool changes

* reduced redundacy for labels and codeowners

* added link for invalid owners to set visbility to public

* Changing prompt files.

* added links for codeowners documentation

* modified lines for provide documentation

* changed tools names

* updated file names

* changes

* moved eng common files

* Fix links for validate service label and codeowners

---------

Co-authored-by: Michelle <t-michellema@microsoft.com>
Co-authored-by: ReilleyMilne <t-remilne@microsoft.com>
Co-authored-by: shirelmr <t-smarino@microsoft.com>

* Support customized branch when create sdk PR (#36748)

* Support customized branch when create sdk PR

* moved the step to inside of SDK PR condition

* support non-existed branch

* removed force push flag

* Updated SdkRepoCommit to SdkBranchName

* Updated parameter name

* updated regex to include !refs

* [EngSys] npm update (#36919)

* [api-doc-preview] Move from "shared" to "workflows" (#36893)

* Adding the beta7 swagger (#35757)

* Adding the beta7 swagger

* Adding the latest swagger for the signaling feature and missing media feature for beta7

* latest swagger changes includes the summarizecall feature

* swagger prettier

* updating the latest changes

* swagger prettier run

* add example for move participant

* rename the the example file to correct one

* prettier run

* adding the example for summariza call

* fixing the exampels

* fixing the build failures

* fixing moveparticipant model validation failure

* fixing model failure

* updating new swagger for renaming the transcriptioncallsummaryupdate to transcriptioncallsummaryupdated

* updating the latest swagger

* addressing the sdk reviews for the media

* updating the latest swagger

---------

Co-authored-by: James Deng (ACS) <jamesdeng@microsoft.com>

* [resourceManagement.yml] Fix bug with no changed files in more places (#36929)

* Updated the owner of SDK PR repo (#36925)

* [oav-runner] Remove warning messages from formatting output (#36935)

* Add new 2025-05-01-preview API version to Microsoft.Cdn Deployment Versions Public Preview (#35440)

* Base on latest stable version 2025-04-15. Includes updating api version to 2025-05-01-preview.

* Add 2025-05-01-preview to readme.md

* Copy existing mTLS API from 2024-06-01-preview and add new properties; Update examples

* Change for preview deployment feature

* Run prettier

* Update subscriptionId in example

* Fix model validation failed

* Fix ARM reviewer comments

* Update type string to date-time

* Fix formatting

* Rename timing

* Added header name to property description

* Rename time properties in example file

* rename to EnforceMtlsEnabledState

* Back out all mTLS API changes

* Clean up example files

* Add input file in readme

* Add input file in readme

* Add missing type and format

---------

Co-authored-by: shaowan-msft <shaowan@microsoft.com>

* [powerbidedicated]Remove redundant model and update Operations_List (#36877)

* update

* remove private things

* update (#36331)

* update (#36909)

* [summarize-checks] Add test for extracting summary from zip archive (#36942)

- Conditional on existence of "unzip" executable

* [workloadorchestration] use ArmCustomPatchSync for patch method (#36691)

* [workloadorchestration]use ArmCustomPatchSync for patch method

* update

* Update Solution.tsp

* use customized update model instead

* update

* update

* Revert "update"

This reverts commit df2945931b05682e1a74798435589d4dad62013d.

* remove tags

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

* Cognitive Services 2025-07-01-preview (#35345)

* Baseline against 2025-06-01 stable.
* Update readme.md to use package-2025-07-01-preview by default
* Added Quota Tier Swagger Specs  (#35388)
* [CustomTopic] Add custom topic feature to cogsvc control plane API (#35372)
* Added new Legacy lifecycle status, replacement config and model asset id (#35505)
* ReplacementConfig.autoUpgradeStartDate should be in format of date-time (#35655)
* Add storedCompletionsDisabled Account Properties: The flag to disable stored completions. (#35697)
* [Address PR feedback] Use enum instead of a boolean value to indicate deprecation status (#36189)
* Update to reference newer common types (#36208)
* Update all common type references to use v3 - v4+ will require breaking change verification.
* Enable modelerfour.lenient-model-deduplication for python and go SDK generation - ErrorResponse/ErrorDetail common types are being flagged without this setting.
* Fix invalid NetworkInjections specification - bug since 2025-04-01-preview (#36376)

---------

Co-authored-by: Ritwik Desai <ritwikdesai@users.noreply.github.com>
Co-authored-by: huliang-microsoft <54422042+huliang-microsoft@users.noreply.github.com>
Co-authored-by: Aditya Kumar <kumarad@microsoft.com>
Co-authored-by: Dawei Li <daweil@microsoft.com>
Co-authored-by: hgarg11 <garghimanshu@microsoft.com>

* Bump @microsoft.azure/openapi-validator-rulesets from 2.1.7 to 2.1.8 in /eng/tools/lint-diff in the openapi-validator group across 1 directory (#36894)

* Bump @microsoft.azure/openapi-validator-rulesets

Bumps the openapi-validator group with 1 update in the /eng/tools/lint-diff directory: [@microsoft.azure/openapi-validator-rulesets](https://github.com/Azure/azure-openapi-validator).

Updates `@microsoft.azure/openapi-validator-rulesets` from 2.1.7 to 2.1.8
- [Changelog](https://github.com/Azure/azure-openapi-validator/blob/main/changelog.md)
- [Commits](https://github.com/Azure/azure-openapi-validator/commits)

---
updated-dependencies:
- dependency-name: "@microsoft.azure/openapi-validator-rulesets"
  dependency-version: 2.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openapi-validator
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump ruleset in more files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* [summarize-checks] Use latest artifact named "job-summary" (#36640)

* fix powershell URL in copilot instructions (#36834)

* fix powershell URL in copilot instructions

* [EngSys] Skip ratelimit log if no response headers (#36958)

* Bump zod from 4.1.1 to 4.1.3 in /.github (#36956)

Bumps [zod](https://github.com/colinhacks/zod) from 4.1.1 to 4.1.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.1...v4.1.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* changed name file (#36960)

Co-authored-by: shirelmr <t-smarino@microsoft.com>

* snake case tool names (#36959)

* Remove csharp-service-dir parameter and standardize C# emitter output directory configuration (#36679)

* [ILogger] Add warning() method (#36967)

* Sync eng/common directory with azure-sdk-tools for PR 11839 (#36965)

* snake case

* change file name to .instructions.md

* Revert "change file name to .instructions.md"

This reverts commit c4bb65dc03258a45f74590edff6ccbf889d9e559.

---------

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* fix issues introduced by previous api-version bump of storagemover (#36949)

* Update models.tsp (#36908)

* [workloadorchestration] update operation (#36977)

* update operation

* update operation

* Add back location and azure-asyncoperation (#36980)

Co-authored-by: Pan Shao <pashao@microsoft.com>

* Change the description of deprecating vm refresh action of RetainedData. (#35867)

* Change the description of deprecating vm refresh action of RetainedData.

* Revert "Change the description of deprecating vm refresh action of RetainedData."

This reverts commit 1ec0dfdadf36d1322db51098d4c3cb2fa85d7430.

* Add deprecated directive and slightly change the description.

---------

Co-authored-by: wenjiezhang <wenjiezhang@microsoft.com>

* update route description (#36974)

Co-authored-by: Will Huang <huangwill@microsoft.com>

* [issues.js] Add "logger" parameter (#36987)

* Adding readme.md file in resource-manager folder (#36660)

* Adding readme.md file in resource-manager folder

* Updating readme

* [Swagger to TSP conversion] [mgmt] dnsresolver (#36066)

* try migrate

* update tsp and compile again

* Fix and generate

* delete temp files

* remove old swagger

* delete sparse-spec

* fix lint

* configure sdk emitter

* configure sdk emitter

* configure sdk emitter

* fix typespec validation

* pretieer

* remove dnsresolver.json

* update tspconfig

* fix duplicate actionType issue

* add clientLocation

* resolve spec changes

* fix validation

* fix validation

* fix swagger validation

* fix swagger validation

* update suppress message and update CloudError

* regen swagger

* update

* resolve breaking

* no need client.tsp

* resolve breaking

* Update tspconfig.yaml

* Update tspconfig.yaml

* fix lro and paging validation errors

* remove sparse-spec

* Fix partial resource

* Add .net configuration

* update etag

* remove operation id

* suppress validation error

* use using Network

* update .net configuration

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* Add @qiaozha as code owner for suppressions.yaml (#37001)

Added @qiaozha as a code owner for suppressions.yaml.

* [Typespec Migration] migrate mysql-flexible to typespec (#35895)

* migrate mysql to typespec

* update

* update

* update

* update

* update

* update

* update

* update

* remove old swagger

* update

* update

* update

* update

* update

* update

* update

* update

* Update models.tsp

* update

* update

* update

* update

* Update readme.md

* update

* update

* pretty check

* update

* Update client.tsp

* update

* Update routes.tsp

* Update readme.md

* update

* update

* update

* update

* Update tspconfig.yaml

* update

* update

* Update tspconfig.yaml

* update

* update

* update

* update

* update

* update

* Revert "update"

This reverts commit e9d1b9bcfa4a5ba539fca243e0d9b8de19fcfe10.

* revert customized code change

* update PrivateEndpointConnection

* update

* update

* update

* update

* update

* update

* update

* update

* update

* Update tspconfig.yaml

* Update tspconfig.yaml

* java backward compatibility

* remove @operationId & fix operation group name and operation name

* Update PrivateEndpointConnection.tsp

* update

* Revert "update"

This reverts commit 3cd500d361b11fa433530130d56f34932e509b92.

* Update client.tsp

* resolve comments

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Arthur Ma <arthurma@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Qiaoqiao Zhang <qiaozha@microsoft.com>
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Revert "Unified Evaluation API Spec (Version upgrade) (#36115)" (#36964)

This reverts commit ec27c0af880a760064919e25de052b35b1eebee3.

* Add DeliveryReport GET endpoint for ACS SMS (#36621)

* Add DeliveryReport GET endpoint for ACS SMS

* Merge DeliveryReport examples into one file

* adjust readme.md to have new version

* updating the version  in the main file

* changing api version to all example files

---------

Co-authored-by: Kirill Linnik <klinnik@microsoft.com>

* [Support] tsp migration  (#35579)

* update default tag

* init tsp

* init swagger

* add suppression for warning

* fix body name

* fix breaking

* Fix for nextlink

* fix for return type name of list operations

* fix body name

* fix for azure-async-operation

* fix for azure-async-operation

* fix for azure-async-operation

* fix for azure-async-operation

* temp files

* add @clientLocation and remove @operationId

* use @clientLocation to replace @operationId

* format

* format

* format

* fix Swagger ModelValidation error INVALID_FORMAT

* make value optional to keep compatibility with swagger

* add tspconfig.yaml

* customize for no body common op

* customize for no body common op

* format

* fix cspell

* fix ci

* fix ci

* fix ci

* resolve breaking

* update for empty union

* fix missing final result for lro

* update for @pageItems

* fix for pattern

* service-name

* remove legacy operation

* Add emit-lro-options: "all"

* remove csharp config

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>

* Add new version for Automated Response Public Preview (#36646)

* Current version copy

* Add new version for Automated Response Public Preview

* Update README

---------

Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>

* update model name (#37007)

* Update HDInsight Linked Service Swagger definition with new payload f… (#36664)

* Update HDInsight Linked Service Swagger definition with new payload fields: {clusterAuthType, credential}

* Update clusterAuthType field type to enum

---------

Co-authored-by: Nakul Ramanathan <nramanathan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>

* rename model (#37008)

* Bump marked from 16.2.0 to 16.2.1 in /.github/shared (#37002)

Bumps [marked](https://github.com/markedjs/marked) from 16.2.0 to 16.2.1.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v16.2.0...v16.2.1)

---
updated-dependencies:
- dependency-name: marked
  dependency-version: 16.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump marked from 16.2.0 to 16.2.1 in /.github (#37000)

Bumps [marked](https://github.com/markedjs/marked) from 16.2.0 to 16.2.1.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v16.2.0...v16.2.1)

---
updated-dependencies:
- dependency-name: marked
  dependency-version: 16.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump zod from 4.1.3 to 4.1.4 in /.github (#36999)

Bumps [zod](https://github.com/colinhacks/zod) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.3...v4.1.4)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add specific instruction for self service SDK gen from release planner (#36998)

* Add specific instruction for self service SDK gen from release planner

* Updating v1 specs with Chat, Embeddings, Responses, and Vector Stores moved out of preview. (#36955)

* Updating v1 specs with Responses and Chat moved out of preview.

* Adding vector stores

* embeddings

* adding obfuscation

* adding doc to obfuscation field

* Revert "Bump @microsoft.azure/openapi-validator-rulesets (#36894)" (#37014)

- Reverts commit 8b16c315f3a8e04d4c7fd24e01662ddda334b257
- New rule LroAzureAsyncOperationHeader appears to be blocking PRs incorrectly
- https://github.com/Azure/azure-openapi-validator/pull/749

* [readme.js] Add more tests for duplicate tags (#37012)

- Tests related to #37003 (which we decided to not fix)

* Bump zod from 4.1.4 to 4.1.5 in /.github (#37019)

Bumps [zod](https://github.com/colinhacks/zod) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.1.4...v4.1.5)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Convert Webpubsub Swagger to Tsp (#35228)

* update

* update

* delete

* update

* update

* update

* update

* update

* update

* need to add

* update

* update

* update

* update

* update

* update

* update

* update

* delete

* fix

* update

* update

* update

* fix regeneratekey

* update

* update

* update justification

* update

* update

* update

* update

* update

* update config

* update

* resolve breaking

* java config

* Update specification/webpubsub/SignalRService.Management/client.tsp

* fix go breaking change

* update

* update

* update

* update

* fix privateendpointconnection

* remove private decorator

* java config

* removed

* Remove the csharp config from tspconfig.yaml

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>

* [compute-recommender] Add client.tsp (#37021)

* Add client.tsp for Recommender Management

* Update client.tsp

* Java, client.tsp for storagemover (#37023)

* update service-name

* Java SDK migration fixes for StorageMover: use-object-for-unknown and localIPAddress property name fix

* Release Microsoft.Network 2024-10-01 (#35689)

* Copy files from stable/2024-07-01

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to stable/2024-10-01

Updated the API version from stable/2024-07-01 to stable/2024-10-01.

* Added tag for 2024-10-01 in readme file

* Adding extended location to azure firewall specification (#35134)

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* NVAInVnet swagger changes (#35302)

* add nvainvnet swagger & examples

* run prettier

---------

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* fix typo and GET example (#35348)

* Creating Packet Capture Operation API to replace existing packet capture API for Azure Firewall (#35362)

* Adding packet capture operation api for azure firewall - public preview feature

* Added Dedicated backend connection and certificate validation options in template for application Gateway Backend Settings (#35161)

Co-authored-by: Rajat Gupta <rajatgup@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Add Quic Protocol to TransportProtocol. (#35601)

* naming error fix (#35733)

* Packet Capture Parameter Fix: Adding a default integer to prevent default value of 1 being passed by powershell/generatedSDKs (#35779)

* Adding a default value to fix powershell forcing default 1 value for null parameter

* Updating descriptions and moving default duration to 60 seconds.

* Fixing grammar and verbiage

* Add host config for Java: Microsoft.Network API Version 2024-10-01 (#35710)

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>

* Update API Version 2024-10-01 in Microsoft.Network (#35744)

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>

* Update readme.python.md

* Add nsp service tags api (#36665)

Co-authored-by: Karthik Gumpu (from Dev Box) <karthikgumpu@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Add Suppression for LintDiff (#36732)

* Add LintDiff Suppression Update readme.md

* Add suppression to readme.md

* Update readme with transformation directives for resources (#37005)

Added directives for transforming client names in resource definitions.

---------

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: kjilla <32179191+kjilla@users.noreply.github.com>
Co-authored-by: sbhosalemsft <98562322+sbhosalemsft@users.noreply.github.com>
Co-authored-by: nikhilpadhye1 <68977752+nikhilpadhye1@users.noreply.github.com>
Co-authored-by: Rajat Gupta <grajat341@gmail.com>
Co-authored-by: Rajat Gupta <rajatgup@microsoft.com>
Co-authored-by: Eugenio Peña García <70240915+EugenioPena@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Karthik Gumpu <gumpukarthik@gmail.com>
Co-authored-by: Karthik Gumpu (from Dev Box) <karthikgumpu@microsoft.com>

* Update client.tsp (#37024)

* Update client.tsp

* Update client.tsp

* Update client.tsp

* Migrate PostgresqlHsc to TypeSpec (#35623)

* migrate

revert compare

* fix path

* tspconfig.yaml

* fix flatten

* fix legacy template

* fix examples

* tsp compile

* fix ClusterConfigurationListResult

* fix tsp validation

* fix prettier

* fix cspell

* fix tsp validation

* fix tsp format

* fix flatten

* java config

* tsp validation

* fix tspconfig.yaml

* fix breaking

* fix example model validation

* tsp format

* fix example

* update

* fix headers

* use recommended @list

* uniqueItems

* Update tspconfig.yaml

* fix privateendpointconnection

* java config

* Remove the csharp config from tspconfig.yaml

* fix lro headers

fix final-state-via

use ArmCombinedLroHeaders

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>

* Migrate quota to TypeSpec (#35884)

* Migrate quote to TypeSpec

* Fix Swagger diff and errors

* Update TSP version

* Fix Swagger diff and errors

* Remove fixme from doc

* run prettier check

* Restore the original state of version 2025-03-01

* update example

* update example

* Update readme and delete old swagger files

* resolve breaking

* Modify the type of properties

* Delete operationId decorator

The issue of missing 'x-ms paginatable' for SDK validation has not been fixed yet

* Add config for csharp

* Update tspconfig.yaml

* Fix the comments

* Add "x-ms-pageable"

* Fix FinalResult errors

* Add missing headers in response code

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* refactor(schemaregistry): migrate to unified folder structure (#36734)

* refactor folder structure

* update path to fix validation error

---------

Co-authored-by: User <user@example.com>

* Refactor devtestlabs folder structure to comply with Azure Guidelines (#36688)

* Refactor(containerstorage): migrate to unified folder structure  (#36769)

* Refactor containerstorage folder structure to comply with Azure Guidelines

* Add instruction.md

* refactor(datareplication): migrate to unified folder structure (#36768)

* refactor folder structure

* update path to fix ci error

* fix typespec validation ci error

* fix readme reference path

* Refactor(deviceprovisioningservices): migrate to unified folder structure  (#36804)

* Refactor deviceprovisioningservices folder structure to comply with Azure Guidelines

* Update folder stable/stable/2021-10-01=>stable/2021-10-01/

* Refactor elasticsan folder structure to comply with Azure Guidelines (#36809)

* refactor(azurelargeinstance): migrate to unified folder structure (#36824)

* refactor structure folder

* fix ci errors

* refactor(azurefleet): migrate to unified folder structure (#36805)

* refactor structure folder

* fix ci error

* refactor(purviewpolicy): migrate to unified folder structure (#36803)

* refactor structure folder

* fix ci error

* Refactor(guestconfiguration): migrate to unified folder structure (#36812)

* Refactor guestconfiguration folder structure to comply with Azure Guidelines

* Update

* Updated resource-manager/Microsoft.GuestConfiguration/GuestConfiguration to resource-manager/Microsoft.GuestConfiguration/Assignments

---------

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Refactor(powerbidedicated): migrate to unified folder structure (#36879)

* Refactor powerbidedicated folder structure to comply with Azure Guideline

* Fix ci error

* refactor(desktopvirtualization): migrate to unified folder structure (#36799)

* refactor structure folder

* fix ci error

* fix path in suppressions file

* refactor(vmware): migrate to unified folder structure (#36802)

* refactor structure folder

* fix ci errors

* update service name and fix semantic ci error

* fix the error in deliveryStatus type definition (from enum to string) (#37033)

* Add DeliveryReport GET endpoint for ACS SMS

* Merge DeliveryReport examples into one file

* adjust readme.md to have new version

* updating the version  in the main file

* changing api version to all example files

* changing enum to string

---------

Co-authored-by: Kirill Linnik <klinnik@microsoft.com>

* [dependabot.yml] Unfreeze autorest, js-yaml, cross-env.  Ungroup openapi-validator. (#37034)

- Unfreezing autorest and js-yaml is a continuation of #35166
- Unfreezing cross-env because v10 has sufficient adoption
- Ungrouping openapi-validator because ruleset should update independently

* Update CODEOWNERS for search data-plane and resource-manager (#37035)

* Remove Web KS from 08-01 Azure Search SDK (#36992)

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>
Co-authored-by: Kuan Lu <lucas95123@outlook.com>

* Fix response body in spec (#36707)

Co-authored-by: Arber Hila <ahila@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 11905 (#37036)

* Updated instructions files for service label and CODEOWNERS validation

* Update eng/common/instructions/azsdk-tools/validate-service-label.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Trim trailing whitespaces

* Added suggested changes from previous PR

---------

Co-authored-by: Michelle <t-michellema@microsoft.com>
Co-authored-by: Michelle Ma <145605943+michiisai@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* [Microsoft.AppConfiguration] Fix reference bug (#36072)

* Update

* Update

* Source user ID from graph api in TME (#37037)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Revert "Migrate quota to TypeSpec (#35884)" (#37040)

This reverts commit 02eba4b2b13f272dfd75a92c063fa1f01067ef3f.

* Users/tejasma/2025 09 01 (#36629)

* Copy files from stable/2025-07-15

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-07-15 to stable/2025-09-01.

* Added tag for 2025-09-01 in readme file

* modifies examples and adds enforcedGroupName

* updates examples and removes list endpoint

* removes enforcedGroupName from request body

* adds groupType property

* removes list group quota enforcement endpoint from 2025-07-01

* renames ListGroupQuotas and adds appropriate enums

* fixes typo and validation issues

* adds enum type string

* runs prettier

* adds display name and groupType

* adds provisioning State to GetGroupQuotas and ListGroupQuotas

* resolves model validation issue

* adds retry after,modifies 201 respones, and fixes example quality

* adds back file that was deleted in previous version

* Remove groupquota.json to match main branch

* removes subscriptionId from response body

* [.github] Workflows that use PR diff should trigger on "edited" (#37042)

- re-run if the base branch is changed
- previous merge commit may generate incorrect diff

* Update documentation for VirtualNetworkGateway and VirtualWan VpnServ… (#37026)

* Add 2 new POST APIs on VirtualNetworkGateway and VirtualWan resources. (#37028)

* Add Python support to client names in client.tsp (#37068)

* clean tag (#36559)

Co-authored-by: Judy Zhu <zhujudy@microsoft.com>
Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* [TSP Migration][advisor] TypeSpec migrated from swagger (#34319)

* First generate

* Fix some diff

* update

* update

* update

* update

* update

* update

* fix

* update

* fixed

* update

* update

* fix

* update

* update

* update

* update

* delete

* add clientName for go

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* delete

* resolve breaking change Deleted Class AdvisorManagementClient

* update

* update

* update

* resolve breaking

* fix go breaking

* merge

* rename for python

* update

* Update .gitignore

* update

* update

* remove csharp emmiter

* update

* update

* update

* Remove `@operationId`

* Add config for .NET

* Update client.tsp

* Update client.tsp

* add @operationId

* fix

* fix extendedProperties in PredictionResponseProperties

* Update clientLocation references to 'Recommendations'

---------

Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: mcgallan <1186003288@qq.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: JiaqiZhang-Dev <jiaqzhang@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: tadelesh <tadelesh.shi@live.cn>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* tsmv, add ignoreDefinitionCase option (#37065)

* add ignoreDefinitionCase option to tsmv

* comment

* add publish to jobtype (#37070)

* [OffAzure] Site model changes to merge DR and Migrate scenarios (#35842)

* Base commit from 2024-05-01-preview

Base commit

* Site schema changes

* Prettier changes

* fixes

* changes

* resolve comments

* revert changes

* Make changes to add machine resource id for fabric sites

* resolve comments

* resolve comments

* changes

* Fix descriptions

---------

Co-authored-by: Tianen <v-tianxi@microsoft.com>

* fix readme.md (#37077)

* Remove Private Decorator in Notificationhubs (#36903)

* update

* update

* fix format

* Remove Private Decorator in SqlViirtualmachine (#36904)

* update

* remove suppression

* Remove private decorators (#36943)

* Remove private decorators (#36938)

* Remove private decorators (#36944)

* Remove useless suppression (#36937)

Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Remove private decorators (#36946)

Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* [Bicep.Management] Fix C# names to align with original SDK (#35643)

* [Bicep.Management] Fix C# names to align with original SDK

* Update client.tsp

---------

Co-authored-by: Weidong Xu <weidxu@microsoft.com>

* Avere Azure Storage Cache Auto Import 2025-07-01 API Spec (#33395)

* Copy files from stable/2024-07-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-07-01

Updated the API version from stable/2024-07-01 to stable/2025-07-01.

* Added tag for 2025-07-01 in readme file

* Microsoft.StorageCace API version 2025-07-01 for AutoImport support

* Addressing Lint, Prettier and ModelValidation errors

* Addressing ModelValidation errors

* Addressing ModelValidation errors

* Addressing reviewers comments

* Adding start and completion time for auto import jobs and updating the examples

* Adding statusCode and statusMessage for AutoImport

---------

Co-authored-by: Aman Jain <amajai@microsoft.com>

* storage task assignment regex and top bug fix (#36668)

Co-authored-by: Saaqeb Siddiqi <ssiddiqi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>

* Add pull-requests: write permission to copilot-setup-steps.yml workflow (#37100)

* Add pull-requests: write permission to copilot-setup-steps.yml workflow

* [TSP Migration][redis] TypeSpec migrated from swagger (#35243)

* The first version of TSP

* Fix some errors and diffs

* update

* delete conditionalClientFlatten

* update

* update

* Update java config

* update config

* resolve breaking

* update

* resolve breaking

* update

* Resolve some comments

* Add FinalResult, parentResouce decorator, and remove ArmResponse

* resolve go breaking changes

* fix go breaking changes

* fix for python

* update

* Update tspconfig.yaml for Java

* Update Java tspconfig.yaml

* Fix the final result issue and update the syntax to the latest version

* Fix privateEndpointConnection issue and add…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Approved-LintDiff ARMReview ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review BreakingChange-Approved-Benign Changes are not breaking at the REST API level and have at most minor impact to generated SDKs. PublishToCustomers Acknowledgement the changes will be published to Azure customers. resource-manager TypeSpec Authored with TypeSpec typespec-conversion-w2 Versioning-Approved-Benign https://github.com/Azure/azure-sdk-tools/issues/6374 VersioningReviewRequired <valid label in PR review process>add this label when versioning review is required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants