Skip to content

Conversation

@saaqebs
Copy link
Contributor

@saaqebs saaqebs commented Aug 14, 2025

ARM (Control Plane) API Specification Update Pull Request

Tip

Overwhelmed by all this guidance? See the Getting help section at the bottom of this PR description.

PR review workflow diagram

Please understand this diagram before proceeding. It explains how to get your PR approved & merged.

spec_pr_review_workflow_diagram

Purpose of this PR

What's the purpose of this PR? Check the specific option that applies. This is mandatory!

  • New resource provider.
  • New API version for an existing resource provider. (If API spec is not defined in TypeSpec, the PR should have been created in adherence to OpenAPI specs PR creation guidance).
  • Update existing version for a new feature. (This is applicable only when you are revising a private preview API version.)
  • Update existing version to fix OpenAPI spec quality issues in S360.
  • Convert existing OpenAPI spec to TypeSpec spec (do not combine this with implementing changes for a new API version).
  • Other, please clarify:
    • Swagger bug fix for API specs to match parameters
    • maxpagesize --> top
    • storageTaskAssignment name regex fix

Due diligence checklist

To merge this PR, you must go through the following checklist and confirm you understood
and followed the instructions by checking all the boxes:

  • I confirm this PR is modifying Azure Resource Manager (ARM) related specifications, and not data plane related specifications.
  • I have reviewed following Resource Provider guidelines, including
    ARM resource provider contract and
    REST guidelines (estimated time: 4 hours).
    I understand this is required before I can proceed to the diagram Step 2, "ARM API changes review", for this PR.

Additional information

Viewing API changes

For convenient view of the API changes made by this PR, refer to the URLs provided in the table
in the Generated ApiView comment added to this PR. You can use ApiView to show API versions diff.

Suppressing failures

If one or multiple validation error/warning suppression(s) is detected in your PR, please follow the
suppressions guide to get approval.

Getting help

  • First, please carefully read through this PR description, from top to bottom. Please fill out the Purpose of this PR and Due diligence checklist.
  • If you don't have permissions to remove or add labels to the PR, request write access per aka.ms/azsdk/access#request-access-to-rest-api-or-sdk-repositories
  • To understand what you must do next to merge this PR, see the Next Steps to Merge comment. It will appear within few minutes of submitting this PR and will continue to be up-to-date with current PR state.
  • For guidance on fixing this PR CI check failures, see the hyperlinks provided in given failure
    and https://aka.ms/ci-fix.
  • For help with ARM review (PR workflow diagram Step 2), see https://aka.ms/azsdk/pr-arm-review.
  • If the PR CI checks appear to be stuck in queued state, please add a comment with contents /azp run.
    This should result in a new comment denoting a PR validation pipeline has started and the checks should be updated after few minutes.
  • If the help provided by the previous points is not enough, post to https://aka.ms/azsdk/support/specreview-channel and link to this PR.
  • For guidance on SDK breaking change review, refer to https://aka.ms/ci-fix.

@saaqebs saaqebs requested review from blueww and yifanz7 as code owners August 14, 2025 19:10
@github-actions
Copy link

github-actions bot commented Aug 14, 2025

Next Steps to Merge

✅ All automated merging requirements have been met! To get your PR merged, see aka.ms/azsdk/specreview/merge.

Comment generated by summarize-checks workflow run.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Storage Storage Service (Queues, Blobs, Files) label Aug 14, 2025
@github-actions github-actions bot added ARMReview resource-manager RPaaS WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required brownfield Brownfield services will soon be required to convert to TypeSpec. See https://aka.ms/azsdk/typespec. BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required NotReadyForARMReview and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Aug 14, 2025
@github-actions
Copy link

github-actions bot commented Aug 14, 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.Storage
Go sdk/resourcemanager/storage/armstorage
Java com.azure.resourcemanager:azure-resourcemanager-storage-generated
JavaScript @azure/arm-storage

@saaqebs saaqebs added the BreakingChange-Approved-BugFix Changes are to correct the REST API definition to correctly describe service behavior label Aug 14, 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 14, 2025
@saaqebs saaqebs added the PublishToCustomers Acknowledgement the changes will be published to Azure customers. label Aug 14, 2025
@saaqebs saaqebs changed the title storage task assignment regex and top bug fix [StorageTask] Bugfix for maxpagesize and output regex Aug 14, 2025
Copy link
Member

@blueww blueww left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2025-01-01 should already been closed per another thread with SRP team.

This API version is in converting to Typespec with this PR: #35403

It's better to add this change to a new API version with Typespec change.

@josefree
Copy link
Member

A PR converting the SRP service to TypeSpec has been prepped by the Azure SDK team as part of the drive to move all existing Azure services to use TypeSpec. The PR for this is
#35403
. The team owning this service will need to validate the PR, address any highlighted linter failures, make any service-specific changes to the PR, have a review with ARM, and complete the PR before any additional work can be done on the service. Information regarding how to do this finalization and who to contact for assistance are at https://tspwebsitepr.z22.web.core.windows.net/typespec-azure/prs/2700/docs/migrate-swagger/01-get-started/#review-and-adjust-the-typespec. Going forward, any change to the service spec will need to be performed with TypeSpec.

@TimLovellSmith
Copy link
Member

A PR converting the SRP service to TypeSpec has been prepped by the Azure SDK team as part of the drive to move all existing Azure services to use TypeSpec. The PR for this is #35403 . The team owning this service will need to validate the PR, address any highlighted linter failures, make any service-specific changes to the PR, have a review with ARM, and complete the PR before any additional work can be done on the service. Information regarding how to do this finalization and who to contact for assistance are at https://tspwebsitepr.z22.web.core.windows.net/typespec-azure/prs/2700/docs/migrate-swagger/01-get-started/#review-and-adjust-the-typespec. Going forward, any change to the service spec will need to be performed with TypeSpec.

Please resolve the race/conflict described and then ask for ARM review.

@github-actions github-actions bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Aug 27, 2025
@TimLovellSmith TimLovellSmith added the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label Aug 27, 2025
@TimLovellSmith
Copy link
Member

A PR converting the SRP service to TypeSpec has been prepped by the Azure SDK team as part of the drive to move all existing Azure services to use TypeSpec. The PR for this is #35403 . The team owning this service will need to validate the PR, address any highlighted linter failures, make any service-specific changes to the PR, have a review with ARM, and complete the PR before any additional work can be done on the service. Information regarding how to do this finalization and who to contact for assistance are at https://tspwebsitepr.z22.web.core.windows.net/typespec-azure/prs/2700/docs/migrate-swagger/01-get-started/#review-and-adjust-the-typespec. Going forward, any change to the service spec will need to be performed with TypeSpec.

Please resolve the race/conflict described and then ask for ARM review.

Actually probably pretty easy to just merge this, and rerun the typespec conversion tool, and merge the results?

@josefree
Copy link
Member

josefree commented Sep 1, 2025

For PaaS services, all the conversion updates are also required to pass API Validation in a staging environment. Currently RPaaS provides us a interim solution, but it requires 3 weeks to implement. Based on that, we decide to let you go. We will move Storage to wave 4 conversion scheduled in October. So I revoke the conversion label. You may not proceed with the updates.

@TimLovellSmith for awareness

@saaqebs
Copy link
Contributor Author

saaqebs commented Sep 2, 2025

@microsoft-github-policy-service agree company="Microsoft"

@saaqebs
Copy link
Contributor Author

saaqebs commented Sep 2, 2025

@microsoft-github-policy-service rerun

@saaqebs
Copy link
Contributor Author

saaqebs commented Sep 2, 2025

@microsoft-github-policy-service agree company="Microsoft"

@saaqebs saaqebs merged commit 04b8740 into main Sep 2, 2025
39 of 41 checks passed
@saaqebs saaqebs deleted the personal/saaqebs/actionsrp-bug-fix branch September 2, 2025 17:14
welovej added a commit to welovej/azure-rest-api-specs that referenced this pull request Sep 8, 2025
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…
golddove pushed a commit that referenced this pull request Dec 12, 2025
* converted

* update

* update

* run prettier

* update

* remove old example files

* include new example files in TSP directory

* update

* update

* update

* Update models.tsp

* recover readme.md

* array element length constraint

* recovery of previous spec files

* Update tspconfig.yaml

* update

* update

* update for {subscription-id} to 00000000-0000-0000-0000-000000000000

* update

* update

* etag mv fix

* Update BlobContainersList.json

* Update BlobContainersList.json

* format uri fix

* update

* update

* fix etag not eTag

* fix optional body

* update

* update

* fix for ProvisioningState

* update

* update

* adopt the ErrorResponse with the local defined one.

* update

* fix AAO and location header for  StorageTaskAssignments_Delete / StorageTaskAssignments_Update

* fix  for OverrideErrorType

* fix optional body

* Update ImmutabilityPolicy.tsp

* Update tspconfig.yaml

* Update ImmutabilityPolicy.tsp

* update

* update

* remove @operationid decorate

* update

* fix warning for clientLocation

* update

* Update client.tsp

* Update main.tsp

* fix

* deleted in the fix #36084

* fix

* addted example files

* update

* formatted

* update

* update

* update

* update

* Update Java service-dir after package split

* fix as new pagination way

* Fix: "x-ms-external": true

* update

* update

* Revert "update"

This reverts commit af8700b.

* Revert "update"

This reverts commit b0d15e2.

* Fix Request model

* update for PR #36668

* update

* resolve breaking

* fix go

* fix go

* update

* update

* Update back-compatible.tsp

* Update tspconfig.yaml

* Update models.tsp

* java configurations

* update

* update

* Update client.tsp

* Update tspconfig.yaml

* update

* etag for java

* update client name for python

* override for java

* format

* update

* Update client.tsp

* Update tspconfig.yaml

* Update tspconfig.yaml

* recovery of version 2025-01-01

* update

* delete examples of  xx.Management of  2025-01-01

* add examples to Tsp of 2025-06-01

* examples of swagger after run tsp compile .

* Update models.tsp

* Update openapi.json

* resolve warnings

* fix customAzureResource

* update

* rename common type Resource

* update

* update

* update

* update IntervalUnit

* Revert "update IntervalUnit"

This reverts commit 632da2f.

* Add Python to clientName for DeletedAccounts

* fix: IntervalUnit

* Update client.tsp

* Update StorageTaskAssignment.tsp

* add config for python

* add config for python

* add config for python

* Update back-compatible.tsp

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
audreyttt added a commit that referenced this pull request Dec 19, 2025
commit 4e8946e77e12b5f6b96c20a61f519cc8746aea19
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Dec 18 16:53:39 2025 -0800

    build(deps-dev): bump @azure-tools/typespec-client-generator-core (#39337)

    Bumps the typespec group with 1 update in the / directory: [@azure-tools/typespec-client-generator-core](https://github.com/Azure/typespec-azure).

    Updates `@azure-tools/typespec-client-generator-core` from 0.63.0 to 0.63.1
    - [Release notes](https://github.com/Azure/typespec-azure/releases)
    - [Commits](https://github.com/Azure/typespec-azure/compare/@azure-tools/typespec-azure-rulesets@0.63.0...@azure-tools/typespec-client-generator-core@0.63.1)

    ---
    updated-dependencies:
    - dependency-name: "@azure-tools/typespec-client-generator-core"
      dependency-version: 0.63.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typespec
    ...

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

commit 1c6d377a346d3da003c7ac32692c0f51597584d8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Dec 18 16:53:08 2025 -0800

    build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.4 to 0.9.5 (#39338)

    Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.4 to 0.9.5.
    - [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
    - [Commits](https://github.com/Azure/azure-sdk-tools/commits)

    ---
    updated-dependencies:
    - dependency-name: "@azure-tools/spec-gen-sdk"
      dependency-version: 0.9.5
      dependency-type: direct:development
      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>

commit e5bd77c17d47f533027883951dd9736006c24a8d
Author: Ray Chen <raychen@microsoft.com>
Date:   Thu Dec 18 15:38:45 2025 -0800

    Set StagedArtifactsFolder to empty if it's undefined (#39303)

    * Set StagedArtifactsFolder to empty if it's undefined

    * Set variable when it's valid

commit a0203e3fc6642a5fd4c5950f018290c5a978d4e3
Author: Mike Harder <mharder@microsoft.com>
Date:   Thu Dec 18 13:53:13 2025 -0800

    [eng/tools] bump vitest from 3.2.4 to 4.0.15 (#39315)

    - reactions to breaking changes
      - adds config to include only `test` dir
        - by default, vitest@4 only excludes tests from `node_modules` and `.git` folders (not `dist`)
      - [openapi-diff-runner] mock ctors using `function` instead of `=>`

commit bde57df8b11dd2428cb174fd9402752ab9f48e17
Author: Mike Harder <mharder@microsoft.com>
Date:   Thu Dec 18 13:15:18 2025 -0800

    [EngSys] npm update --before 2025-12-17 (#39336)

commit f3ea0455b78a048b64fff58723307e039c551dd8
Author: Nneka Okeke <149507727+NneOkeke@users.noreply.github.com>
Date:   Thu Dec 18 14:41:21 2025 -0500

    update descriptions for execute create and delete (#39218)

commit 3fde27c10f35fdb038ae45126a23d27d8653ba77
Author: Arthur Ma <mars.arthur@263.net>
Date:   Thu Dec 18 15:01:37 2025 +0800

    Update client setting of Terraform (#39304)

commit 96392fc43637466535defeeb2779f2eb054392ce
Author: abaranwal-ms <124332815+abaranwal-ms@users.noreply.github.com>
Date:   Wed Dec 17 22:32:35 2025 -0800

    typespec move for november preview (#38980)

    * typespec move for november preview

    * delete manual swaggers

    * update readme

    * update

    * update

    * rename for java

    * client.tsp

    * fix

    * java client

    * Update tspconfig.yaml for Azure Stack HCI SDK

    * update

    * Revert "update"

    This reverts commit 79b72fff7bd9e1ba39352bfadd411d265cb1bfe5.

    * duplicate list

    * use arm operations

    * fix doc comment

    * fix documentation

    * roo analysis

    * refactor duplicate models

    * remove dup text

    * adding dec preview

    * remove swaggers

    * Exclude some flattenProperties for js

    * restore not common models

    * Refactor EdgeMachine Models

    * duplicate list

    * use arm operations

    * fix doc comment

    * [Minor] use arm operations for ov api  (#39121)

    * use arm operations

    * fix doc comment

    * make commit ready

    * format

    * fix documentation

    * roo analysis

    * refactor duplicate models

    * remove dup text

    * restore not common models

    * format

    * readme update

    * formatting

    * update

    * tsp compile with new version

    * no base version annotation

    * revert examples for november to store original alignment

    * hci properties for december

    * prettier fix

    * revert

    * remove : @@Legacy.flattenProperty(UpdateProperties.componentVersions);

    * recompile using compiler 1.7.0

    * remove client flatten to unblock sdk

    * lint diff suppression

    * remove unused model

    * remove flatten from non model

    ---------

    Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
    Co-authored-by: Weidong Xu <weidxu@microsoft.com>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: Jialin Huang <jialinhuang@microsoft.com>
    Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>

commit 19c21a822bc5e6f0074c9faeb6257db3871b030f
Author: KajalSethi <141897294+KajalSethi@users.noreply.github.com>
Date:   Thu Dec 18 10:47:57 2025 +0530

    Dell public swagger API release (#39310)

commit edc6c7e0a4559fcfbe440b125d3faf9c2de2272e
Author: Tejaswi Salaigari <tsalaigari@microsoft.com>
Date:   Wed Dec 17 19:59:26 2025 -0600

    Bump @microsoft.azure/openapi-validator-rulesets from 2.1.10 to 2.2.0 (#39319)

commit a1ea06e84e781c73cb34d9c01c17cf3cee994f38
Author: Xiang Yan <xiangsjtu@gmail.com>
Date:   Wed Dec 17 14:47:20 2025 -0800

    Rename body (#39265)

    * Rename body

    * update examples.

    * updates

    * update

    * update

    * updates

commit 1927b65eb3f3c6c29188fc6b4d5c21e4f544b097
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed Dec 17 14:36:50 2025 -0800

    Remove Invoke-ToolDescriptionEvaluator script (#39321)

    Co-authored-by: Summer Warren <summerwarren@microsoft.com>

commit 48fcf125117dd5c4ad60b512d76bfe0cf13cc5f1
Author: Ray Chen <raychen@microsoft.com>
Date:   Wed Dec 17 14:34:38 2025 -0800

    Made dotnet SDK validation required (#39318)

    * Enabled required setting for .net

    * Fixed test

commit c590866a83642ded67458664981de95ae20bae28
Author: Ryan Zhang <yangzhangrice@hotmail.com>
Date:   Wed Dec 17 14:04:59 2025 -0800

    add .net sdk config (#39177)

    Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com>

commit 59930ee61698523269281dc9df36815620cb3d6e
Author: Ojo Okoka <ojookoka@microsoft.com>
Date:   Wed Dec 17 13:21:36 2025 -0500

    Merge GalleryRP 2025-03-03 Features into Main (#38715)

    * add new version to main.tsp

    * add examples

    * swagger generated

    * update readme file

    * add import versioining

    * Gallery Image version StorageAccountStrategy  (#35769)

    * tsp update

    * swagger added

    * fix typespec CI validation

    ---------

    Co-authored-by: Ojo Okoka <ojookoka@microsoft.com>

    * New resource type - Gallery Scripts  (#35887)

    * added models and main.tsp reference

    * update

    * add added decorators

    * fix unintentional change

    * add examples

    * update galleryScript name pattern

    * fix parameter name with back-compatibles

    * fix CI failures

    * update responses codes

    * fix enum descriptions

    * add validationStatus

    * update

    * set readOnly properties as readOnly

    * remove schema from 202 returns

    * fix typo

    * tsp compiler updated

    * Included Azure-AsyncOperation headers to address ARM Comments

    * Added ArmAsyncOperationHeader for ARM Comments and fixed Tsp compile issues

    * Attempt to fix CI TypeSpec Validation

    * Attempt to fix CI TypeSpec Validation through npx commands

    * Attempted fix

    * Cleanup GalleryScriptVersion.tsp file

    * Attempted to use Azure decorators

    ---------

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

    * Compilation Errors for TS Validation Fix

    * Adding updated Gallery swagger to updated Readme input-file

    * Rollback name pattern req + updates to Typespec Validation

    * Adding delete read only directives to change 2024-03-03 json from update

    * Reversing changes and Getting Breaking Change Approval

    * Revert name pattern changes to see CI checks

    * Fix Readme and add Swagger Lint Suppression

    * Corrected name for min and maxValue

    * Rollback on parameter name changes

    * Added existing name pattern for GalleryApplications

    * Removed suppression for NamePattern

    ---------

    Co-authored-by: Theodore Chang <thchan@microsoft.com>
    Co-authored-by: Mike Harder <mharder@microsoft.com>
    Co-authored-by: audreyttt <audreytoney@microsoft.com>

commit aed3f19a265f781b090d2b448c0ce95b13b5c4ad
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Dec 17 08:35:56 2025 -0800

    build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.3 to 0.9.4 (#39240)

    Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.3 to 0.9.4.
    - [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
    - [Commits](https://github.com/Azure/azure-sdk-tools/commits)

    ---
    updated-dependencies:
    - dependency-name: "@azure-tools/spec-gen-sdk"
      dependency-version: 0.9.4
      dependency-type: direct:development
      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>

commit d6dc2551bd1b1713a7f94b41ee950657f77ee611
Author: Arthur Ma <mars.arthur@263.net>
Date:   Wed Dec 17 17:29:35 2025 +0800

    Update StorageSync TypeSpec definitions for new .NET MPG support (#39257)

commit def6e8dbc27a8b3e0f75dc691cbe18e3e24ae31e
Author: Mike Harder <mharder@microsoft.com>
Date:   Tue Dec 16 23:30:20 2025 -0800

    [eng/tools] Bump @types/node from 18 to 20 (#39314)

commit 3a5c9bf3e509124292c00f7e8c5b4038b0ef8415
Author: Mike Harder <mharder@microsoft.com>
Date:   Tue Dec 16 23:20:37 2025 -0800

    [.github] bump vitest from 3.2.4 to 4.0.15 (#39309)

commit 0f5563c3f9187f98aba9a6a81fa2eb3459d26b2c
Author: Wenming Liu <v-wenmingliu@microsoft.com>
Date:   Wed Dec 17 14:58:00 2025 +0800

    [TSP Migration]--RedisEnterprise (#38436)

    * just converted

    modelerfour:
      lenient-model-deduplication: true
      prenamer: true

    * could compile

    * update

    * update

    * Update tspconfig.yaml

    * update

    * Update tspconfig.yaml

    * Update tspconfig.yaml

    * Update tspconfig.yaml

    * update

    * update

    * update

    * update

    * update client name

    * update config for python

    * updaate

    * add config

    * remove example config

    * revert code

    * fix PrivateEndpointConnection duplicate schema

    * remove java config

    * fix PrivateEndpointConnectionListResult

    * add go config

    * add go config

    * add go config

    * update

    * update go config

    ---------

    Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
    Co-authored-by: XiaofeiCao <xiaofeicao@microsoft.com>
    Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

commit 0bc88a5f4aeaeb8b496b090abce909238da48dff
Author: Mike Harder <mharder@microsoft.com>
Date:   Tue Dec 16 22:23:24 2025 -0800

    [EngSys] npm update --before 2025-12-16 (#39313)

    - earliest date compatible with tsp version

commit 8881cc8ea5ad5dc6be44109049879b692ea09ee6
Author: Mike Harder <mharder@microsoft.com>
Date:   Tue Dec 16 22:10:30 2025 -0800

    [.github] ignore shared/coverage in eslint (#39312)

commit 5df531e42f6eaf21c3096a968d8834572d4c5e16
Author: Mike Harder <mharder@microsoft.com>
Date:   Tue Dec 16 21:13:18 2025 -0800

    bump prettier from 3.6.2 to 3.7.4 (#39308)

commit 5001bc86daebcea16c9a0b2bbdc8ff08d6d8f4eb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Dec 16 20:58:10 2025 -0800

    build(deps-dev): bump @typespec/compiler (#39284)

    Bumps the typespec group with 1 update in the / directory: [@typespec/compiler](https://github.com/microsoft/typespec).

    Updates `@typespec/compiler` from 1.7.0 to 1.7.1
    - [Release notes](https://github.com/microsoft/typespec/releases)
    - [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.7.0...@typespec/compiler@1.7.1)

    ---
    updated-dependencies:
    - dependency-name: "@typespec/compiler"
      dependency-version: 1.7.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: typespec
    ...

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

commit ee4c6039399c7329cc0d636cc48f12af24d45f4c
Author: Kyle Zhang <skywing918@hotmail.com>
Date:   Wed Dec 17 12:53:32 2025 +0800

    remove outdated TypeSpecValidation suppressions (#39247)

    Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>
    Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

commit 7ab857ced41371b9ac35db2d6dc53639cb2ac5d4
Author: Sean McCullough <44180881+seanmcc-msft@users.noreply.github.com>
Date:   Tue Dec 16 22:28:21 2025 -0600

    Storage STG 101 Typespec (#39128)

    * Added new Typespec version for STG101 (#38546)

    * new typespec version

    * Added generated_blob

    * updated default tag in readme

    * Added examples directory

    * Cross-Tenant support for Principal Bound Delegation Sas 101 (TypeSpec) (#38626)

    * added DelegatedUserTid

    * Add generated_blob.json

    * re-commented @azure-tools/typespec-csharp

    * updated formatting

    * Added SKUs (#38658)

    * Merged main (#38661)

    * Spelling baseline and corrections for .github folder (#38545)

    * Baseline for .github folder

    * Narrow exceptions for some spellings

    * Format

    * spell check tests/fixtures

    * [.github/shared] type-check tests (#38532)

    - Enable TypeScript type checking of test files
    - Address all type errors
    - Preparing to enable eslint type-checked ruleset
    - In future PR, will enable type-checking of tests in `.github/workflows`

    * Migrate conditional flatten to flattenProperty (#38541)

    * npm update (#38548)

    * Durabletask: Revert client rename to meet .NET naming conventions (#38552)

    * Revert "[DurableTask] Rename SDK classes for 1.0.0 release (#38143)"

    This reverts commit 485b3477f78f10d3c8d7247ddd6a9d619b792241.

    * DurableTask client: add new class name

    ---------

    Co-authored-by: Bernd Verst <beverst@microsoft.com>

    * desktopvirtualization 2025-08-01-preview & 2025-09-01-preview (#36798)

    desktopvirtualization 2025-08-01-preview & 2025-09-01-preview

    Co-authored-by: Rui Guo <guorui@microsoft.com>
    Co-authored-by: Liwei Ying <liweiying@microsoft.com>

    * Update the csharp codegen settings for mysql (#38566)

    * Update the DurableTask configuration to support the new MPG (#38568)

    * java, mgmt, elasticsan config (#38569)

    * java, mgmt, acr, config readme (#38570)

    * Swagger changes to Support Jira V2 in ADF (#38430)

    * Update Dataset.json for Jira dataset properties

    Updated the Dataset.json to reference JiraTableDatasetTypeProperties and added properties for Jira dataset.

    * Add JiraDatasetTypeProperties to Dataset.json

    Added Jira dataset properties with descriptions for tableName, table, and schema.

    * Change dataset reference from Generic to Jira type

    * Update Jira dataset descriptions for V2 support

    * Update Jira dataset descriptions for V2 support

    ---------

    Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>

    * Using new management plain generator for service dependency map (#38567)

    * update tspconfig.yaml.

    * replace suffix "Request" With "Content" in model names.

    * update client.tsp

    * update client.tsp

    * fix format issue.

    * mgmt, java, monitor, directive to avoid enum of duplicated name (#38572)

    * Update readme.md (#38565)

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

    * add python config (#38576)

    * Update productType and language descriptions for clarity in models and OpenAPI specifications (#38559)

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

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

    * Updates readme

    * Updates API version in new specs and examples

    * add alb addon to managed cluster ingress profile (#38022)

    * Update managed namespace preview api based on GA api (#38036)

    * add default domain to aks preview 2025-09-02 (#38037)

    * feat: Support nftables mode in kube-proxy (#38030)

    * feat: Support nftables mode in kube-proxy

    * allow nftables word

    * asdf

    * asdf

    * asdf

    * remove outdated maintenance config examples (#38057)

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

    * Added new kata naming convention to preview API. (#38067)

    ---------

    Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
    Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
    Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
    Co-authored-by: Jack Ma <jack4it@hotmail.com>
    Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
    Co-authored-by: juanbe <juanbe@microsoft.com>
    Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>

    * added older preview versions (#38397)

    * added older preview swagger

    * added back 20241115preview and 20250515preview in typespec

    * updated readme

    * add older preview swagger

    * added 20241115preview and 20250515preview in typespec for Conv inference

    * updated readme

    * added older preview swaggers for conv authoring

    * add older preview in typespec

    * update readme

    * fix typespec validation

    * updated readme

    * removed 20241115preview from analyzetext

    * remove from analyzetext readme

    * removed 20241115preview from analyze conversations

    * remove from analyzeconversation readme

    * removed 20241115preview from analyzeconversationauthoring

    * removed from analyzeconversationauthoring readme

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

    * prompt

    * this

    * line

    * update bens suggestions

    * update

    * remove try to find pkg path logic

    * Update eng/common/instructions/azsdk-tools/check-package-validation.instructions.md

    Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

    * path

    * updates

    * list numbering incorrect

    * linting

    ---------

    Co-authored-by: l0lawrence <llawrence@microsoft.com>
    Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

    * Update Microsoft365 naming to Channels (#38517)

    * Migrate newrelic to TypeSpec (#36442)

    * generated

    * update

    * update

    * update

    * update

    * update

    * delete

    * update

    * update

    * remove x-cadl-generated

    * update

    * delete consumes

    * update

    * rename folder

    * remove legacyoperation

    * update tspconfig

    * format

    * update summary and description

    * update

    * add namepattern

    * fix java package name

    * service-dir for java

    * Update tspconfig.yaml

    * update

    * add config for python

    * rename op name for python

    * sync go directive

    * update package name for js sdk

    * remove rename config for python

    * update service-dir for js sdk

    * fix

    * Update output directory and module for New Relic

    * update client name for js

    * Add createOrUpdate client for MonitoredSubscriptions

    * update

    ---------

    Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
    Co-authored-by: Weidong Xu <weidxu@microsoft.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
    Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
    Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

    * service bus config (#38578)

    * Redis Enterprise API Version `2025-08-01-preview` with both AMR Migration and Scheduled Update features (#38286)

    * Add maintenance config fields to ARM spec

    * Move versions from private repo to public for Microsoft.Datadog (#38009)

    * Base commit

    * Add new api versions

    * Fix SDK validation

    * Unify EdgeActions with CDN 2025-09-01-preview and migrate to TypeSpec (#38054)

    * Add EdgeActions 2025-09-01-preview baseline from 2024-07-22-preview

    Copy EdgeActions API specification from 2024-07-22-preview to new EdgeActions directory structure as baseline for 2025-09-01-preview.

    * Migrate EdgeActions to TypeSpec with API changes for 2025-09-01-preview

    - Convert EdgeActions from JSON swagger to TypeSpec
    - Add TypeSpec configuration for all SDK languages (Python, Java, Go, TypeScript, C#)
    - Configure separate Azure.ResourceManager.EdgeActions package for .NET SDK
    - Add @clientName decorator for EdgeActionAttachmentResponse -> EdgeActionAttachmentResult (C# naming convention)
    - Add file-scoped suppression for ProvisioningStateMustBeReadOnly
    - Add new operations: SwapDefault, DeployVersionCode, GetVersionCode
    - Update all examples to 2025-09-01-preview
    - Generate OpenAPI via TypeSpec compiler with automatic x-ms-examples

    * fix java sdk validation

    * fix(edgeactions): address PR review comments for 2025-09-01-preview

    - Add x-ms-client-flatten and x-ms-mutability to properties field on EdgeAction, EdgeActionVersion, and EdgeActionExecutionFilter resource models for backwards compatibility with 2024-07-22-preview baseline
    - Change EdgeActionAttachmentResponse.edgeActionId from readOnly to x-ms-mutability [read, update, create] to match baseline behavior
    - Replace 'ARM' with 'Azure' in resource identifier descriptions (AttachedResourceId and EdgeActionVersionId)
    - Consolidate multiple PostResponseCodes suppressions into single entry with array of where clauses in readme.md
    - Add OpenAPI extension decorators using @@extension augments in TypeSpec with appropriate suppressions for no-openapi warnings

    * style(edgeactions): apply tsp format to TypeSpec files

    - Reformat @@extension calls to multi-line style for better readability
    - Reorder #suppress directive placement per formatter rules

    * remove unnecessary ProvisioningStateMustBeReadOnly suppression

    All provisioningState properties are already correctly marked as readOnly in the generated OpenAPI spec. The suppression is not needed as the spec complies with ARM validation rules.

    * Revert "remove unnecessary ProvisioningStateMustBeReadOnly suppression"

    This reverts commit a5988e2e2c8188e0836b5d366bb19469535ca772.

    * extend ResourceProvisioningState for standard ARM compliance

    Change ProvisioningState to extend ResourceProvisioningState which provides the three required states (Succeeded, Failed, Canceled) with standard ARM descriptions, and add custom states (Provisioning, Upgrading) specific to edge actions lifecycle.

    * remove ProvisioningStateMustBeReadOnly suppression

    Suppression no longer needed after extending ResourceProvisioningState which properly handles ARM validation requirements.

    * add use-read-only-status-schema to resolve ProvisioningStateMustBeReadOnly validation

    Enable use-read-only-status-schema: true in tspconfig.yaml to work around known limitation in azure-openapi-validator and oav with \ siblings. This adds readOnly: true directly to status schema definitions, resolving ProvisioningStateMustBeReadOnly validation errors.

    References:
    - https://github.com/Azure/azure-openapi-validator/issues/637
    - https://github.com/Azure/oav/issues/848

    ---------

    Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>

    * Merge tag for ACR Go release (#38594)

    * Merge tag for ACR Go release

    * Update input file path for container registry tasks

    * fix

    * update

    * Add documentation for Defender for Containers resource level (#35905)

    * Add documentation for Defender for Containers resource level

    * remove operation status

    * prettier

    * remove tags with multiple versions

    * revert

    * new line

    * revert

    ---------

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

    * [CQA] Correct typo (#38579)

    * correct typo

    * change getImportStatus getExportStatus getDeployStatus getDeleteStatus getUpdateQnasStatus getUpdateSourcesStatus to internal

    ---------

    Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>

    * Waves API (#37394)

    * Changes for public preview

    * Adding refresh API

    * Adding further types for drApplicanceInventoryId

    * [.github] type-check tests (#38591)

    * Add contrainerregistry directive (#38619)

    * add directive

    * add directive

    * add directive

    * add directive

    * add directive

    * mgmt, java, monitor, add a tag in readme.java.md for SDK configure (#38616)

    * remove the csharp config since this library is still generating from swagger (#38599)

    * Keyvault.Management TypeSpec, fix secrets put (#38620)

    * fix secret

    * regen

    * Merging and 2024-02-15-preview and 2024-06-15-preview api to main (#38359)

    Merging and 2024-02-15-preview and 2024-06-15-preview api to main (#38359)

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

    * add tool instructions prompt

    * minor

    * prompt revision

    * prompt revision and fallback to core requirements

    * rename langs to languages + revise prompt

    * edit prompt and make checks concurrent

    * fix prompt

    * add venvPath argument

    * minor prompt and log edit

    ---------

    Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>

    * Remove arm-resource-flattening and migrate to explicity flattenProperty (#38581)

    * omit constructors (#38588)

    * Update with the configuration to run go generate after tsp compile. (#38609)

    There are some post-generation steps that run after tsp generation, to create the system events enum. Adding in this switch ensures we generate the same client in all of our systems.

    This shouldn't change anything about generation, but it will mean the automated APIView diffs will work properly.

    * Fix tag in dns-resolver new version for swagger generations (#38635)

    * remove HDInsight On Aks api specs (#38593)

    Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>

    * Updated the description for the boundingBox property of the address object. (#38554)

    * Release Microsoft.Network API Version 2025-03-01  (#38556)

    * Copy files from stable/2025-01-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-03-01

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

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

    * Copy readme.md suppressions and directives from previous stable version

    * Application Gateway Entra JWT Validation Feature Support (#38335)

    * Application Gateway Entra JWT Validation Feature Support

    * fixing doe style issues

    ---------

    Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>

    * Application Gateway MTLS Passthrough Feature Support (#38337)

    Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
    Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

    * Remove NonSensitivity for DDoS ruleset (#38246)

    * Remove NonSensitivity

    * make change in the right API folder

    * add suppression

    ---------

    Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
    Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

    * Adding recordType field to 2025-03-01 version (#38361)

    * Adding recordType field to 2025-03-01 version

    * Changed description of RecordType

    ---------

    Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>

    * Add new DdosCustomPolicy properties + update examples (#38272)

    * Add DCP properties + update examples to 2024-07-01 to 2025-03-01

    * Remove unecessary FIP from examples

    * Remove < 2025-03-01 API version changes + Resolve PR feedback

    * Remove unecessary type

    * Fix PR comments

    * Attempt

    ---------

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

    * Updating Examples Files For ErGwScale Get / Update (#38419)

    * update examples

    * updated the jsons

    ---------

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

    * IpVersionType property for Private Endpoint API (#38497)

    * Addedipconfig type

    * Fix indentation

    * Addressing comments

    * Added example

    ---------

    Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
    Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

    * IP Preservation API Support (#38358)

    * IP Preservation API Support

    ---------

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

    ---------

    Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
    Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
    Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
    Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
    Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
    Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
    Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
    Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
    Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
    Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
    Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
    Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>

    * Add optional boolean to capabilityhost object and rename agentDeployments (#38374)

    * Add optional boolean to capabilityhost object

    * Rename applications/deployments to applications/agentDeployments.

    * Update naming enablePublicHostedCode -> enablePublicHostingEnvironment.

    * Update suppression to fix path.

    ---------

    Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>

    * LintDiff: Ensure that default tag is scanned when there is a new tag in the 'after' state (#38611)

    * LintDiff: Ensure that default tag is scanned when there is a new tag in the 'after' state

    * Review feedback: break, eliminate empty set handling in favor of empty tag value

    * Add ability to skip onboarding legacy moniker to Update-DocsMsPackages.ps1 (#38639)

    Co-authored-by: Daniel Jurek <djurek@microsoft.com>

    * fix param order (#38657)

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

    * Revert "LintDiff: Ensure that default tag is scanned when there is a new tag …" (#38660)

    This reverts commit acdf0134b80079d5d9e7f069910148e0fb48166f.

    * Fix EdgeActions 2025-09-01-preview examples: remove invalid provisioning state and SKU values (#38655)

    * Fix EdgeActions 2025-09-01-preview examples: remove invalid provisioning state and SKU values

    - Changed provisioningState from 'Accepted' to 'Succeeded' (valid enum value)
    - Changed SKU name from 'Basic' to 'Standard' in all examples
    - Affected files: 8 example JSON files in EdgeActions preview API

    * Fix EdgeActions examples in second directory: remove invalid provisioning state and SKU values

    - Changed provisioningState from 'Accepted' to 'Succeeded' (valid enum value)
    - Changed SKU name from 'Basic' to 'Standard' in all examples
    - Affected files: 6 example JSON files in specification/cdn/resource-manager/Microsoft.Cdn/EdgeActions/examples/2025-09-01-preview/

    ---------

    Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>

    ---------

    Co-authored-by: Daniel Jurek <djurek@microsoft.com>
    Co-authored-by: Mike Harder <mharder@microsoft.com>
    Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
    Co-authored-by: Bernd Verst <github@bernd.dev>
    Co-authored-by: Bernd Verst <beverst@microsoft.com>
    Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
    Co-authored-by: Rui Guo <guorui@microsoft.com>
    Co-authored-by: Liwei Ying <liweiying@microsoft.com>
    Co-authored-by: Arthur Ma <mars.arthur@263.net>
    Co-authored-by: Weidong Xu <weidxu@microsoft.com>
    Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
    Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
    Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
    Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
    Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
    Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
    Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
    Co-authored-by: Jack Ma <jack4it@hotmail.com>
    Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
    Co-authored-by: juanbe <juanbe@microsoft.com>
    Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
    Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
    Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
    Co-authored-by: l0lawrence <llawrence@microsoft.com>
    Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
    Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
    Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
    Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
    Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
    Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
    Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
    Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
    Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
    Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
    Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
    Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
    Co-authored-by: yossigorshomov <yossigor@gmail.com>
    Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
    Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
    Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
    Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
    Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
    Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
    Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
    Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
    Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
    Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
    Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
    Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
    Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
    Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
    Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
    Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
    Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
    Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
    Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
    Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
    Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
    Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
    Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
    Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
    Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
    Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
    Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
    Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
    Co-authored-by: catalinaperalta <caperal@microsoft.com>

    * Added SourceEncryptionKey (#38662)

    * Added AccessTierIfModifiedSinceParameter & AccessTierIfUnmodifiedSinceParameter (#38665)

    * tsp compile

    * clean install + re-compile

    ---------

    Co-authored-by: Nick Liu <nicliu@microsoft.com>
    Co-authored-by: Daniel Jurek <djurek@microsoft.com>
    Co-authored-by: Mike Harder <mharder@microsoft.com>
    Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
    Co-authored-by: Bernd Verst <github@bernd.dev>
    Co-authored-by: Bernd Verst <beverst@microsoft.com>
    Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
    Co-authored-by: Rui Guo <guorui@microsoft.com>
    Co-authored-by: Liwei Ying <liweiying@microsoft.com>
    Co-authored-by: Arthur Ma <mars.arthur@263.net>
    Co-authored-by: Weidong Xu <weidxu@microsoft.com>
    Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
    Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
    Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
    Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
    Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
    Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
    Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
    Co-authored-by: Jack Ma <jack4it@hotmail.com>
    Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
    Co-authored-by: juanbe <juanbe@microsoft.com>
    Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
    Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
    Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
    Co-authored-by: l0lawrence <llawrence@microsoft.com>
    Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
    Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
    Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
    Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
    Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
    Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
    Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
    Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
    Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
    Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
    Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
    Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
    Co-authored-by: yossigorshomov <yossigor@gmail.com>
    Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
    Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
    Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
    Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
    Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
    Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
    Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
    Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
    Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
    Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
    Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
    Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
    Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
    Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
    Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
    Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
    Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
    Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
    Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
    Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
    Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
    Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
    Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
    Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
    Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
    Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
    Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
    Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
    Co-authored-by: catalinaperalta <caperal@microsoft.com>

commit e2a00cb65cf2bb7beb0b62c2d46afcdca84d6495
Author: Kyle Zhang <skywing918@hotmail.com>
Date:   Wed Dec 17 12:02:35 2025 +0800

    Update emitter output directories in tspconfig.yaml for Confidential Ledger and Container Service (#39256)

    Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

commit be31c7768b25795ee6aadd24783100254499c845
Author: mcgallan <88413158+mcgallan@users.noreply.github.com>
Date:   Wed Dec 17 11:00:44 2025 +0800

    Migrate PostgreSql to TypeSpec (#36556)

commit e9b44e3aefed8010c02f030abab631b55a8d29de
Author: Weidong Xu <weidxu@microsoft.com>
Date:   Wed Dec 17 10:59:00 2025 +0800

    mgmt, flatten only for autorest (#39252)

commit 18609d68cf243ee3ce35d7c005ff3c7dd2cd9477
Author: Yuchao Yan <yuchaoyan@microsoft.com>
Date:   Tue Dec 16 16:03:00 2025 +0800

    [TSV] Add new rule for python configuration validation for mgmt SDKs (#39142)

    * add new rule for python configuration validation

    * Refactor TspConfigPythonNamespaceMatchesEmitterOutputDirSubRule for improved validation logic

    ---------

    Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

commit c5c49c665603a5408c5ebc2152e898566791d911
Author: Arthur Ma <mars.arthur@263.net>
Date:   Tue Dec 16 15:25:28 2025 +0800

    Update Nginx spec (#39215)

commit c0f15e4a452e77f4e63f5b679f55d6992f2f0e07
Author: Jiarui Guo <ryne.guo@gmail.com>
Date:   Mon Dec 15 20:57:01 2025 -0800

    [Draft] Updates to TextTranslation 2025-10-01-preview (#38621)

    * Update get supportedLanguagesResult, -dictionary + LLM models

    * clean up client.tsp, custom rename dir -> directionality

    * Rename: TranslateTarget -> TranslationTarget

    * ReferenceSentencePair -> ReferenceTextPair

    * avoid body in generated names

    * versioning update

    * response values read visibility

    * transliterateresult value readonly

    * cleanup client

    * custom clientname for translate item targets

    * update getsupportedlanguages example & missed models field on translationlanguage

    * fix a couple of fields

    * type string -> etag

    * readonly languages dictionary

    * scripts list readonly

    * exclude python from client renames

    * clientName dotnet -> csharp

    * python emitter no generate test & sample

    * disable generate saple for java

    * generate-samples java typo

    * fix typo in comment

    * java codegen config

    * java generated parameter naming

    * make unused classes internal for java

    * set usage types for internal classess

    * clean up java generated methods

    ---------

    Co-authored-by: Jiarui Guo <jiarguo@microsoft.com>

commit 315a75f661ee8eef8ae73e7ad79e4c78b60e44aa
Author: Wenming Liu <v-wenmingliu@microsoft.com>
Date:   Tue Dec 16 11:25:05 2025 +0800

    update (#39254)

commit c6a6145cc42fb6ddc5743ecbcc958fb1bc96d015
Author: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Date:   Tue Dec 16 11:12:52 2025 +0800

    remove package-name in tspconfig.yaml (#39285)

commit 407461a3f0352d35148bc0364537f6c33ab73870
Author: Kyle Zhang <skywing918@hotmail.com>
Date:   Tue Dec 16 10:10:22 2025 +0800

    [TSV] share a helper to get the last segment of emitter-output-dir (#39163)

    * feat: enhance variable resolution in TspconfigEmitterOptionsSubRuleBase and add test case for recursive variable resolution

    * fix: update error messages for emitter output directory validation and streamline variable resolution logic

    * fix: refactor emitter output directory rules for improved consistency and clarity

    * fix: update variable type annotations for improved type safety in emitter options

    ---------

    Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

commit f0a5127d4e8b1ea6007b0bf9570904d9df860b97
Author: Gerardo Lecaros <10088504+glecaros@users.noreply.github.com>
Date:   Mon Dec 15 16:46:14 2025 -0800

    [OpenAI.v1] Updating spec to latest from the new ingestion pipeline. (#39168)

commit ac51c03ea8447e89f601c650f20b1683194f11a7
Author: steve munk <33468793+stevemunk@users.noreply.github.com>
Date:   Mon Dec 15 17:44:56 2025 -0600

    Updated property descriptions for several weather service object properties. (#38908)

    * Updated property descriptions for AirAndPollen and AirQuality properties.

    * Updated property descriptions for 'daily' objects.

    * Updated property descriptions for 'daily' objects.

    * spelling issues.

    * Updates to datTime properties etc.

    * feedback

commit 56a7ec9f6b7574b1d04e3280a2a7f97d193df0da
Author: Mike Harder <mharder@microsoft.com>
Date:   Mon Dec 15 13:29:51 2025 -0800

    [.github] Add test to ensure workflows use extension `.yaml` (#39279)

commit bb837f71c029b15f9111564f8a4858ca9deeb197
Author: Zulfat Nutfullin <rigidit@users.noreply.github.com>
Date:   Mon Dec 15 12:06:03 2025 -0800

    Update Quantum Control Plane API adding new 2025-12-15 version with Quotas on provider level for workspace resource (#39258)

    * Add quotas on provider level for Workspace resource

    * Add deprecation message

    * Removed quotas from workspace level

    * Add examples

    * Updated readme with new version

    ---------

    Co-authored-by: ashwinmayya <ashwinm@microsoft.com>

commit cb0b4235a0a3bc0b8a2b23ae42f6e57e60b1a428
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Mon Dec 15 11:18:47 2025 -0800

    Update paths to include all files in .github directory for evals (#39263)

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

commit be82b6cd0a91e907ca129296004f8645fc8d6b69
Author: Mike Harder <mharder@microsoft.com>
Date:   Mon Dec 15 11:17:05 2025 -0800

    [.github] Rename workflow files from *.yml to *.yaml (#39233)

commit 213be191bef887e148715fc1b767ecda6fac68d2
Author: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Date:   Mon Dec 15 15:55:33 2025 +0800

    [avs] Update client.tsp (#39253)

    * Update client.tsp

    * Update client.tsp

commit b772ed86631780efcb7890f14ce9f65cd1f69097
Author: Dapeng Zhang <dapzhang@microsoft.com>
Date:   Mon Dec 15 15:49:33 2025 +0800

    update the typespec and remove the operationId decorator for SAPVirtualMachine RP (#39116)

commit b971916ccce7a87579348051c9cef6433ff40a82
Author: Dapeng Zhang <dapzhang@microsoft.com>
Date:   Mon Dec 15 13:35:09 2025 +0800

    Clean up typespec issues in ACR (#39031)

commit efa49a123da7ce3ffe093a13832258305f529711
Author: Yuqing Wei <weiyuqing021@outlook.com>
Date:   Sun Dec 14 18:44:52 2025 -0800

    Azure Databricks 2026-01-01 API Version (#38900)

    * Azure Databricks 2026-01-01 API Version: Serverless Workspace & Front-end Private Link

commit 162c1c3714671304cf2e272af34c7a0a75aa198f
Author: Mike Harder <mharder@microsoft.com>
Date:   Fri Dec 12 17:43:13 2025 -0800

    [EngSys] Add action to install deps for github-script (#39244)

commit 261da75062c324464f2ee4aa0e88121456878c92
Author: Mike Harder <mharder@microsoft.com>
Date:   Fri Dec 12 17:20:57 2025 -0800

    [dependabot.yml] Remove ignores for prettier, vitest, typescript (#39232)

    - Not necessary to align with typespec repo
    - Sufficient for both repos to stay near latest

commit de800592ca9c15e5ece193d67009bdf972f2f420
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Dec 12 17:14:34 2025 -0800

    build(deps): bump actions/github-script from 7 to 8 (#39205)

    * build(deps): bump actions/github-script from 7 to 8

    Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](https://github.com/actions/github-script/compare/v7...v8)

    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

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

    * Use Node 24 with github-script@v8

    * update spec-gen-sdk-status.yml

    ---------

    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>

commit 13d73d3df723b1dce42f474af92bbde28d7cab79
Author: Mike Harder <mharder@microsoft.com>
Date:   Fri Dec 12 16:48:36 2025 -0800

    [search] tsp format (#39230)

commit 4b2c9cb323393710cf7949409d564a12dc9bde35
Author: Yuqing Wei <weiyuqing021@outlook.com>
Date:   Fri Dec 12 15:51:17 2025 -0800

    Improve Description Per feedback (#39220)

commit 924f33266d74f20947c4d28a31556ef4ed7663a6
Author: Mike Harder <mharder@microsoft.com>
Date:   Fri Dec 12 14:59:56 2025 -0800

    [EngSys] Update default node version from 22 to 24 (part 2) (#39228)

commit 47e860174ed8b0d6cfd9ee96d7022edc83120945
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Fri Dec 12 13:16:59 2025 -0800

    Add 'APIView prod deployment' to internal service connections (#39216)

    Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

commit 2264e38de2849d0fc57bae100601f81ca6c87a2d
Author: Mike Harder <mharder@microsoft.com>
Date:   Fri Dec 12 12:32:08 2025 -0800

    [EngSys] Update default node version from 22 to 24 (#39227)

commit 8881d4f8a817c9da7813c05351fed1103c90fb29
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Dec 12 12:09:47 2025 -0800

    build(deps): bump github/codeql-action from 3 to 4 (#39224)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/v3...v4)

    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

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

commit 2f23a4cf643c6a7aec42dd078afadf34019af7d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Dec 12 12:07:31 2025 -0800

    build(deps): bump actions/upload-artifact from 5 to 6 (#39223)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

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

commit fd8fd88708d4a1e2bc3d7f064d295b17fb4fa3f7
Author: Charles Lowell <10964656+chlowell@users.noreply.github.com>
Date:   Fri Dec 12 12:05:38 2025 -0800

    Omit constructors for Rust Key Vault clients (#39209)

commit c0ae033d10ff6f99f880223e4f19cb729413d633
Author: Xiang Yan <xiangsjtu@gmail.com>
Date:   Fri Dec 12 11:50:13 2025 -0800

    Search tsp rc (#38841)

commit ec3df311a63c6e653824b4018bb1a39d483bf9fc
Author: Wenming Liu <v-wenmingliu@microsoft.com>
Date:   Sat Dec 13 03:10:14 2025 +0800

    Migrate Storage from swagger to TypeSpec (#35403)

    * converted

    * update

    * update

    * run prettier

    * update

    * remove old example files

    * include new example files in TSP directory

    * update

    * update

    * update

    * Update models.tsp

    * recover readme.md

    * array element length constraint

    * recovery of previous spec files

    * Update tspconfig.yaml

    * update

    * update

    * update for {subscription-id} to 00000000-0000-0000-0000-000000000000

    * update

    * update

    * etag mv fix

    * Update BlobContainersList.json

    * Update BlobContainersList.json

    * format uri fix

    * update

    * update

    * fix etag not eTag

    * fix optional body

    * update

    * update

    * fix for ProvisioningState

    * update

    * update

    * adopt the ErrorResponse with the local defined one.

    * update

    * fix AAO and location header for  StorageTaskAssignments_Delete / StorageTaskAssignments_Update

    * fix  for OverrideErrorType

    * fix optional body

    * Update ImmutabilityPolicy.tsp

    * Update tspconfig.yaml

    * Update ImmutabilityPolicy.tsp

    * update

    * update

    * remove @operationId decorate

    * update

    * fix warning for clientLocation

    * update

    * Update client.tsp

    * Update main.tsp

    * fix

    * deleted in the fix #36084

    * fix

    * addted example files

    * update

    * formatted

    * update

    * update

    * update

    * update

    * Update Java service-dir after package split

    * fix as new pagination way

    * Fix: "x-ms-external": true

    * update

    * update

    * Revert "update"

    This reverts commit af8700be938e379a1affd8228506571122e74450.

    * Revert "update"

    This reverts commit b0d15e225e4bfd4269a9832207247bd620193b14.

    * Fix Request model

    * update for PR #36668

    * update

    * resolve breaking

    * fix go

    * fix go

    * update

    * update

    * Update back-compatible.tsp

    * Update tspconfig.yaml

    * Update models.tsp

    * java configurations

    * update

    * update

    * Update client.tsp

    * Update tspconfig.yaml

    * update

    * etag for java

    * update client name for python

    * override for java

    * format

    * update

    * Update client.tsp

    * Update tspconfig.yaml

    * Update tspconfig.yaml

    * recovery of version 2025-01-01

    * update

    * delete examples of  xx.Management of  2025-01-01

    * add examples to Tsp of 2025-06-01

    * examples of swagger after run tsp compile .

    * Update models.tsp

    * Update openapi.json

    * resolve warnings

    * fix customAzureResource

    * update

    * rename common type Resource

    * update

    * update

    * update

    * update IntervalUnit

    * Revert "update IntervalUnit"

    This reverts commit 632da2f4827c410a14f2d429f161eab243e1716e.

    * Add Python to clientName for DeletedAccounts

    * fix: IntervalUnit

    * Update client.tsp

    * Update StorageTaskAssignment.tsp

    * add config for python

    * add config for python

    * add config for python

    * Update back-compatible.tsp

    ---------

    Co-authored-by: Pan Shao <pashao@microsoft.com>
    Co-authored-by: Weidong Xu <weidxu@microsoft.com>
    Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
    Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
    Co-authored-by: tadelesh <chenjieshi@microsoft.com>
    Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
    Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
    Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

commit 1801af251aa5ca54f68dd939ff3ef305a0e30eab
Author: Mike Harder <mharder@microsoft.com>
Date:   Fri Dec 12 11:09:09 2025 -0800

    [dependabot.yml] Remove cooldown for github-actions (#39222)

    - We only pin actions major versions, so cooldown less useful
    - Cooldown also prevents creating PRs to update major versions, if the latest patch release is within the cooldown period

commit f2ddf93eb8f769070f4db2f318a2dae80a4f41c4
Author: Osahumen Uyi Aghasomwan <65305780+osaghaso@users.noreply.github.com>
Date:   Fri Dec 12 10:25:47 2025 -0800

    Update Chat event to include sequenceId (#39046)

    * Update Chat event to include sequenceId

    * running Tsp

    * updating sequence to use uint64 instead of int64

    * undo commit - updating sequence to use uint64 instead of int64

commit 8ddf0b8379d711e33e9881f8e5cc0beb044c5b42
Author: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Date:   Fri Dec 12 11:07:43 2025 -0500

    Restructure copilot instructions to move typespec and sdk generation to sub instruction files (#39171)

    * Restructure copilot instructions to move typespec and sdk generation instructions to sub file

commit 9259b9ba2f57f45f7d9c7233e4f33243c09176d2
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Fri Dec 12 06:29:14 2025 -0800

    Add a step explicitly to verify setup (#39213)

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

commit ceebad70d1efa8b6fac32e16bd702dae4b471af2
Author: Zhonglei Ma <v-zhongleima@microsoft.com>
Date:   Fri Dec 12 15:25:52 2025 +0800

    Add configuration to verify the new code generation (#39024)

commit 5bcc36688023e01eb7d4d57dc4da36a368fb83d2
Author: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Date:   Fri Dec 12 15:01:47 2025 +0800

    [TypeSpec-Migration] ManagementGroups (#38384)

    * initial convert

    * single swagger file compare

    * fix routes

    * fix managementgroups paths

    * fix

    * format

    * sdk configs

    * Revert "single swagger file compare"

    This reverts commit 5e729cbbb81bce82cfe22c4d5f4b4ae28a61c43d.

    * prettier

    * service-dir

    * fix cache-control and x-nullable

    * config

    * remove operation id

    * fix x-nullable

    * x-ms-parameter-location for subscriptionId

    * add code

    * add code

    * Add client customization for ManagementGroupsAPI

    * Rename client to ManagementGroupsMgmtClient

    * Revert "x-ms-parameter-location for subscriptionId"

    This reverts commit 997c275ac301ec7752c0dcd72aa95724586384ac.

    * make subscriptionId method level parameter

    * add clientlocation

    * test config

    * test config

    * update config

    * change code place

    * change code place

    * remove code

    * add usage for input model

    * update client name

    * fix pageable

    * Update back-compatible.tsp

    * Update flattenProperty call for EntityInfo

    * fix format and final state schema

    ---------

    Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
    Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
    Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

commit 7814c2326790d00adf456c5560f6a2491ed92c13
Author: Xinni Tong <v-xinnitong@microsoft.com>
Date:   Fri Dec 12 14:47:17 2025 +0800

    [TSP Migration][attestation] Migrate attestation to TypeSpec (#37548)

    * The first version of TSP

    * Fix errors and diff

    * run prettier check

    * Update example file, fix spell check error, run tsp format

    * Update main.tsp

    * Update tspconfig.yaml

    * update description

    * Fix comments

    * Update

    * update client Name

    * Add Python client name to AttestationManagementClient

    * disable fix-const-stuttering

    * Replace list operation templates and update properties with new decorators

    * add suppress

    * run tsp format command

    ---------

    Co-authored-by: v-xuto <v-xuto@microsoft.com>
    Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
    Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
    Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

commit b0ee8fffb3ed2f700c7837575a0c6c1136739f6d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Dec 11 22:28:37 2025 -0800

    build(deps): bump actions/upload-artifact from 4 to 5 (#39207)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

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

commit 9f292a08b9f934592becedcb18109df1573e1d42
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Dec 11 22:27:15 2025 -0800

    build(deps): bump actions/setup-dotnet from 4 to 5 (#39208)

    Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-dotnet/releases)
    - [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5)

    ---
    updated-dependencies:
    - dependency-name: actions/setup-dotnet
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

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

commit d943cf85ce22a1545a23cc4b9217293740205722
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Dec 11 22:25:47 2025 -0800

    build(deps): bump actions/checkout from 4 to 6 (#39206)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v4...v6)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

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

commit 342e8540894e2ba2dc214cc30f3bb2ff2e21a50c
Author: Yuchao Yan <yuchaoyan@microsoft.com>
Date:   Fri Dec 12 10:12:57 2025 +0800

    [mysqlflexibleservers] add config for python to keep compatibility (#39188)

    * add config for python to keep compatibility

    * update

commit 25496b6…
audreyttt added a commit that referenced this pull request Dec 19, 2025
* bump @apidevtools/json-schema-ref-parser from 14.2.1 to 15.1.3 (#38733)

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

* Updated artifactJson input to artifacts input

* Prioritized service directory from artifact object over the parameter input

* Returned error when service directory is not provided for the old usage

* Removed redudant line

* Initilized the variable in a loop

---------

Co-authored-by: ray chen <raychen@microsoft.com>

* Fix Go suppression problem (#39038)

* refine tsp validation suppression for go

* update

---------

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

* LogGroupStart should have local build output (#39141)

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>

* [Minor] use arm operations for ov api (#39120)

* use arm operations

* fix doc comment

* Fix comment (#39147)

* Fix broken links in copilot intructions (#39096)

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

* [arm-auto-signoff] Refactor to code+status pattern (#39149)

- Preparation for #38744

* build(deps-dev): bump the eslint group across 2 directories with 1 update (#39155)

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).
Bumps the eslint group with 1 update in the /.github/shared directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `typescript-eslint` from 8.48.0 to 8.48.1
- [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.48.1/packages/typescript-eslint)

Updates `typescript-eslint` from 8.48.0 to 8.48.1
- [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.48.1/packages/typescript-eslint)

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

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

* [Peering] Typespec migration (#38357)

* init

* update autorest config

* format

* fix warning

* legacy route whose response body is enum

* fix breakings

* add client config

* fix duplicated schema issue for python

* remove useless @operationId

* fix legacy route

* swagger format

* format swagger

* update

* remove unnecessary produces

* delete unnecessary suppresions

* Mitigate peering breaking (#38642)

* edit config

* add clientlocation

* add config

* Update client.tsp

* update client name for js sdk

* fix duplicated resource

* replace x-ms-identifiers with @identifiers

* suppress some unnecessary warnings

* Add 'javascript' to PeeringManagementClient support

---------

Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Add public preview version 2026-01-01-preview to computeschedule for OARS feature (#39041)

* Refactor code structure for improved readability and maintainability

* update readme

* Add examples

* pass validations

* fix validations

* fix

* clean up and update tsp file with info suffix

* updates

* prettier

* rerun

---------

Co-authored-by: Haojing Lu <haojinglu@microsoft.com>

* Revert "Added new API version 2026-01-01-preview to Microsoft.DBforPostgreSQL (#38674)" (#39125)

This reverts commit 16e09790bdb18ad609a334a118ebd8599ca592da.

* Add Dotnet SDK generation for Microsoft.ResourceConnector via TypeSpec (#38975)

* Add Dotnet SDK generation for Microsoft.ResourceConnector via TypeSpec

* Remove custom ARM operation modeling

* Fix dotnet SDK error about "Data" suffix

* Revert "Remove custom ARM operation modeling"

This reverts commit ba6b7030f6452d29989e7fc12d43c3296576a0f9.

* Try renaming operation related models for dotnet

* Try another name for dotnet Operation type

* More dotnet SDK fixes

* Revert common types version change

* Format files

* Try overriding the type

---------

Co-authored-by: Mark Drobnak <markdronak@microsoft.com>

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

* instruction fix

* description + instructions

---------

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

* Upgrade typespec 1.7, Azure libraries 0.63 (#39167)

* Upgrade typespec next

* fix

* fix some samples

* more sample fix

* more sample fix

* more sample fix

* fix more

* Fix wrong revert

* Revert

---------

Co-authored-by: Mark Cowlishaw <1054056+markcowl@users.noreply.github.com>

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

* Fix link checks to npm for packages

* Apply suggestion from @Copilot

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

* Apply suggestion from @weshaggard

---------

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

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

* Used full pkg name in release work items

* Used full pkg name for dev ops work item

* Added test

* Pass in package info file path

* Reverted changes to verify-changelog.yml and script

* Updated script to process groupId in work items

* Renamed new property to GroupId

* Removed the condition check for Group

* Build hash key with non-null arguments

* Used the original BuildHashKey to return hash from non-null args

---------

Co-authored-by: ray chen <raychen@microsoft.com>

* Add #Requires statement to common.ps1 (#39172)

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>

* bump the targeted proxy version (#39156)

Co-authored-by: Scott Beddall <scbedd@microsoft.com>

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

* prompt improvement

* minor

* test making copilot install for you

* minor

---------

Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>

* fix python breaking (#39164)

* Updating documentation based on Cx requirement. (#38982)

* updating documentation based on Cx requirement

* fix the checks

* changes

* changing the description to json supported format

* fix

* fix tsp format

---------

Co-authored-by: Himanshu Agarwal <hiaga@microsoft.com>

* Update client setting for Carbon (#39146)

* Added new preview api-version (#39184)

* Base commit to add new api-version

* Added new api-version with storageUri as resource property

* [NetAppFiles]Add missing bucket operation (#39143)

* Add missing bucket operation

* Add missing bucket

* Add 2026-01-01-preview API version for Microsoft.DevCenter (#39180)

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

* fix base url typo (#39187)

* Prevent language exclusion when SDK generation fails (#39132)

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

* Add script for tool description eval workflow

* Fix param casing

* respond to comments

---------

Co-authored-by: Summer Warren <summerwarren@microsoft.com>

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

* Update copilot instructions to support both local and pipeline based SDK gen

* Fix GroupId property access (#39195)

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

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

* Remove ApiKey usage

* Add -TestAuth flag to verify Bearer token authentication

* TEMP: Enable TestAuthOnly for pipeline testing

* Remove testing logs

* Additional clean up

* Keep apikey fallback while migrating

* Keep migration to new endpoint

* Keep migration to new endpoint

* Feedback

---------

Co-authored-by: Alitzel Mendez <almend@microsoft.com>
Co-authored-by: Alitzel Mendez <6895254+AlitzelMendez@users.noreply.github.com>

* [changed-files.js] Add markdown() filter (#39198)

* [ARM Auto SignOff] Fix casing of workflow name (#39200)

- incorrect name introduced in #39149

* Skip verify setup tool when running on coding agent (#39130)

Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>

* Update trigger and PR settings in YAML pipeline (#39194)

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

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

* Refactor API Review task conditions in YAML

* Apply suggestion from @Copilot

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

---------

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

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

* Fix npm URL replacement logic to handle versioned and non-versioned URLs

Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com>

* Simplify regex pattern as suggested by weshaggard

Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com>

* Fix regex to handle query params and fragments, add edge case tests

Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com>

---------

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

* [dependabot.yml] Enable for github actions (#39204)

* Add 2025-09-01 to Main for ACS Email GA (#37848)

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

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

* add new GA resources

* update

* fix comment from reviewer

---------

Co-authored-by: Komivi Agbakpem <kevin.agbakpem@gmail.com>

* [mysqlflexibleservers] add config for python to keep compatibility (#39188)

* add config for python to keep compatibility

* update

* build(deps): bump actions/checkout from 4 to 6 (#39206)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump actions/setup-dotnet from 4 to 5 (#39208)

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump actions/upload-artifact from 4 to 5 (#39207)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* [TSP Migration][attestation] Migrate attestation to TypeSpec (#37548)

* The first version of TSP

* Fix errors and diff

* run prettier check

* Update example file, fix spell check error, run tsp format

* Update main.tsp

* Update tspconfig.yaml

* update description

* Fix comments

* Update

* update client Name

* Add Python client name to AttestationManagementClient

* disable fix-const-stuttering

* Replace list operation templates and update properties with new decorators

* add suppress

* run tsp format command

---------

Co-authored-by: v-xuto <v-xuto@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* [TypeSpec-Migration] ManagementGroups (#38384)

* initial convert

* single swagger file compare

* fix routes

* fix managementgroups paths

* fix

* format

* sdk configs

* Revert "single swagger file compare"

This reverts commit 5e729cbbb81bce82cfe22c4d5f4b4ae28a61c43d.

* prettier

* service-dir

* fix cache-control and x-nullable

* config

* remove operation id

* fix x-nullable

* x-ms-parameter-location for subscriptionId

* add code

* add code

* Add client customization for ManagementGroupsAPI

* Rename client to ManagementGroupsMgmtClient

* Revert "x-ms-parameter-location for subscriptionId"

This reverts commit 997c275ac301ec7752c0dcd72aa95724586384ac.

* make subscriptionId method level parameter

* add clientlocation

* test config

* test config

* update config

* change code place

* change code place

* remove code

* add usage for input model

* update client name

* fix pageable

* Update back-compatible.tsp

* Update flattenProperty call for EntityInfo

* fix format and final state schema

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Add configuration to verify the new code generation (#39024)

* Add a step explicitly to verify setup (#39213)

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

* Restructure copilot instructions to move typespec and sdk generation to sub instruction files (#39171)

* Restructure copilot instructions to move typespec and sdk generation instructions to sub file

* Update Chat event to include sequenceId (#39046)

* Update Chat event to include sequenceId

* running Tsp

* updating sequence to use uint64 instead of int64

* undo commit - updating sequence to use uint64 instead of int64

* [dependabot.yml] Remove cooldown for github-actions (#39222)

- We only pin actions major versions, so cooldown less useful
- Cooldown also prevents creating PRs to update major versions, if the latest patch release is within the cooldown period

* Migrate Storage from swagger to TypeSpec (#35403)

* converted

* update

* update

* run prettier

* update

* remove old example files

* include new example files in TSP directory

* update

* update

* update

* Update models.tsp

* recover readme.md

* array element length constraint

* recovery of previous spec files

* Update tspconfig.yaml

* update

* update

* update for {subscription-id} to 00000000-0000-0000-0000-000000000000

* update

* update

* etag mv fix

* Update BlobContainersList.json

* Update BlobContainersList.json

* format uri fix

* update

* update

* fix etag not eTag

* fix optional body

* update

* update

* fix for ProvisioningState

* update

* update

* adopt the ErrorResponse with the local defined one.

* update

* fix AAO and location header for  StorageTaskAssignments_Delete / StorageTaskAssignments_Update

* fix  for OverrideErrorType

* fix optional body

* Update ImmutabilityPolicy.tsp

* Update tspconfig.yaml

* Update ImmutabilityPolicy.tsp

* update

* update

* remove @operationId decorate

* update

* fix warning for clientLocation

* update

* Update client.tsp

* Update main.tsp

* fix

* deleted in the fix #36084

* fix

* addted example files

* update

* formatted

* update

* update

* update

* update

* Update Java service-dir after package split

* fix as new pagination way

* Fix: "x-ms-external": true

* update

* update

* Revert "update"

This reverts commit af8700be938e379a1affd8228506571122e74450.

* Revert "update"

This reverts commit b0d15e225e4bfd4269a9832207247bd620193b14.

* Fix Request model

* update for PR #36668

* update

* resolve breaking

* fix go

* fix go

* update

* update

* Update back-compatible.tsp

* Update tspconfig.yaml

* Update models.tsp

* java configurations

* update

* update

* Update client.tsp

* Update tspconfig.yaml

* update

* etag for java

* update client name for python

* override for java

* format

* update

* Update client.tsp

* Update tspconfig.yaml

* Update tspconfig.yaml

* recovery of version 2025-01-01

* update

* delete examples of  xx.Management of  2025-01-01

* add examples to Tsp of 2025-06-01

* examples of swagger after run tsp compile .

* Update models.tsp

* Update openapi.json

* resolve warnings

* fix customAzureResource

* update

* rename common type Resource

* update

* update

* update

* update IntervalUnit

* Revert "update IntervalUnit"

This reverts commit 632da2f4827c410a14f2d429f161eab243e1716e.

* Add Python to clientName for DeletedAccounts

* fix: IntervalUnit

* Update client.tsp

* Update StorageTaskAssignment.tsp

* add config for python

* add config for python

* add config for python

* Update back-compatible.tsp

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Search tsp rc (#38841)

* Omit constructors for Rust Key Vault clients (#39209)

* build(deps): bump actions/upload-artifact from 5 to 6 (#39223)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump github/codeql-action from 3 to 4 (#39224)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* [EngSys] Update default node version from 22 to 24 (#39227)

* Add 'APIView prod deployment' to internal service connections (#39216)

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* [EngSys] Update default node version from 22 to 24 (part 2) (#39228)

* Improve Description Per feedback (#39220)

* [search] tsp format (#39230)

* build(deps): bump actions/github-script from 7 to 8 (#39205)

* build(deps): bump actions/github-script from 7 to 8

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* Use Node 24 with github-script@v8

* update spec-gen-sdk-status.yml

---------

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>

* [dependabot.yml] Remove ignores for prettier, vitest, typescript (#39232)

- Not necessary to align with typespec repo
- Sufficient for both repos to stay near latest

* [EngSys] Add action to install deps for github-script (#39244)

* Azure Databricks 2026-01-01 API Version (#38900)

* Azure Databricks 2026-01-01 API Version: Serverless Workspace & Front-end Private Link

* Clean up typespec issues in ACR (#39031)

* update the typespec and remove the operationId decorator for SAPVirtualMachine RP (#39116)

* [avs] Update client.tsp (#39253)

* Update client.tsp

* Update client.tsp

* [.github] Rename workflow files from *.yml to *.yaml (#39233)

* Update paths to include all files in .github directory for evals (#39263)

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

* Update Quantum Control Plane API adding new 2025-12-15 version with Quotas on provider level for workspace resource (#39258)

* Add quotas on provider level for Workspace resource

* Add deprecation message

* Removed quotas from workspace level

* Add examples

* Updated readme with new version

---------

Co-authored-by: ashwinmayya <ashwinm@microsoft.com>

* [.github] Add test to ensure workflows use extension `.yaml` (#39279)

* Updated property descriptions for several weather service object properties. (#38908)

* Updated property descriptions for AirAndPollen and AirQuality properties.

* Updated property descriptions for 'daily' objects.

* Updated property descriptions for 'daily' objects.

* spelling issues.

* Updates to datTime properties etc.

* feedback

* [OpenAI.v1] Updating spec to latest from the new ingestion pipeline. (#39168)

* [TSV] share a helper to get the last segment of emitter-output-dir (#39163)

* feat: enhance variable resolution in TspconfigEmitterOptionsSubRuleBase and add test case for recursive variable resolution

* fix: update error messages for emitter output directory validation and streamline variable resolution logic

* fix: refactor emitter output directory rules for improved consistency and clarity

* fix: update variable type annotations for improved type safety in emitter options

---------

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* remove package-name in tspconfig.yaml (#39285)

* update (#39254)

* [Draft] Updates to TextTranslation 2025-10-01-preview (#38621)

* Update get supportedLanguagesResult, -dictionary + LLM models

* clean up client.tsp, custom rename dir -> directionality

* Rename: TranslateTarget -> TranslationTarget

* ReferenceSentencePair -> ReferenceTextPair

* avoid body in generated names

* versioning update

* response values read visibility

* transliterateresult value readonly

* cleanup client

* custom clientname for translate item targets

* update getsupportedlanguages example & missed models field on translationlanguage

* fix a couple of fields

* type string -> etag

* readonly languages dictionary

* scripts list readonly

* exclude python from client renames

* clientName dotnet -> csharp

* python emitter no generate test & sample

* disable generate saple for java

* generate-samples java typo

* fix typo in comment

* java codegen config

* java generated parameter naming

* make unused classes internal for java

* set usage types for internal classess

* clean up java generated methods

---------

Co-authored-by: Jiarui Guo <jiarguo@microsoft.com>

* Update Nginx spec (#39215)

* [TSV] Add new rule for python configuration validation for mgmt SDKs (#39142)

* add new rule for python configuration validation

* Refactor TspConfigPythonNamespaceMatchesEmitterOutputDirSubRule for improved validation logic

---------

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* mgmt, flatten only for autorest (#39252)

* Migrate PostgreSql to TypeSpec (#36556)

* Update emitter output directories in tspconfig.yaml for Confidential Ledger and Container Service (#39256)

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* Storage STG 101 Typespec (#39128)

* Added new Typespec version for STG101 (#38546)

* new typespec version

* Added generated_blob

* updated default tag in readme

* Added examples directory

* Cross-Tenant support for Principal Bound Delegation Sas 101 (TypeSpec) (#38626)

* added DelegatedUserTid

* Add generated_blob.json

* re-commented @azure-tools/typespec-csharp

* updated formatting

* Added SKUs (#38658)

* Merged main (#38661)

* Spelling baseline and corrections for .github folder (#38545)

* Baseline for .github folder

* Narrow exceptions for some spellings

* Format

* spell check tests/fixtures

* [.github/shared] type-check tests (#38532)

- Enable TypeScript type checking of test files
- Address all type errors
- Preparing to enable eslint type-checked ruleset
- In future PR, will enable type-checking of tests in `.github/workflows`

* Migrate conditional flatten to flattenProperty (#38541)

* npm update (#38548)

* Durabletask: Revert client rename to meet .NET naming conventions (#38552)

* Revert "[DurableTask] Rename SDK classes for 1.0.0 release (#38143)"

This reverts commit 485b3477f78f10d3c8d7247ddd6a9d619b792241.

* DurableTask client: add new class name

---------

Co-authored-by: Bernd Verst <beverst@microsoft.com>

* desktopvirtualization 2025-08-01-preview & 2025-09-01-preview (#36798)

desktopvirtualization 2025-08-01-preview & 2025-09-01-preview

Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>

* Update the csharp codegen settings for mysql (#38566)

* Update the DurableTask configuration to support the new MPG (#38568)

* java, mgmt, elasticsan config (#38569)

* java, mgmt, acr, config readme (#38570)

* Swagger changes to Support Jira V2 in ADF (#38430)

* Update Dataset.json for Jira dataset properties

Updated the Dataset.json to reference JiraTableDatasetTypeProperties and added properties for Jira dataset.

* Add JiraDatasetTypeProperties to Dataset.json

Added Jira dataset properties with descriptions for tableName, table, and schema.

* Change dataset reference from Generic to Jira type

* Update Jira dataset descriptions for V2 support

* Update Jira dataset descriptions for V2 support

---------

Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>

* Using new management plain generator for service dependency map (#38567)

* update tspconfig.yaml.

* replace suffix "Request" With "Content" in model names.

* update client.tsp

* update client.tsp

* fix format issue.

* mgmt, java, monitor, directive to avoid enum of duplicated name (#38572)

* Update readme.md (#38565)

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

* add python config (#38576)

* Update productType and language descriptions for clarity in models and OpenAPI specifications (#38559)

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

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

* Updates readme

* Updates API version in new specs and examples

* add alb addon to managed cluster ingress profile (#38022)

* Update managed namespace preview api based on GA api (#38036)

* add default domain to aks preview 2025-09-02 (#38037)

* feat: Support nftables mode in kube-proxy (#38030)

* feat: Support nftables mode in kube-proxy

* allow nftables word

* asdf

* asdf

* asdf

* remove outdated maintenance config examples (#38057)

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

* Added new kata naming convention to preview API. (#38067)

---------

Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>

* added older preview versions (#38397)

* added older preview swagger

* added back 20241115preview and 20250515preview in typespec

* updated readme

* add older preview swagger

* added 20241115preview and 20250515preview in typespec for Conv inference

* updated readme

* added older preview swaggers for conv authoring

* add older preview in typespec

* update readme

* fix typespec validation

* updated readme

* removed 20241115preview from analyzetext

* remove from analyzetext readme

* removed 20241115preview from analyze conversations

* remove from analyzeconversation readme

* removed 20241115preview from analyzeconversationauthoring

* removed from analyzeconversationauthoring readme

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

* prompt

* this

* line

* update bens suggestions

* update

* remove try to find pkg path logic

* Update eng/common/instructions/azsdk-tools/check-package-validation.instructions.md

Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* path

* updates

* list numbering incorrect

* linting

---------

Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* Update Microsoft365 naming to Channels (#38517)

* Migrate newrelic to TypeSpec (#36442)

* generated

* update

* update

* update

* update

* update

* delete

* update

* update

* remove x-cadl-generated

* update

* delete consumes

* update

* rename folder

* remove legacyoperation

* update tspconfig

* format

* update summary and description

* update

* add namepattern

* fix java package name

* service-dir for java

* Update tspconfig.yaml

* update

* add config for python

* rename op name for python

* sync go directive

* update package name for js sdk

* remove rename config for python

* update service-dir for js sdk

* fix

* Update output directory and module for New Relic

* update client name for js

* Add createOrUpdate client for MonitoredSubscriptions

* update

---------

Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* service bus config (#38578)

* Redis Enterprise API Version `2025-08-01-preview` with both AMR Migration and Scheduled Update features (#38286)

* Add maintenance config fields to ARM spec

* Move versions from private repo to public for Microsoft.Datadog (#38009)

* Base commit

* Add new api versions

* Fix SDK validation

* Unify EdgeActions with CDN 2025-09-01-preview and migrate to TypeSpec (#38054)

* Add EdgeActions 2025-09-01-preview baseline from 2024-07-22-preview

Copy EdgeActions API specification from 2024-07-22-preview to new EdgeActions directory structure as baseline for 2025-09-01-preview.

* Migrate EdgeActions to TypeSpec with API changes for 2025-09-01-preview

- Convert EdgeActions from JSON swagger to TypeSpec
- Add TypeSpec configuration for all SDK languages (Python, Java, Go, TypeScript, C#)
- Configure separate Azure.ResourceManager.EdgeActions package for .NET SDK
- Add @clientName decorator for EdgeActionAttachmentResponse -> EdgeActionAttachmentResult (C# naming convention)
- Add file-scoped suppression for ProvisioningStateMustBeReadOnly
- Add new operations: SwapDefault, DeployVersionCode, GetVersionCode
- Update all examples to 2025-09-01-preview
- Generate OpenAPI via TypeSpec compiler with automatic x-ms-examples

* fix java sdk validation

* fix(edgeactions): address PR review comments for 2025-09-01-preview

- Add x-ms-client-flatten and x-ms-mutability to properties field on EdgeAction, EdgeActionVersion, and EdgeActionExecutionFilter resource models for backwards compatibility with 2024-07-22-preview baseline
- Change EdgeActionAttachmentResponse.edgeActionId from readOnly to x-ms-mutability [read, update, create] to match baseline behavior
- Replace 'ARM' with 'Azure' in resource identifier descriptions (AttachedResourceId and EdgeActionVersionId)
- Consolidate multiple PostResponseCodes suppressions into single entry with array of where clauses in readme.md
- Add OpenAPI extension decorators using @@extension augments in TypeSpec with appropriate suppressions for no-openapi warnings

* style(edgeactions): apply tsp format to TypeSpec files

- Reformat @@extension calls to multi-line style for better readability
- Reorder #suppress directive placement per formatter rules

* remove unnecessary ProvisioningStateMustBeReadOnly suppression

All provisioningState properties are already correctly marked as readOnly in the generated OpenAPI spec. The suppression is not needed as the spec complies with ARM validation rules.

* Revert "remove unnecessary ProvisioningStateMustBeReadOnly suppression"

This reverts commit a5988e2e2c8188e0836b5d366bb19469535ca772.

* extend ResourceProvisioningState for standard ARM compliance

Change ProvisioningState to extend ResourceProvisioningState which provides the three required states (Succeeded, Failed, Canceled) with standard ARM descriptions, and add custom states (Provisioning, Upgrading) specific to edge actions lifecycle.

* remove ProvisioningStateMustBeReadOnly suppression

Suppression no longer needed after extending ResourceProvisioningState which properly handles ARM validation requirements.

* add use-read-only-status-schema to resolve ProvisioningStateMustBeReadOnly validation

Enable use-read-only-status-schema: true in tspconfig.yaml to work around known limitation in azure-openapi-validator and oav with \ siblings. This adds readOnly: true directly to status schema definitions, resolving ProvisioningStateMustBeReadOnly validation errors.

References:
- https://github.com/Azure/azure-openapi-validator/issues/637
- https://github.com/Azure/oav/issues/848

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>

* Merge tag for ACR Go release (#38594)

* Merge tag for ACR Go release

* Update input file path for container registry tasks

* fix

* update

* Add documentation for Defender for Containers resource level (#35905)

* Add documentation for Defender for Containers resource level

* remove operation status

* prettier

* remove tags with multiple versions

* revert

* new line

* revert

---------

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

* [CQA] Correct typo (#38579)

* correct typo

* change getImportStatus getExportStatus getDeployStatus getDeleteStatus getUpdateQnasStatus getUpdateSourcesStatus to internal

---------

Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>

* Waves API (#37394)

* Changes for public preview

* Adding refresh API

* Adding further types for drApplicanceInventoryId

* [.github] type-check tests (#38591)

* Add contrainerregistry directive (#38619)

* add directive

* add directive

* add directive

* add directive

* add directive

* mgmt, java, monitor, add a tag in readme.java.md for SDK configure (#38616)

* remove the csharp config since this library is still generating from swagger (#38599)

* Keyvault.Management TypeSpec, fix secrets put (#38620)

* fix secret

* regen

* Merging and 2024-02-15-preview and 2024-06-15-preview api to main (#38359)

Merging and 2024-02-15-preview and 2024-06-15-preview api to main (#38359)

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

* add tool instructions prompt

* minor

* prompt revision

* prompt revision and fallback to core requirements

* rename langs to languages + revise prompt

* edit prompt and make checks concurrent

* fix prompt

* add venvPath argument

* minor prompt and log edit

---------

Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>

* Remove arm-resource-flattening and migrate to explicity flattenProperty (#38581)

* omit constructors (#38588)

* Update with the configuration to run go generate after tsp compile. (#38609)

There are some post-generation steps that run after tsp generation, to create the system events enum. Adding in this switch ensures we generate the same client in all of our systems.

This shouldn't change anything about generation, but it will mean the automated APIView diffs will work properly.

* Fix tag in dns-resolver new version for swagger generations (#38635)

* remove HDInsight On Aks api specs (#38593)

Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>

* Updated the description for the boundingBox property of the address object. (#38554)

* Release Microsoft.Network API Version 2025-03-01  (#38556)

* Copy files from stable/2025-01-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-03-01

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

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

* Copy readme.md suppressions and directives from previous stable version

* Application Gateway Entra JWT Validation Feature Support (#38335)

* Application Gateway Entra JWT Validation Feature Support

* fixing doe style issues

---------

Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>

* Application Gateway MTLS Passthrough Feature Support (#38337)

Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Remove NonSensitivity for DDoS ruleset (#38246)

* Remove NonSensitivity

* make change in the right API folder

* add suppression

---------

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* Adding recordType field to 2025-03-01 version (#38361)

* Adding recordType field to 2025-03-01 version

* Changed description of RecordType

---------

Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>

* Add new DdosCustomPolicy properties + update examples (#38272)

* Add DCP properties + update examples to 2024-07-01 to 2025-03-01

* Remove unecessary FIP from examples

* Remove < 2025-03-01 API version changes + Resolve PR feedback

* Remove unecessary type

* Fix PR comments

* Attempt

---------

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

* Updating Examples Files For ErGwScale Get / Update (#38419)

* update examples

* updated the jsons

---------

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

* IpVersionType property for Private Endpoint API (#38497)

* Addedipconfig type

* Fix indentation

* Addressing comments

* Added example

---------

Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* IP Preservation API Support (#38358)

* IP Preservation API Support

---------

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

---------

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>

* Add optional boolean to capabilityhost object and rename agentDeployments (#38374)

* Add optional boolean to capabilityhost object

* Rename applications/deployments to applications/agentDeployments.

* Update naming enablePublicHostedCode -> enablePublicHostingEnvironment.

* Update suppression to fix path.

---------

Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>

* LintDiff: Ensure that default tag is scanned when there is a new tag in the 'after' state (#38611)

* LintDiff: Ensure that default tag is scanned when there is a new tag in the 'after' state

* Review feedback: break, eliminate empty set handling in favor of empty tag value

* Add ability to skip onboarding legacy moniker to Update-DocsMsPackages.ps1 (#38639)

Co-authored-by: Daniel Jurek <djurek@microsoft.com>

* fix param order (#38657)

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

* Revert "LintDiff: Ensure that default tag is scanned when there is a new tag …" (#38660)

This reverts commit acdf0134b80079d5d9e7f069910148e0fb48166f.

* Fix EdgeActions 2025-09-01-preview examples: remove invalid provisioning state and SKU values (#38655)

* Fix EdgeActions 2025-09-01-preview examples: remove invalid provisioning state and SKU values

- Changed provisioningState from 'Accepted' to 'Succeeded' (valid enum value)
- Changed SKU name from 'Basic' to 'Standard' in all examples
- Affected files: 8 example JSON files in EdgeActions preview API

* Fix EdgeActions examples in second directory: remove invalid provisioning state and SKU values

- Changed provisioningState from 'Accepted' to 'Succeeded' (valid enum value)
- Changed SKU name from 'Basic' to 'Standard' in all examples
- Affected files: 6 example JSON files in specification/cdn/resource-manager/Microsoft.Cdn/EdgeActions/examples/2025-09-01-preview/

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: yossigorshomov <yossigor@gmail.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>

* Added SourceEncryptionKey (#38662)

* Added AccessTierIfModifiedSinceParameter & AccessTierIfUnmodifiedSinceParameter (#38665)

* tsp compile

* clean install + re-compile

---------

Co-authored-by: Nick Liu <nicliu@microsoft.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: yossigorshomov <yossigor@gmail.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>

* remove outdated TypeSpecValidation suppressions (#39247)

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

* build(deps-dev): bump @typespec/compiler (#39284)

Bumps the typespec group with 1 update in the / directory: [@typespec/compiler](https://github.com/microsoft/typespec).


Updates `@typespec/compiler` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.7.0...@typespec/compiler@1.7.1)

---
updated-dependencies:
- dependency-name: "@typespec/compiler"
  dependency-version: 1.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typespec
...

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

* bump prettier from 3.6.2 to 3.7.4 (#39308)

* [.github] ignore shared/coverage in eslint (#39312)

* [EngSys] npm update --before 2025-12-16 (#39313)

- earliest date compatible with tsp version

* [TSP Migration]--RedisEnterprise (#38436)

* just converted

modelerfour:
  lenient-model-deduplication: true
  prenamer: true

* could compile

* update

* update

* Update tspconfig.yaml

* update

* Update tspconfig.yaml

* Update tspconfig.yaml

* Update tspconfig.yaml

* update

* update

* update

* update

* update client name

* update config for python

* updaate

* add config

* remove example config

* revert code

* fix PrivateEndpointConnection duplicate schema

* remove java config

* fix PrivateEndpointConnectionListResult

* add go config

* add go config

* add go config

* update

* update go config

---------

Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: XiaofeiCao <xiaofeicao@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* [.github] bump vitest from 3.2.4 to 4.0.15 (#39309)

* [eng/tools] Bump @types/node from 18 to 20 (#39314)

* Update StorageSync TypeSpec definitions for new .NET MPG support (#39257)

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.3 to 0.9.4 (#39240)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.4
  dependency-type: direct:development
  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>

* Merge GalleryRP 2025-03-03 Features into Main (#38715)

* add new version to main.tsp

* add examples

* swagger generated

* update readme file

* add import versioining

* Gallery Image version StorageAccountStrategy  (#35769)

* tsp update

* swagger added

* fix typespec CI validation

---------

Co-authored-by: Ojo Okoka <ojookoka@microsoft.com>

* New resource type - Gallery Scripts  (#35887)

* added models and main.tsp reference

* update

* add added decorators

* fix unintentional change

* add examples

* update galleryScript name pattern

* fix parameter name with back-compatibles

* fix CI failures

* update responses codes

* fix enum descriptions

* add validationStatus

* update

* set readOnly properties as readOnly

* remove schema from 202 returns

* fix typo

* tsp compiler updated

* Included Azure-AsyncOperation headers to address ARM Comments

* Added ArmAsyncOperationHeader for ARM Comments and fixed Tsp compile issues

* Attempt to fix CI TypeSpec Validation

* Attempt to fix CI TypeSpec Validation through npx commands

* Attempted fix

* Cleanup GalleryScriptVersion.tsp file

* Attempted to use Azure decorators

---------

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

* Compilation Errors for TS Validation Fix

* Adding updated Gallery swagger to updated Readme input-file

* Rollback name pattern req + updates to Typespec Validation

* Adding delete read only directives to change 2024-03-03 json from update

* Reversing changes and Getting Breaking Change Approval

* Revert name pattern changes to see CI checks

* Fix Readme and add Swagger Lint Suppression

* Corrected name for min and maxValue

* Rollback on parameter name changes

* Added existing name pattern for GalleryApplications

* Removed suppression for NamePattern

---------

Co-authored-by: Theodore Chang <thchan@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: audreyttt <audreytoney@microsoft.com>

* add .net sdk config (#39177)

Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com>

* Made dotnet SDK validation required (#39318)

* Enabled required setting for .net

* Fixed test

* Remove Invoke-ToolDescriptionEvaluator script (#39321)

Co-authored-by: Summer Warren <summerwarren@microsoft.com>

* Rename body (#39265)

* Rename body

* update examples.

* updates

* update

* update

* updates

* Bump @microsoft.azure/openapi-validator-rulesets from 2.1.10 to 2.2.0 (#39319)

* Dell public swagger API release (#39310)

* typespec move for november preview (#38980)

* typespec move for november preview

* delete manual swaggers

* update readme

* update

* update

* rename for java

* client.tsp

* fix

* java client

* Update tspconfig.yaml for Azure Stack HCI SDK

* update

* Revert "update"

This reverts commit 79b72fff7bd9e1ba39352bfadd411d265cb1bfe5.

* duplicate list

* use arm operations

* fix doc comment

* fix documentation

* roo analysis

* refactor duplicate models

* remove dup text

* adding dec preview

* remove swaggers

* Exclude some flattenProperties for js

* restore not common models

* Refactor EdgeMachine Models 

* duplicate list

* use arm operations

* fix doc comment

* [Minor] use arm operations for ov api  (#39121)

* use arm operations

* fix doc comment

* make commit ready

* format

* fix documentation

* roo analysis

* refactor duplicate models

* remove dup text

* restore not common models

* format

* readme update

* formatting

* update

* tsp compile with new version

* no base version annotation

* revert examples for november to store original alignment

* hci properties for december

* prettier fix

* revert

* remove : @@Legacy.flattenProperty(UpdateProperties.componentVersions);

* recompile using compiler 1.7.0

* remove client flatten to unblock sdk

* lint diff suppression

* remove unused model

* remove flatten from non model

---------

Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jialin Huang <jialinhuang@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>

* Update client setting of Terraform (#39304)

* update descriptions for execute create and delete (#39218)

* [EngSys] npm update --before 2025-12-17 (#39336)

* [eng/tools] bump vitest from 3.2.4 to 4.0.15 (#39315)

- reactions to breaking changes
  - adds config to include only `test` dir
    - by default, vitest@4 only excludes tests from `node_modules` and `.git` folders (not `dist`)
  - [openapi-diff-runner] mock ctors using `function` instead of `=>`

* Set StagedArtifactsFolder to empty if it's undefined (#39303)

* Set StagedArtifactsFolder to empty if it's undefined

* Set variable when it's valid

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.4 to 0.9.5 (#39338)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.5
  dependency-type: direct:development
  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>

* build(deps-dev): bump @azure-tools/typespec-client-generator-core (#39337)

Bumps the typespec group with 1 update in the / directory: [@azure-tools/typespec-client-generator-core](https://github.com/Azure/typespec-azure).


Updates `@azure-tools/typespec-client-generator-core` from 0.63.0 to 0.63.1
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/@azure-tools/typespec-azure-rulesets@0.63.0...@azure-tools/typespec-client-generator-core@0.63.1)

---
updated-dependencies:
- dependency-name: "@azure-tools/typespec-client-generator-core"
  dependency-version: 0.63.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typespec
...

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

* fix flatten breakings for avs (#39325)

* Add swagger and typespec `module`  version suffix (#39133)

* add suffix

* add config

* add config

* add version suffix

* add quota version suffix

* update version

* Cleaned up obsolete content (#39225)

* [typespec-requirement] enable eslint (#39348)

* [eslint] Enable debug category "eslint:linter" (#39349)

- Lists all files analyzed

* [tsp-client-tests] enable eslint (#39350)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: ray chen <raychen@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
Co-authored-by: abaranwal-ms <124332815+abaranwal-ms@users.noreply.github.com>
Co-authored-by: Nikolay Rovinskiy <30440255+nick863@users.noreply.github.com>
Co-authored-by: Summer <summerwarren@microsoft.com>
Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: haojinglu-dev <haojing.lu97@gmail.com>
Co-authored-by: Haojing Lu <haojinglu@microsoft.com>
Co-authored-by: petarperin-mdcs <119509515+petarperin-mdcs@users.noreply.github.com>
Co-authored-by: Mark Drobnak <mark.drobnak@gmail.com>
Co-authored-by: Mark Drobnak <markdronak@microsoft.com>
Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Mark Cowlishaw <1054056+markcowl@users.noreply.github.com>
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: Shashank Singh <63052147+Shashank1306s@users.noreply.github.com>
Co-authored-by: Himanshu Agarwal <hiaga@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: MJ <71822730+mjmadhu@users.noreply.github.com>
Co-authored-by: Auðunn <audunn@netapp.com>
Co-authored-by: Arber Hila <arber.hila@gmail.com>
Co-authored-by: Arber Hila <ahila@microsoft.com>
Co-authored-by: LakshmanDunna <v-ldunna@microsoft.com>
Co-authored-by: Alitzel Mendez <almend@microsoft.com>
Co-authored-by: Alitzel Mendez <6895254+AlitzelMendez@users.noreply.github.com>
Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com>
Co-authored-by: Dominque Artura Douglas <102188868+ddouglas-msft@users.noreply.github.com>
Co-authored-by: Komivi Agbakpem <kevin.agbakpem@gmail.com>
Co-authored-by: Xinni Tong <v-xinnitong@microsoft.com>
Co-authored-by: v-xuto <v-xuto@microsoft.com>
Co-authored-by: Xiaofei Cao <923543…
kamboj-prjwl added a commit that referenced this pull request Dec 26, 2025
* build(deps): bump actions/upload-artifact from 4 to 5 (#39207)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* [TSP Migration][attestation] Migrate attestation to TypeSpec (#37548)

* The first version of TSP

* Fix errors and diff

* run prettier check

* Update example file, fix spell check error, run tsp format

* Update main.tsp

* Update tspconfig.yaml

* update description

* Fix comments

* Update

* update client Name

* Add Python client name to AttestationManagementClient

* disable fix-const-stuttering

* Replace list operation templates and update properties with new decorators

* add suppress

* run tsp format command

---------

Co-authored-by: v-xuto <v-xuto@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* [TypeSpec-Migration] ManagementGroups (#38384)

* initial convert

* single swagger file compare

* fix routes

* fix managementgroups paths

* fix

* format

* sdk configs

* Revert "single swagger file compare"

This reverts commit 5e729cbbb81bce82cfe22c4d5f4b4ae28a61c43d.

* prettier

* service-dir

* fix cache-control and x-nullable

* config

* remove operation id

* fix x-nullable

* x-ms-parameter-location for subscriptionId

* add code

* add code

* Add client customization for ManagementGroupsAPI

* Rename client to ManagementGroupsMgmtClient

* Revert "x-ms-parameter-location for subscriptionId"

This reverts commit 997c275ac301ec7752c0dcd72aa95724586384ac.

* make subscriptionId method level parameter

* add clientlocation

* test config

* test config

* update config

* change code place

* change code place

* remove code

* add usage for input model

* update client name

* fix pageable

* Update back-compatible.tsp

* Update flattenProperty call for EntityInfo

* fix format and final state schema

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Add configuration to verify the new code generation (#39024)

* Add a step explicitly to verify setup (#39213)

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

* Restructure copilot instructions to move typespec and sdk generation to sub instruction files (#39171)

* Restructure copilot instructions to move typespec and sdk generation instructions to sub file

* Update Chat event to include sequenceId (#39046)

* Update Chat event to include sequenceId

* running Tsp

* updating sequence to use uint64 instead of int64

* undo commit - updating sequence to use uint64 instead of int64

* [dependabot.yml] Remove cooldown for github-actions (#39222)

- We only pin actions major versions, so cooldown less useful
- Cooldown also prevents creating PRs to update major versions, if the latest patch release is within the cooldown period

* Migrate Storage from swagger to TypeSpec (#35403)

* converted

* update

* update

* run prettier

* update

* remove old example files

* include new example files in TSP directory

* update

* update

* update

* Update models.tsp

* recover readme.md

* array element length constraint

* recovery of previous spec files

* Update tspconfig.yaml

* update

* update

* update for {subscription-id} to 00000000-0000-0000-0000-000000000000

* update

* update

* etag mv fix

* Update BlobContainersList.json

* Update BlobContainersList.json

* format uri fix

* update

* update

* fix etag not eTag

* fix optional body

* update

* update

* fix for ProvisioningState

* update

* update

* adopt the ErrorResponse with the local defined one.

* update

* fix AAO and location header for  StorageTaskAssignments_Delete / StorageTaskAssignments_Update

* fix  for OverrideErrorType

* fix optional body

* Update ImmutabilityPolicy.tsp

* Update tspconfig.yaml

* Update ImmutabilityPolicy.tsp

* update

* update

* remove @operationId decorate

* update

* fix warning for clientLocation

* update

* Update client.tsp

* Update main.tsp

* fix

* deleted in the fix #36084

* fix

* addted example files

* update

* formatted

* update

* update

* update

* update

* Update Java service-dir after package split

* fix as new pagination way

* Fix: "x-ms-external": true

* update

* update

* Revert "update"

This reverts commit af8700be938e379a1affd8228506571122e74450.

* Revert "update"

This reverts commit b0d15e225e4bfd4269a9832207247bd620193b14.

* Fix Request model

* update for PR #36668

* update

* resolve breaking

* fix go

* fix go

* update

* update

* Update back-compatible.tsp

* Update tspconfig.yaml

* Update models.tsp

* java configurations

* update

* update

* Update client.tsp

* Update tspconfig.yaml

* update

* etag for java

* update client name for python

* override for java

* format

* update

* Update client.tsp

* Update tspconfig.yaml

* Update tspconfig.yaml

* recovery of version 2025-01-01

* update

* delete examples of  xx.Management of  2025-01-01

* add examples to Tsp of 2025-06-01

* examples of swagger after run tsp compile .

* Update models.tsp

* Update openapi.json

* resolve warnings

* fix customAzureResource

* update

* rename common type Resource

* update

* update

* update

* update IntervalUnit

* Revert "update IntervalUnit"

This reverts commit 632da2f4827c410a14f2d429f161eab243e1716e.

* Add Python to clientName for DeletedAccounts

* fix: IntervalUnit

* Update client.tsp

* Update StorageTaskAssignment.tsp

* add config for python

* add config for python

* add config for python

* Update back-compatible.tsp

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Search tsp rc (#38841)

* Omit constructors for Rust Key Vault clients (#39209)

* build(deps): bump actions/upload-artifact from 5 to 6 (#39223)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump github/codeql-action from 3 to 4 (#39224)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* [EngSys] Update default node version from 22 to 24 (#39227)

* Add 'APIView prod deployment' to internal service connections (#39216)

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* [EngSys] Update default node version from 22 to 24 (part 2) (#39228)

* Improve Description Per feedback (#39220)

* [search] tsp format (#39230)

* build(deps): bump actions/github-script from 7 to 8 (#39205)

* build(deps): bump actions/github-script from 7 to 8

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* Use Node 24 with github-script@v8

* update spec-gen-sdk-status.yml

---------

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>

* [dependabot.yml] Remove ignores for prettier, vitest, typescript (#39232)

- Not necessary to align with typespec repo
- Sufficient for both repos to stay near latest

* [EngSys] Add action to install deps for github-script (#39244)

* Azure Databricks 2026-01-01 API Version (#38900)

* Azure Databricks 2026-01-01 API Version: Serverless Workspace & Front-end Private Link

* Clean up typespec issues in ACR (#39031)

* update the typespec and remove the operationId decorator for SAPVirtualMachine RP (#39116)

* [avs] Update client.tsp (#39253)

* Update client.tsp

* Update client.tsp

* [.github] Rename workflow files from *.yml to *.yaml (#39233)

* Update paths to include all files in .github directory for evals (#39263)

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

* Update Quantum Control Plane API adding new 2025-12-15 version with Quotas on provider level for workspace resource (#39258)

* Add quotas on provider level for Workspace resource

* Add deprecation message

* Removed quotas from workspace level

* Add examples

* Updated readme with new version

---------

Co-authored-by: ashwinmayya <ashwinm@microsoft.com>

* [.github] Add test to ensure workflows use extension `.yaml` (#39279)

* Updated property descriptions for several weather service object properties. (#38908)

* Updated property descriptions for AirAndPollen and AirQuality properties.

* Updated property descriptions for 'daily' objects.

* Updated property descriptions for 'daily' objects.

* spelling issues.

* Updates to datTime properties etc.

* feedback

* [OpenAI.v1] Updating spec to latest from the new ingestion pipeline. (#39168)

* [TSV] share a helper to get the last segment of emitter-output-dir (#39163)

* feat: enhance variable resolution in TspconfigEmitterOptionsSubRuleBase and add test case for recursive variable resolution

* fix: update error messages for emitter output directory validation and streamline variable resolution logic

* fix: refactor emitter output directory rules for improved consistency and clarity

* fix: update variable type annotations for improved type safety in emitter options

---------

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* remove package-name in tspconfig.yaml (#39285)

* update (#39254)

* [Draft] Updates to TextTranslation 2025-10-01-preview (#38621)

* Update get supportedLanguagesResult, -dictionary + LLM models

* clean up client.tsp, custom rename dir -> directionality

* Rename: TranslateTarget -> TranslationTarget

* ReferenceSentencePair -> ReferenceTextPair

* avoid body in generated names

* versioning update

* response values read visibility

* transliterateresult value readonly

* cleanup client

* custom clientname for translate item targets

* update getsupportedlanguages example & missed models field on translationlanguage

* fix a couple of fields

* type string -> etag

* readonly languages dictionary

* scripts list readonly

* exclude python from client renames

* clientName dotnet -> csharp

* python emitter no generate test & sample

* disable generate saple for java

* generate-samples java typo

* fix typo in comment

* java codegen config

* java generated parameter naming

* make unused classes internal for java

* set usage types for internal classess

* clean up java generated methods

---------

Co-authored-by: Jiarui Guo <jiarguo@microsoft.com>

* Update Nginx spec (#39215)

* [TSV] Add new rule for python configuration validation for mgmt SDKs (#39142)

* add new rule for python configuration validation

* Refactor TspConfigPythonNamespaceMatchesEmitterOutputDirSubRule for improved validation logic

---------

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* mgmt, flatten only for autorest (#39252)

* Migrate PostgreSql to TypeSpec (#36556)

* Update emitter output directories in tspconfig.yaml for Confidential Ledger and Container Service (#39256)

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* Storage STG 101 Typespec (#39128)

* Added new Typespec version for STG101 (#38546)

* new typespec version

* Added generated_blob

* updated default tag in readme

* Added examples directory

* Cross-Tenant support for Principal Bound Delegation Sas 101 (TypeSpec) (#38626)

* added DelegatedUserTid

* Add generated_blob.json

* re-commented @azure-tools/typespec-csharp

* updated formatting

* Added SKUs (#38658)

* Merged main (#38661)

* Spelling baseline and corrections for .github folder (#38545)

* Baseline for .github folder

* Narrow exceptions for some spellings

* Format

* spell check tests/fixtures

* [.github/shared] type-check tests (#38532)

- Enable TypeScript type checking of test files
- Address all type errors
- Preparing to enable eslint type-checked ruleset
- In future PR, will enable type-checking of tests in `.github/workflows`

* Migrate conditional flatten to flattenProperty (#38541)

* npm update (#38548)

* Durabletask: Revert client rename to meet .NET naming conventions (#38552)

* Revert "[DurableTask] Rename SDK classes for 1.0.0 release (#38143)"

This reverts commit 485b3477f78f10d3c8d7247ddd6a9d619b792241.

* DurableTask client: add new class name

---------

Co-authored-by: Bernd Verst <beverst@microsoft.com>

* desktopvirtualization 2025-08-01-preview & 2025-09-01-preview (#36798)

desktopvirtualization 2025-08-01-preview & 2025-09-01-preview

Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>

* Update the csharp codegen settings for mysql (#38566)

* Update the DurableTask configuration to support the new MPG (#38568)

* java, mgmt, elasticsan config (#38569)

* java, mgmt, acr, config readme (#38570)

* Swagger changes to Support Jira V2 in ADF (#38430)

* Update Dataset.json for Jira dataset properties

Updated the Dataset.json to reference JiraTableDatasetTypeProperties and added properties for Jira dataset.

* Add JiraDatasetTypeProperties to Dataset.json

Added Jira dataset properties with descriptions for tableName, table, and schema.

* Change dataset reference from Generic to Jira type

* Update Jira dataset descriptions for V2 support

* Update Jira dataset descriptions for V2 support

---------

Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>

* Using new management plain generator for service dependency map (#38567)

* update tspconfig.yaml.

* replace suffix "Request" With "Content" in model names.

* update client.tsp

* update client.tsp

* fix format issue.

* mgmt, java, monitor, directive to avoid enum of duplicated name (#38572)

* Update readme.md (#38565)

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

* add python config (#38576)

* Update productType and language descriptions for clarity in models and OpenAPI specifications (#38559)

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

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

* Updates readme

* Updates API version in new specs and examples

* add alb addon to managed cluster ingress profile (#38022)

* Update managed namespace preview api based on GA api (#38036)

* add default domain to aks preview 2025-09-02 (#38037)

* feat: Support nftables mode in kube-proxy (#38030)

* feat: Support nftables mode in kube-proxy

* allow nftables word

* asdf

* asdf

* asdf

* remove outdated maintenance config examples (#38057)

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

* Added new kata naming convention to preview API. (#38067)

---------

Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>

* added older preview versions (#38397)

* added older preview swagger

* added back 20241115preview and 20250515preview in typespec

* updated readme

* add older preview swagger

* added 20241115preview and 20250515preview in typespec for Conv inference

* updated readme

* added older preview swaggers for conv authoring

* add older preview in typespec

* update readme

* fix typespec validation

* updated readme

* removed 20241115preview from analyzetext

* remove from analyzetext readme

* removed 20241115preview from analyze conversations

* remove from analyzeconversation readme

* removed 20241115preview from analyzeconversationauthoring

* removed from analyzeconversationauthoring readme

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

* prompt

* this

* line

* update bens suggestions

* update

* remove try to find pkg path logic

* Update eng/common/instructions/azsdk-tools/check-package-validation.instructions.md

Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* path

* updates

* list numbering incorrect

* linting

---------

Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* Update Microsoft365 naming to Channels (#38517)

* Migrate newrelic to TypeSpec (#36442)

* generated

* update

* update

* update

* update

* update

* delete

* update

* update

* remove x-cadl-generated

* update

* delete consumes

* update

* rename folder

* remove legacyoperation

* update tspconfig

* format

* update summary and description

* update

* add namepattern

* fix java package name

* service-dir for java

* Update tspconfig.yaml

* update

* add config for python

* rename op name for python

* sync go directive

* update package name for js sdk

* remove rename config for python

* update service-dir for js sdk

* fix

* Update output directory and module for New Relic

* update client name for js

* Add createOrUpdate client for MonitoredSubscriptions

* update

---------

Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* service bus config (#38578)

* Redis Enterprise API Version `2025-08-01-preview` with both AMR Migration and Scheduled Update features (#38286)

* Add maintenance config fields to ARM spec

* Move versions from private repo to public for Microsoft.Datadog (#38009)

* Base commit

* Add new api versions

* Fix SDK validation

* Unify EdgeActions with CDN 2025-09-01-preview and migrate to TypeSpec (#38054)

* Add EdgeActions 2025-09-01-preview baseline from 2024-07-22-preview

Copy EdgeActions API specification from 2024-07-22-preview to new EdgeActions directory structure as baseline for 2025-09-01-preview.

* Migrate EdgeActions to TypeSpec with API changes for 2025-09-01-preview

- Convert EdgeActions from JSON swagger to TypeSpec
- Add TypeSpec configuration for all SDK languages (Python, Java, Go, TypeScript, C#)
- Configure separate Azure.ResourceManager.EdgeActions package for .NET SDK
- Add @clientName decorator for EdgeActionAttachmentResponse -> EdgeActionAttachmentResult (C# naming convention)
- Add file-scoped suppression for ProvisioningStateMustBeReadOnly
- Add new operations: SwapDefault, DeployVersionCode, GetVersionCode
- Update all examples to 2025-09-01-preview
- Generate OpenAPI via TypeSpec compiler with automatic x-ms-examples

* fix java sdk validation

* fix(edgeactions): address PR review comments for 2025-09-01-preview

- Add x-ms-client-flatten and x-ms-mutability to properties field on EdgeAction, EdgeActionVersion, and EdgeActionExecutionFilter resource models for backwards compatibility with 2024-07-22-preview baseline
- Change EdgeActionAttachmentResponse.edgeActionId from readOnly to x-ms-mutability [read, update, create] to match baseline behavior
- Replace 'ARM' with 'Azure' in resource identifier descriptions (AttachedResourceId and EdgeActionVersionId)
- Consolidate multiple PostResponseCodes suppressions into single entry with array of where clauses in readme.md
- Add OpenAPI extension decorators using @@extension augments in TypeSpec with appropriate suppressions for no-openapi warnings

* style(edgeactions): apply tsp format to TypeSpec files

- Reformat @@extension calls to multi-line style for better readability
- Reorder #suppress directive placement per formatter rules

* remove unnecessary ProvisioningStateMustBeReadOnly suppression

All provisioningState properties are already correctly marked as readOnly in the generated OpenAPI spec. The suppression is not needed as the spec complies with ARM validation rules.

* Revert "remove unnecessary ProvisioningStateMustBeReadOnly suppression"

This reverts commit a5988e2e2c8188e0836b5d366bb19469535ca772.

* extend ResourceProvisioningState for standard ARM compliance

Change ProvisioningState to extend ResourceProvisioningState which provides the three required states (Succeeded, Failed, Canceled) with standard ARM descriptions, and add custom states (Provisioning, Upgrading) specific to edge actions lifecycle.

* remove ProvisioningStateMustBeReadOnly suppression

Suppression no longer needed after extending ResourceProvisioningState which properly handles ARM validation requirements.

* add use-read-only-status-schema to resolve ProvisioningStateMustBeReadOnly validation

Enable use-read-only-status-schema: true in tspconfig.yaml to work around known limitation in azure-openapi-validator and oav with \ siblings. This adds readOnly: true directly to status schema definitions, resolving ProvisioningStateMustBeReadOnly validation errors.

References:
- https://github.com/Azure/azure-openapi-validator/issues/637
- https://github.com/Azure/oav/issues/848

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>

* Merge tag for ACR Go release (#38594)

* Merge tag for ACR Go release

* Update input file path for container registry tasks

* fix

* update

* Add documentation for Defender for Containers resource level (#35905)

* Add documentation for Defender for Containers resource level

* remove operation status

* prettier

* remove tags with multiple versions

* revert

* new line

* revert

---------

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

* [CQA] Correct typo (#38579)

* correct typo

* change getImportStatus getExportStatus getDeployStatus getDeleteStatus getUpdateQnasStatus getUpdateSourcesStatus to internal

---------

Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>

* Waves API (#37394)

* Changes for public preview

* Adding refresh API

* Adding further types for drApplicanceInventoryId

* [.github] type-check tests (#38591)

* Add contrainerregistry directive (#38619)

* add directive

* add directive

* add directive

* add directive

* add directive

* mgmt, java, monitor, add a tag in readme.java.md for SDK configure (#38616)

* remove the csharp config since this library is still generating from swagger (#38599)

* Keyvault.Management TypeSpec, fix secrets put (#38620)

* fix secret

* regen

* Merging and 2024-02-15-preview and 2024-06-15-preview api to main (#38359)

Merging and 2024-02-15-preview and 2024-06-15-preview api to main (#38359)

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

* add tool instructions prompt

* minor

* prompt revision

* prompt revision and fallback to core requirements

* rename langs to languages + revise prompt

* edit prompt and make checks concurrent

* fix prompt

* add venvPath argument

* minor prompt and log edit

---------

Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>

* Remove arm-resource-flattening and migrate to explicity flattenProperty (#38581)

* omit constructors (#38588)

* Update with the configuration to run go generate after tsp compile. (#38609)

There are some post-generation steps that run after tsp generation, to create the system events enum. Adding in this switch ensures we generate the same client in all of our systems.

This shouldn't change anything about generation, but it will mean the automated APIView diffs will work properly.

* Fix tag in dns-resolver new version for swagger generations (#38635)

* remove HDInsight On Aks api specs (#38593)

Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>

* Updated the description for the boundingBox property of the address object. (#38554)

* Release Microsoft.Network API Version 2025-03-01  (#38556)

* Copy files from stable/2025-01-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-03-01

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

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

* Copy readme.md suppressions and directives from previous stable version

* Application Gateway Entra JWT Validation Feature Support (#38335)

* Application Gateway Entra JWT Validation Feature Support

* fixing doe style issues

---------

Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>

* Application Gateway MTLS Passthrough Feature Support (#38337)

Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Remove NonSensitivity for DDoS ruleset (#38246)

* Remove NonSensitivity

* make change in the right API folder

* add suppression

---------

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* Adding recordType field to 2025-03-01 version (#38361)

* Adding recordType field to 2025-03-01 version

* Changed description of RecordType

---------

Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>

* Add new DdosCustomPolicy properties + update examples (#38272)

* Add DCP properties + update examples to 2024-07-01 to 2025-03-01

* Remove unecessary FIP from examples

* Remove < 2025-03-01 API version changes + Resolve PR feedback

* Remove unecessary type

* Fix PR comments

* Attempt

---------

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

* Updating Examples Files For ErGwScale Get / Update (#38419)

* update examples

* updated the jsons

---------

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

* IpVersionType property for Private Endpoint API (#38497)

* Addedipconfig type

* Fix indentation

* Addressing comments

* Added example

---------

Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* IP Preservation API Support (#38358)

* IP Preservation API Support

---------

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

---------

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>

* Add optional boolean to capabilityhost object and rename agentDeployments (#38374)

* Add optional boolean to capabilityhost object

* Rename applications/deployments to applications/agentDeployments.

* Update naming enablePublicHostedCode -> enablePublicHostingEnvironment.

* Update suppression to fix path.

---------

Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>

* LintDiff: Ensure that default tag is scanned when there is a new tag in the 'after' state (#38611)

* LintDiff: Ensure that default tag is scanned when there is a new tag in the 'after' state

* Review feedback: break, eliminate empty set handling in favor of empty tag value

* Add ability to skip onboarding legacy moniker to Update-DocsMsPackages.ps1 (#38639)

Co-authored-by: Daniel Jurek <djurek@microsoft.com>

* fix param order (#38657)

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

* Revert "LintDiff: Ensure that default tag is scanned when there is a new tag …" (#38660)

This reverts commit acdf0134b80079d5d9e7f069910148e0fb48166f.

* Fix EdgeActions 2025-09-01-preview examples: remove invalid provisioning state and SKU values (#38655)

* Fix EdgeActions 2025-09-01-preview examples: remove invalid provisioning state and SKU values

- Changed provisioningState from 'Accepted' to 'Succeeded' (valid enum value)
- Changed SKU name from 'Basic' to 'Standard' in all examples
- Affected files: 8 example JSON files in EdgeActions preview API

* Fix EdgeActions examples in second directory: remove invalid provisioning state and SKU values

- Changed provisioningState from 'Accepted' to 'Succeeded' (valid enum value)
- Changed SKU name from 'Basic' to 'Standard' in all examples
- Affected files: 6 example JSON files in specification/cdn/resource-manager/Microsoft.Cdn/EdgeActions/examples/2025-09-01-preview/

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: yossigorshomov <yossigor@gmail.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>

* Added SourceEncryptionKey (#38662)

* Added AccessTierIfModifiedSinceParameter & AccessTierIfUnmodifiedSinceParameter (#38665)

* tsp compile

* clean install + re-compile

---------

Co-authored-by: Nick Liu <nicliu@microsoft.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: yossigorshomov <yossigor@gmail.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>

* remove outdated TypeSpecValidation suppressions (#39247)

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

* build(deps-dev): bump @typespec/compiler (#39284)

Bumps the typespec group with 1 update in the / directory: [@typespec/compiler](https://github.com/microsoft/typespec).


Updates `@typespec/compiler` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.7.0...@typespec/compiler@1.7.1)

---
updated-dependencies:
- dependency-name: "@typespec/compiler"
  dependency-version: 1.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typespec
...

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

* bump prettier from 3.6.2 to 3.7.4 (#39308)

* [.github] ignore shared/coverage in eslint (#39312)

* [EngSys] npm update --before 2025-12-16 (#39313)

- earliest date compatible with tsp version

* [TSP Migration]--RedisEnterprise (#38436)

* just converted

modelerfour:
  lenient-model-deduplication: true
  prenamer: true

* could compile

* update

* update

* Update tspconfig.yaml

* update

* Update tspconfig.yaml

* Update tspconfig.yaml

* Update tspconfig.yaml

* update

* update

* update

* update

* update client name

* update config for python

* updaate

* add config

* remove example config

* revert code

* fix PrivateEndpointConnection duplicate schema

* remove java config

* fix PrivateEndpointConnectionListResult

* add go config

* add go config

* add go config

* update

* update go config

---------

Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: XiaofeiCao <xiaofeicao@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* [.github] bump vitest from 3.2.4 to 4.0.15 (#39309)

* [eng/tools] Bump @types/node from 18 to 20 (#39314)

* Update StorageSync TypeSpec definitions for new .NET MPG support (#39257)

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.3 to 0.9.4 (#39240)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.4
  dependency-type: direct:development
  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>

* Merge GalleryRP 2025-03-03 Features into Main (#38715)

* add new version to main.tsp

* add examples

* swagger generated

* update readme file

* add import versioining

* Gallery Image version StorageAccountStrategy  (#35769)

* tsp update

* swagger added

* fix typespec CI validation

---------

Co-authored-by: Ojo Okoka <ojookoka@microsoft.com>

* New resource type - Gallery Scripts  (#35887)

* added models and main.tsp reference

* update

* add added decorators

* fix unintentional change

* add examples

* update galleryScript name pattern

* fix parameter name with back-compatibles

* fix CI failures

* update responses codes

* fix enum descriptions

* add validationStatus

* update

* set readOnly properties as readOnly

* remove schema from 202 returns

* fix typo

* tsp compiler updated

* Included Azure-AsyncOperation headers to address ARM Comments

* Added ArmAsyncOperationHeader for ARM Comments and fixed Tsp compile issues

* Attempt to fix CI TypeSpec Validation

* Attempt to fix CI TypeSpec Validation through npx commands

* Attempted fix

* Cleanup GalleryScriptVersion.tsp file

* Attempted to use Azure decorators

---------

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

* Compilation Errors for TS Validation Fix

* Adding updated Gallery swagger to updated Readme input-file

* Rollback name pattern req + updates to Typespec Validation

* Adding delete read only directives to change 2024-03-03 json from update

* Reversing changes and Getting Breaking Change Approval

* Revert name pattern changes to see CI checks

* Fix Readme and add Swagger Lint Suppression

* Corrected name for min and maxValue

* Rollback on parameter name changes

* Added existing name pattern for GalleryApplications

* Removed suppression for NamePattern

---------

Co-authored-by: Theodore Chang <thchan@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: audreyttt <audreytoney@microsoft.com>

* add .net sdk config (#39177)

Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com>

* Made dotnet SDK validation required (#39318)

* Enabled required setting for .net

* Fixed test

* Remove Invoke-ToolDescriptionEvaluator script (#39321)

Co-authored-by: Summer Warren <summerwarren@microsoft.com>

* Rename body (#39265)

* Rename body

* update examples.

* updates

* update

* update

* updates

* Bump @microsoft.azure/openapi-validator-rulesets from 2.1.10 to 2.2.0 (#39319)

* Dell public swagger API release (#39310)

* typespec move for november preview (#38980)

* typespec move for november preview

* delete manual swaggers

* update readme

* update

* update

* rename for java

* client.tsp

* fix

* java client

* Update tspconfig.yaml for Azure Stack HCI SDK

* update

* Revert "update"

This reverts commit 79b72fff7bd9e1ba39352bfadd411d265cb1bfe5.

* duplicate list

* use arm operations

* fix doc comment

* fix documentation

* roo analysis

* refactor duplicate models

* remove dup text

* adding dec preview

* remove swaggers

* Exclude some flattenProperties for js

* restore not common models

* Refactor EdgeMachine Models 

* duplicate list

* use arm operations

* fix doc comment

* [Minor] use arm operations for ov api  (#39121)

* use arm operations

* fix doc comment

* make commit ready

* format

* fix documentation

* roo analysis

* refactor duplicate models

* remove dup text

* restore not common models

* format

* readme update

* formatting

* update

* tsp compile with new version

* no base version annotation

* revert examples for november to store original alignment

* hci properties for december

* prettier fix

* revert

* remove : @@Legacy.flattenProperty(UpdateProperties.componentVersions);

* recompile using compiler 1.7.0

* remove client flatten to unblock sdk

* lint diff suppression

* remove unused model

* remove flatten from non model

---------

Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jialin Huang <jialinhuang@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>

* Update client setting of Terraform (#39304)

* update descriptions for execute create and delete (#39218)

* [EngSys] npm update --before 2025-12-17 (#39336)

* [eng/tools] bump vitest from 3.2.4 to 4.0.15 (#39315)

- reactions to breaking changes
  - adds config to include only `test` dir
    - by default, vitest@4 only excludes tests from `node_modules` and `.git` folders (not `dist`)
  - [openapi-diff-runner] mock ctors using `function` instead of `=>`

* Set StagedArtifactsFolder to empty if it's undefined (#39303)

* Set StagedArtifactsFolder to empty if it's undefined

* Set variable when it's valid

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.4 to 0.9.5 (#39338)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.5
  dependency-type: direct:development
  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>

* build(deps-dev): bump @azure-tools/typespec-client-generator-core (#39337)

Bumps the typespec group with 1 update in the / directory: [@azure-tools/typespec-client-generator-core](https://github.com/Azure/typespec-azure).


Updates `@azure-tools/typespec-client-generator-core` from 0.63.0 to 0.63.1
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/@azure-tools/typespec-azure-rulesets@0.63.0...@azure-tools/typespec-client-generator-core@0.63.1)

---
updated-dependencies:
- dependency-name: "@azure-tools/typespec-client-generator-core"
  dependency-version: 0.63.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typespec
...

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

* fix flatten breakings for avs (#39325)

* Add swagger and typespec `module`  version suffix (#39133)

* add suffix

* add config

* add config

* add version suffix

* add quota version suffix

* update version

* Cleaned up obsolete content (#39225)

* [typespec-requirement] enable eslint (#39348)

* [eslint] Enable debug category "eslint:linter" (#39349)

- Lists all files analyzed

* [tsp-client-tests] enable eslint (#39350)

* Change folder name for Micosoft.Management RP and move resource type servicegroups to own service and updated SDK packages (#38861)

* Move service groups to its own service

* Change RP name from managementgroups to management

* Update SDK config files

* Update readme.java.md

* Update readme.java.md

* Update readme.java.md

* Update readme.md

* Update wth Typespec migration

* Move typespec files to service ManagementGroups

* Update tspconfig.yaml

* Move service groups to its own service

* Change RP name from managementgroups to management

* Update SDK config files

* Update readme.java.md

* Update readme.java.md

* Update readme.java.md

* Update readme.md

* Update wth Typespec migration

* Move typespec files to service ManagementGroups

* Update tspconfig.yaml

---------

Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.5 to 0.9.6 (#39364)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.6
  dependency-type: direct:development
  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>

* Updete client settings for VirtualEnclaves (#39355)

* Update client settings for StorageMover (#39329)

* Updete client settings for WorkloadOrchestration (#39356)

* configure default value for python (#39368)

* Migrate stress cluster resource groups (#39126)

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

* [TSP Migration][batch] TypeSpec migrated from swagger (#38084)

* converted

* solved error

* update @list && main.tsp description

* update parameters:name

* update response:header

* update x-nullable:true

* update deprecated && delete deprecated suppress

* update tspconfig.yml & midify readme & delete other swagger file

* after prettier

* after prettier recource-manager

* solve warning

* add @secret & update #suppress

* fix x-ms-enum missing name

* update readme

* fix tspconfig location error

* remove operationId

* remove @useDepedency

* update missing

* model validation test

* model validation test

* fix model validation error

* fix model validation error

* fix model validation error

* fix model validation error

* Revert "model validation test"

This reverts commit bba6306db7970a9ac21698e2239d3ac2f4122496.

* fix default response

* update

* update

* prettire

* update

* update dec & summary

* update

* update

* fix tsmv error

* format change

* diff fix

* add title

* fix diff

* diff fix

* update description

* delete

* fix model validation error

* update response

* update

* update

* fix

* remove FIXME

* Replace with Custom Resource Model and Update

* update client name for js sdk

* update

* java config

* java config

* Update client.tsp

* update go config

* update go config

* add go config

* add go config

* add go config

* Add publicNetworkAccess missing enum name

* update

* update

* update

* update

* update

* add go config

* fix

* add go config

* format

* add go config

* format

* update path parameter descriptions

* fix

* update

* update accountName Doc and Pattern

* update title on nodeDeallocationOption

* change batchaccount to TrackedResource

* Update client.tsp

* Update client.tsp

* Clean up blank lines in client.tsp

Removed unnecessary blank lines in client.tsp

* delete duplicate title

* update batchaccount pattern

* Add config for csharp

---------

Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: mcgallan <1186003288@qq.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: XiaofeiCao <xiaofeicao@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: judy.liu <v-liujudy@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>

* Storage STG 101 Swagger (#39127)

* initial commit (#37884)

* update blob enum (#37888)

* Added Files Swagger (#37955)

* Added Files swagger (#37986)

* Added IncrementalCopyOfEarlierSnapshotNotAllowed blob error code and Deprecated IncrementalCopyOfEarlierVersionSnapshotNotAllowed (#37893)

* Add support for missing SKU Name values (#37954)

* Delete Blob Conditional Tier 101 (#37913)

* Delete Blob Conditional Tier

* un-parameterized

* Added SourceCustomerProvidedKey Request Headers (#37928)

* Cross-Tenant support for Principal Bound Delegation Sas 101 (#38020)

* Added Request body and Response body

* Added changes for Files

* Added chnages for Queues

* removed queues

* Added queues back

* Added ShareErrorCodes (#37984)

* Grouped Source CPK (#39176)

* Removed enum (#39320)

---------

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

* MPG migration - purestorageblock (#39365)

* MPG migration - onlineexperimentation (#39345)

* update tspconfig.yaml (#39359)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xinni Tong <v-xinnitong@microsoft.com>
Co-authored-by: v-xuto <v-xuto@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Zhonglei Ma <v-zhongleima@microsoft.com>
Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Co-authored-by: Osahumen Uyi Aghasomwan <65305780+osaghaso@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
Co-authored-by: Xiang Yan <xiangsjtu@gmail.com>
Co-authored-by: Charles Lowell <10964656+chlowell@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: Yuqing Wei <weiyuqing021@outlook.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
Co-authored-by: Zulfat Nutfullin <rigidit@users.noreply.github.com>
Co-authored-by: ashwinmayya <ashwinm@microsoft.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: Gerardo Lecaros <10088504+glecaros@users.noreply.github.com>
Co-authored-by: Kyle Zhang <skywing918@hotmail.com>
Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: Jiarui Guo <ryne.guo@gmail.com>
Co-authored-by: Jiarui Guo <jiarguo@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: Sean McCullough <44180881+seanmcc-msft@users.noreply.github.com>
Co-authored-by: Nick Liu <nicliu@microsoft.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>
Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: yossigorshomov <yossigor@gmail.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
Co-authored-by: Ojo Okoka <ojookoka@microsoft.com>
Co-authored-by: Theodore Chang <thchan@microsoft.com>
Co-authored-by: audreyttt <audreytoney@microsoft.com>
Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com>
Co-authored-by: Ray Chen <raychen@microsoft.com>
Co-authored-by: Summer Warren <summerwarren@microsoft.com>
Co-authored-by: Tejaswi Salaigari <tsalaigari@microsoft.com>
Co-authored-by: KajalSethi <141897294+KajalSethi@users.noreply.github.com>
Co-authored-by: abaranwal-ms <124332815+abaranwal-ms@users.noreply.github.com>
Co-authored-by: Jialin Huang <jialinhuang@microsoft.com>
Co-authored-by: Nneka Okeke <149507727+NneOkeke@users.noreply.github.com>
Co-authored-by: ZiWei Chen <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: Meghana Gupta <93553451+meghanagupta95@users.noreply.github.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Qishun Zhong (MSFT) <v-qzhong@microsoft.com>
Co-authored-by: mcgallan <1186003288@qq.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>
kamboj-prjwl added a commit that referenced this pull request Jan 5, 2026
* build(deps): bump actions/upload-artifact from 4 to 5 (#39207)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* [TSP Migration][attestation] Migrate attestation to TypeSpec (#37548)

* The first version of TSP

* Fix errors and diff

* run prettier check

* Update example file, fix spell check error, run tsp format

* Update main.tsp

* Update tspconfig.yaml

* update description

* Fix comments

* Update

* update client Name

* Add Python client name to AttestationManagementClient

* disable fix-const-stuttering

* Replace list operation templates and update properties with new decorators

* add suppress

* run tsp format command

---------

Co-authored-by: v-xuto <v-xuto@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* [TypeSpec-Migration] ManagementGroups (#38384)

* initial convert

* single swagger file compare

* fix routes

* fix managementgroups paths

* fix

* format

* sdk configs

* Revert "single swagger file compare"

This reverts commit 5e729cbbb81bce82cfe22c4d5f4b4ae28a61c43d.

* prettier

* service-dir

* fix cache-control and x-nullable

* config

* remove operation id

* fix x-nullable

* x-ms-parameter-location for subscriptionId

* add code

* add code

* Add client customization for ManagementGroupsAPI

* Rename client to ManagementGroupsMgmtClient

* Revert "x-ms-parameter-location for subscriptionId"

This reverts commit 997c275ac301ec7752c0dcd72aa95724586384ac.

* make subscriptionId method level parameter

* add clientlocation

* test config

* test config

* update config

* change code place

* change code place

* remove code

* add usage for input model

* update client name

* fix pageable

* Update back-compatible.tsp

* Update flattenProperty call for EntityInfo

* fix format and final state schema

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Add configuration to verify the new code generation (#39024)

* Add a step explicitly to verify setup (#39213)

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

* Restructure copilot instructions to move typespec and sdk generation to sub instruction files (#39171)

* Restructure copilot instructions to move typespec and sdk generation instructions to sub file

* Update Chat event to include sequenceId (#39046)

* Update Chat event to include sequenceId

* running Tsp

* updating sequence to use uint64 instead of int64

* undo commit - updating sequence to use uint64 instead of int64

* [dependabot.yml] Remove cooldown for github-actions (#39222)

- We only pin actions major versions, so cooldown less useful
- Cooldown also prevents creating PRs to update major versions, if the latest patch release is within the cooldown period

* Migrate Storage from swagger to TypeSpec (#35403)

* converted

* update

* update

* run prettier

* update

* remove old example files

* include new example files in TSP directory

* update

* update

* update

* Update models.tsp

* recover readme.md

* array element length constraint

* recovery of previous spec files

* Update tspconfig.yaml

* update

* update

* update for {subscription-id} to 00000000-0000-0000-0000-000000000000

* update

* update

* etag mv fix

* Update BlobContainersList.json

* Update BlobContainersList.json

* format uri fix

* update

* update

* fix etag not eTag

* fix optional body

* update

* update

* fix for ProvisioningState

* update

* update

* adopt the ErrorResponse with the local defined one.

* update

* fix AAO and location header for  StorageTaskAssignments_Delete / StorageTaskAssignments_Update

* fix  for OverrideErrorType

* fix optional body

* Update ImmutabilityPolicy.tsp

* Update tspconfig.yaml

* Update ImmutabilityPolicy.tsp

* update

* update

* remove @operationId decorate

* update

* fix warning for clientLocation

* update

* Update client.tsp

* Update main.tsp

* fix

* deleted in the fix #36084

* fix

* addted example files

* update

* formatted

* update

* update

* update

* update

* Update Java service-dir after package split

* fix as new pagination way

* Fix: "x-ms-external": true

* update

* update

* Revert "update"

This reverts commit af8700be938e379a1affd8228506571122e74450.

* Revert "update"

This reverts commit b0d15e225e4bfd4269a9832207247bd620193b14.

* Fix Request model

* update for PR #36668

* update

* resolve breaking

* fix go

* fix go

* update

* update

* Update back-compatible.tsp

* Update tspconfig.yaml

* Update models.tsp

* java configurations

* update

* update

* Update client.tsp

* Update tspconfig.yaml

* update

* etag for java

* update client name for python

* override for java

* format

* update

* Update client.tsp

* Update tspconfig.yaml

* Update tspconfig.yaml

* recovery of version 2025-01-01

* update

* delete examples of  xx.Management of  2025-01-01

* add examples to Tsp of 2025-06-01

* examples of swagger after run tsp compile .

* Update models.tsp

* Update openapi.json

* resolve warnings

* fix customAzureResource

* update

* rename common type Resource

* update

* update

* update

* update IntervalUnit

* Revert "update IntervalUnit"

This reverts commit 632da2f4827c410a14f2d429f161eab243e1716e.

* Add Python to clientName for DeletedAccounts

* fix: IntervalUnit

* Update client.tsp

* Update StorageTaskAssignment.tsp

* add config for python

* add config for python

* add config for python

* Update back-compatible.tsp

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Search tsp rc (#38841)

* Omit constructors for Rust Key Vault clients (#39209)

* build(deps): bump actions/upload-artifact from 5 to 6 (#39223)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump github/codeql-action from 3 to 4 (#39224)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* [EngSys] Update default node version from 22 to 24 (#39227)

* Add 'APIView prod deployment' to internal service connections (#39216)

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* [EngSys] Update default node version from 22 to 24 (part 2) (#39228)

* Improve Description Per feedback (#39220)

* [search] tsp format (#39230)

* build(deps): bump actions/github-script from 7 to 8 (#39205)

* build(deps): bump actions/github-script from 7 to 8

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* Use Node 24 with github-script@v8

* update spec-gen-sdk-status.yml

---------

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>

* [dependabot.yml] Remove ignores for prettier, vitest, typescript (#39232)

- Not necessary to align with typespec repo
- Sufficient for both repos to stay near latest

* [EngSys] Add action to install deps for github-script (#39244)

* Azure Databricks 2026-01-01 API Version (#38900)

* Azure Databricks 2026-01-01 API Version: Serverless Workspace & Front-end Private Link

* Clean up typespec issues in ACR (#39031)

* update the typespec and remove the operationId decorator for SAPVirtualMachine RP (#39116)

* [avs] Update client.tsp (#39253)

* Update client.tsp

* Update client.tsp

* [.github] Rename workflow files from *.yml to *.yaml (#39233)

* Update paths to include all files in .github directory for evals (#39263)

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

* Update Quantum Control Plane API adding new 2025-12-15 version with Quotas on provider level for workspace resource (#39258)

* Add quotas on provider level for Workspace resource

* Add deprecation message

* Removed quotas from workspace level

* Add examples

* Updated readme with new version

---------

Co-authored-by: ashwinmayya <ashwinm@microsoft.com>

* [.github] Add test to ensure workflows use extension `.yaml` (#39279)

* Updated property descriptions for several weather service object properties. (#38908)

* Updated property descriptions for AirAndPollen and AirQuality properties.

* Updated property descriptions for 'daily' objects.

* Updated property descriptions for 'daily' objects.

* spelling issues.

* Updates to datTime properties etc.

* feedback

* [OpenAI.v1] Updating spec to latest from the new ingestion pipeline. (#39168)

* [TSV] share a helper to get the last segment of emitter-output-dir (#39163)

* feat: enhance variable resolution in TspconfigEmitterOptionsSubRuleBase and add test case for recursive variable resolution

* fix: update error messages for emitter output directory validation and streamline variable resolution logic

* fix: refactor emitter output directory rules for improved consistency and clarity

* fix: update variable type annotations for improved type safety in emitter options

---------

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* remove package-name in tspconfig.yaml (#39285)

* update (#39254)

* [Draft] Updates to TextTranslation 2025-10-01-preview (#38621)

* Update get supportedLanguagesResult, -dictionary + LLM models

* clean up client.tsp, custom rename dir -> directionality

* Rename: TranslateTarget -> TranslationTarget

* ReferenceSentencePair -> ReferenceTextPair

* avoid body in generated names

* versioning update

* response values read visibility

* transliterateresult value readonly

* cleanup client

* custom clientname for translate item targets

* update getsupportedlanguages example & missed models field on translationlanguage

* fix a couple of fields

* type string -> etag

* readonly languages dictionary

* scripts list readonly

* exclude python from client renames

* clientName dotnet -> csharp

* python emitter no generate test & sample

* disable generate saple for java

* generate-samples java typo

* fix typo in comment

* java codegen config

* java generated parameter naming

* make unused classes internal for java

* set usage types for internal classess

* clean up java generated methods

---------

Co-authored-by: Jiarui Guo <jiarguo@microsoft.com>

* Update Nginx spec (#39215)

* [TSV] Add new rule for python configuration validation for mgmt SDKs (#39142)

* add new rule for python configuration validation

* Refactor TspConfigPythonNamespaceMatchesEmitterOutputDirSubRule for improved validation logic

---------

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* mgmt, flatten only for autorest (#39252)

* Migrate PostgreSql to TypeSpec (#36556)

* Update emitter output directories in tspconfig.yaml for Confidential Ledger and Container Service (#39256)

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* Storage STG 101 Typespec (#39128)

* Added new Typespec version for STG101 (#38546)

* new typespec version

* Added generated_blob

* updated default tag in readme

* Added examples directory

* Cross-Tenant support for Principal Bound Delegation Sas 101 (TypeSpec) (#38626)

* added DelegatedUserTid

* Add generated_blob.json

* re-commented @azure-tools/typespec-csharp

* updated formatting

* Added SKUs (#38658)

* Merged main (#38661)

* Spelling baseline and corrections for .github folder (#38545)

* Baseline for .github folder

* Narrow exceptions for some spellings

* Format

* spell check tests/fixtures

* [.github/shared] type-check tests (#38532)

- Enable TypeScript type checking of test files
- Address all type errors
- Preparing to enable eslint type-checked ruleset
- In future PR, will enable type-checking of tests in `.github/workflows`

* Migrate conditional flatten to flattenProperty (#38541)

* npm update (#38548)

* Durabletask: Revert client rename to meet .NET naming conventions (#38552)

* Revert "[DurableTask] Rename SDK classes for 1.0.0 release (#38143)"

This reverts commit 485b3477f78f10d3c8d7247ddd6a9d619b792241.

* DurableTask client: add new class name

---------

Co-authored-by: Bernd Verst <beverst@microsoft.com>

* desktopvirtualization 2025-08-01-preview & 2025-09-01-preview (#36798)

desktopvirtualization 2025-08-01-preview & 2025-09-01-preview

Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>

* Update the csharp codegen settings for mysql (#38566)

* Update the DurableTask configuration to support the new MPG (#38568)

* java, mgmt, elasticsan config (#38569)

* java, mgmt, acr, config readme (#38570)

* Swagger changes to Support Jira V2 in ADF (#38430)

* Update Dataset.json for Jira dataset properties

Updated the Dataset.json to reference JiraTableDatasetTypeProperties and added properties for Jira dataset.

* Add JiraDatasetTypeProperties to Dataset.json

Added Jira dataset properties with descriptions for tableName, table, and schema.

* Change dataset reference from Generic to Jira type

* Update Jira dataset descriptions for V2 support

* Update Jira dataset descriptions for V2 support

---------

Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>

* Using new management plain generator for service dependency map (#38567)

* update tspconfig.yaml.

* replace suffix "Request" With "Content" in model names.

* update client.tsp

* update client.tsp

* fix format issue.

* mgmt, java, monitor, directive to avoid enum of duplicated name (#38572)

* Update readme.md (#38565)

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

* add python config (#38576)

* Update productType and language descriptions for clarity in models and OpenAPI specifications (#38559)

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

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

* Updates readme

* Updates API version in new specs and examples

* add alb addon to managed cluster ingress profile (#38022)

* Update managed namespace preview api based on GA api (#38036)

* add default domain to aks preview 2025-09-02 (#38037)

* feat: Support nftables mode in kube-proxy (#38030)

* feat: Support nftables mode in kube-proxy

* allow nftables word

* asdf

* asdf

* asdf

* remove outdated maintenance config examples (#38057)

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

* Added new kata naming convention to preview API. (#38067)

---------

Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>

* added older preview versions (#38397)

* added older preview swagger

* added back 20241115preview and 20250515preview in typespec

* updated readme

* add older preview swagger

* added 20241115preview and 20250515preview in typespec for Conv inference

* updated readme

* added older preview swaggers for conv authoring

* add older preview in typespec

* update readme

* fix typespec validation

* updated readme

* removed 20241115preview from analyzetext

* remove from analyzetext readme

* removed 20241115preview from analyze conversations

* remove from analyzeconversation readme

* removed 20241115preview from analyzeconversationauthoring

* removed from analyzeconversationauthoring readme

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

* prompt

* this

* line

* update bens suggestions

* update

* remove try to find pkg path logic

* Update eng/common/instructions/azsdk-tools/check-package-validation.instructions.md

Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* path

* updates

* list numbering incorrect

* linting

---------

Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* Update Microsoft365 naming to Channels (#38517)

* Migrate newrelic to TypeSpec (#36442)

* generated

* update

* update

* update

* update

* update

* delete

* update

* update

* remove x-cadl-generated

* update

* delete consumes

* update

* rename folder

* remove legacyoperation

* update tspconfig

* format

* update summary and description

* update

* add namepattern

* fix java package name

* service-dir for java

* Update tspconfig.yaml

* update

* add config for python

* rename op name for python

* sync go directive

* update package name for js sdk

* remove rename config for python

* update service-dir for js sdk

* fix

* Update output directory and module for New Relic

* update client name for js

* Add createOrUpdate client for MonitoredSubscriptions

* update

---------

Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* service bus config (#38578)

* Redis Enterprise API Version `2025-08-01-preview` with both AMR Migration and Scheduled Update features (#38286)

* Add maintenance config fields to ARM spec

* Move versions from private repo to public for Microsoft.Datadog (#38009)

* Base commit

* Add new api versions

* Fix SDK validation

* Unify EdgeActions with CDN 2025-09-01-preview and migrate to TypeSpec (#38054)

* Add EdgeActions 2025-09-01-preview baseline from 2024-07-22-preview

Copy EdgeActions API specification from 2024-07-22-preview to new EdgeActions directory structure as baseline for 2025-09-01-preview.

* Migrate EdgeActions to TypeSpec with API changes for 2025-09-01-preview

- Convert EdgeActions from JSON swagger to TypeSpec
- Add TypeSpec configuration for all SDK languages (Python, Java, Go, TypeScript, C#)
- Configure separate Azure.ResourceManager.EdgeActions package for .NET SDK
- Add @clientName decorator for EdgeActionAttachmentResponse -> EdgeActionAttachmentResult (C# naming convention)
- Add file-scoped suppression for ProvisioningStateMustBeReadOnly
- Add new operations: SwapDefault, DeployVersionCode, GetVersionCode
- Update all examples to 2025-09-01-preview
- Generate OpenAPI via TypeSpec compiler with automatic x-ms-examples

* fix java sdk validation

* fix(edgeactions): address PR review comments for 2025-09-01-preview

- Add x-ms-client-flatten and x-ms-mutability to properties field on EdgeAction, EdgeActionVersion, and EdgeActionExecutionFilter resource models for backwards compatibility with 2024-07-22-preview baseline
- Change EdgeActionAttachmentResponse.edgeActionId from readOnly to x-ms-mutability [read, update, create] to match baseline behavior
- Replace 'ARM' with 'Azure' in resource identifier descriptions (AttachedResourceId and EdgeActionVersionId)
- Consolidate multiple PostResponseCodes suppressions into single entry with array of where clauses in readme.md
- Add OpenAPI extension decorators using @@extension augments in TypeSpec with appropriate suppressions for no-openapi warnings

* style(edgeactions): apply tsp format to TypeSpec files

- Reformat @@extension calls to multi-line style for better readability
- Reorder #suppress directive placement per formatter rules

* remove unnecessary ProvisioningStateMustBeReadOnly suppression

All provisioningState properties are already correctly marked as readOnly in the generated OpenAPI spec. The suppression is not needed as the spec complies with ARM validation rules.

* Revert "remove unnecessary ProvisioningStateMustBeReadOnly suppression"

This reverts commit a5988e2e2c8188e0836b5d366bb19469535ca772.

* extend ResourceProvisioningState for standard ARM compliance

Change ProvisioningState to extend ResourceProvisioningState which provides the three required states (Succeeded, Failed, Canceled) with standard ARM descriptions, and add custom states (Provisioning, Upgrading) specific to edge actions lifecycle.

* remove ProvisioningStateMustBeReadOnly suppression

Suppression no longer needed after extending ResourceProvisioningState which properly handles ARM validation requirements.

* add use-read-only-status-schema to resolve ProvisioningStateMustBeReadOnly validation

Enable use-read-only-status-schema: true in tspconfig.yaml to work around known limitation in azure-openapi-validator and oav with \ siblings. This adds readOnly: true directly to status schema definitions, resolving ProvisioningStateMustBeReadOnly validation errors.

References:
- https://github.com/Azure/azure-openapi-validator/issues/637
- https://github.com/Azure/oav/issues/848

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>

* Merge tag for ACR Go release (#38594)

* Merge tag for ACR Go release

* Update input file path for container registry tasks

* fix

* update

* Add documentation for Defender for Containers resource level (#35905)

* Add documentation for Defender for Containers resource level

* remove operation status

* prettier

* remove tags with multiple versions

* revert

* new line

* revert

---------

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

* [CQA] Correct typo (#38579)

* correct typo

* change getImportStatus getExportStatus getDeployStatus getDeleteStatus getUpdateQnasStatus getUpdateSourcesStatus to internal

---------

Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>

* Waves API (#37394)

* Changes for public preview

* Adding refresh API

* Adding further types for drApplicanceInventoryId

* [.github] type-check tests (#38591)

* Add contrainerregistry directive (#38619)

* add directive

* add directive

* add directive

* add directive

* add directive

* mgmt, java, monitor, add a tag in readme.java.md for SDK configure (#38616)

* remove the csharp config since this library is still generating from swagger (#38599)

* Keyvault.Management TypeSpec, fix secrets put (#38620)

* fix secret

* regen

* Merging and 2024-02-15-preview and 2024-06-15-preview api to main (#38359)

Merging and 2024-02-15-preview and 2024-06-15-preview api to main (#38359)

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

* add tool instructions prompt

* minor

* prompt revision

* prompt revision and fallback to core requirements

* rename langs to languages + revise prompt

* edit prompt and make checks concurrent

* fix prompt

* add venvPath argument

* minor prompt and log edit

---------

Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>

* Remove arm-resource-flattening and migrate to explicity flattenProperty (#38581)

* omit constructors (#38588)

* Update with the configuration to run go generate after tsp compile. (#38609)

There are some post-generation steps that run after tsp generation, to create the system events enum. Adding in this switch ensures we generate the same client in all of our systems.

This shouldn't change anything about generation, but it will mean the automated APIView diffs will work properly.

* Fix tag in dns-resolver new version for swagger generations (#38635)

* remove HDInsight On Aks api specs (#38593)

Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>

* Updated the description for the boundingBox property of the address object. (#38554)

* Release Microsoft.Network API Version 2025-03-01  (#38556)

* Copy files from stable/2025-01-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-03-01

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

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

* Copy readme.md suppressions and directives from previous stable version

* Application Gateway Entra JWT Validation Feature Support (#38335)

* Application Gateway Entra JWT Validation Feature Support

* fixing doe style issues

---------

Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>

* Application Gateway MTLS Passthrough Feature Support (#38337)

Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Remove NonSensitivity for DDoS ruleset (#38246)

* Remove NonSensitivity

* make change in the right API folder

* add suppression

---------

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* Adding recordType field to 2025-03-01 version (#38361)

* Adding recordType field to 2025-03-01 version

* Changed description of RecordType

---------

Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>

* Add new DdosCustomPolicy properties + update examples (#38272)

* Add DCP properties + update examples to 2024-07-01 to 2025-03-01

* Remove unecessary FIP from examples

* Remove < 2025-03-01 API version changes + Resolve PR feedback

* Remove unecessary type

* Fix PR comments

* Attempt

---------

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

* Updating Examples Files For ErGwScale Get / Update (#38419)

* update examples

* updated the jsons

---------

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

* IpVersionType property for Private Endpoint API (#38497)

* Addedipconfig type

* Fix indentation

* Addressing comments

* Added example

---------

Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* IP Preservation API Support (#38358)

* IP Preservation API Support

---------

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

---------

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>

* Add optional boolean to capabilityhost object and rename agentDeployments (#38374)

* Add optional boolean to capabilityhost object

* Rename applications/deployments to applications/agentDeployments.

* Update naming enablePublicHostedCode -> enablePublicHostingEnvironment.

* Update suppression to fix path.

---------

Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>

* LintDiff: Ensure that default tag is scanned when there is a new tag in the 'after' state (#38611)

* LintDiff: Ensure that default tag is scanned when there is a new tag in the 'after' state

* Review feedback: break, eliminate empty set handling in favor of empty tag value

* Add ability to skip onboarding legacy moniker to Update-DocsMsPackages.ps1 (#38639)

Co-authored-by: Daniel Jurek <djurek@microsoft.com>

* fix param order (#38657)

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

* Revert "LintDiff: Ensure that default tag is scanned when there is a new tag …" (#38660)

This reverts commit acdf0134b80079d5d9e7f069910148e0fb48166f.

* Fix EdgeActions 2025-09-01-preview examples: remove invalid provisioning state and SKU values (#38655)

* Fix EdgeActions 2025-09-01-preview examples: remove invalid provisioning state and SKU values

- Changed provisioningState from 'Accepted' to 'Succeeded' (valid enum value)
- Changed SKU name from 'Basic' to 'Standard' in all examples
- Affected files: 8 example JSON files in EdgeActions preview API

* Fix EdgeActions examples in second directory: remove invalid provisioning state and SKU values

- Changed provisioningState from 'Accepted' to 'Succeeded' (valid enum value)
- Changed SKU name from 'Basic' to 'Standard' in all examples
- Affected files: 6 example JSON files in specification/cdn/resource-manager/Microsoft.Cdn/EdgeActions/examples/2025-09-01-preview/

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: yossigorshomov <yossigor@gmail.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>

* Added SourceEncryptionKey (#38662)

* Added AccessTierIfModifiedSinceParameter & AccessTierIfUnmodifiedSinceParameter (#38665)

* tsp compile

* clean install + re-compile

---------

Co-authored-by: Nick Liu <nicliu@microsoft.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: yossigorshomov <yossigor@gmail.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>

* remove outdated TypeSpecValidation suppressions (#39247)

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

* build(deps-dev): bump @typespec/compiler (#39284)

Bumps the typespec group with 1 update in the / directory: [@typespec/compiler](https://github.com/microsoft/typespec).


Updates `@typespec/compiler` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.7.0...@typespec/compiler@1.7.1)

---
updated-dependencies:
- dependency-name: "@typespec/compiler"
  dependency-version: 1.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typespec
...

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

* bump prettier from 3.6.2 to 3.7.4 (#39308)

* [.github] ignore shared/coverage in eslint (#39312)

* [EngSys] npm update --before 2025-12-16 (#39313)

- earliest date compatible with tsp version

* [TSP Migration]--RedisEnterprise (#38436)

* just converted

modelerfour:
  lenient-model-deduplication: true
  prenamer: true

* could compile

* update

* update

* Update tspconfig.yaml

* update

* Update tspconfig.yaml

* Update tspconfig.yaml

* Update tspconfig.yaml

* update

* update

* update

* update

* update client name

* update config for python

* updaate

* add config

* remove example config

* revert code

* fix PrivateEndpointConnection duplicate schema

* remove java config

* fix PrivateEndpointConnectionListResult

* add go config

* add go config

* add go config

* update

* update go config

---------

Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: XiaofeiCao <xiaofeicao@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* [.github] bump vitest from 3.2.4 to 4.0.15 (#39309)

* [eng/tools] Bump @types/node from 18 to 20 (#39314)

* Update StorageSync TypeSpec definitions for new .NET MPG support (#39257)

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.3 to 0.9.4 (#39240)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.4
  dependency-type: direct:development
  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>

* Merge GalleryRP 2025-03-03 Features into Main (#38715)

* add new version to main.tsp

* add examples

* swagger generated

* update readme file

* add import versioining

* Gallery Image version StorageAccountStrategy  (#35769)

* tsp update

* swagger added

* fix typespec CI validation

---------

Co-authored-by: Ojo Okoka <ojookoka@microsoft.com>

* New resource type - Gallery Scripts  (#35887)

* added models and main.tsp reference

* update

* add added decorators

* fix unintentional change

* add examples

* update galleryScript name pattern

* fix parameter name with back-compatibles

* fix CI failures

* update responses codes

* fix enum descriptions

* add validationStatus

* update

* set readOnly properties as readOnly

* remove schema from 202 returns

* fix typo

* tsp compiler updated

* Included Azure-AsyncOperation headers to address ARM Comments

* Added ArmAsyncOperationHeader for ARM Comments and fixed Tsp compile issues

* Attempt to fix CI TypeSpec Validation

* Attempt to fix CI TypeSpec Validation through npx commands

* Attempted fix

* Cleanup GalleryScriptVersion.tsp file

* Attempted to use Azure decorators

---------

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

* Compilation Errors for TS Validation Fix

* Adding updated Gallery swagger to updated Readme input-file

* Rollback name pattern req + updates to Typespec Validation

* Adding delete read only directives to change 2024-03-03 json from update

* Reversing changes and Getting Breaking Change Approval

* Revert name pattern changes to see CI checks

* Fix Readme and add Swagger Lint Suppression

* Corrected name for min and maxValue

* Rollback on parameter name changes

* Added existing name pattern for GalleryApplications

* Removed suppression for NamePattern

---------

Co-authored-by: Theodore Chang <thchan@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: audreyttt <audreytoney@microsoft.com>

* add .net sdk config (#39177)

Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com>

* Made dotnet SDK validation required (#39318)

* Enabled required setting for .net

* Fixed test

* Remove Invoke-ToolDescriptionEvaluator script (#39321)

Co-authored-by: Summer Warren <summerwarren@microsoft.com>

* Rename body (#39265)

* Rename body

* update examples.

* updates

* update

* update

* updates

* Bump @microsoft.azure/openapi-validator-rulesets from 2.1.10 to 2.2.0 (#39319)

* Dell public swagger API release (#39310)

* typespec move for november preview (#38980)

* typespec move for november preview

* delete manual swaggers

* update readme

* update

* update

* rename for java

* client.tsp

* fix

* java client

* Update tspconfig.yaml for Azure Stack HCI SDK

* update

* Revert "update"

This reverts commit 79b72fff7bd9e1ba39352bfadd411d265cb1bfe5.

* duplicate list

* use arm operations

* fix doc comment

* fix documentation

* roo analysis

* refactor duplicate models

* remove dup text

* adding dec preview

* remove swaggers

* Exclude some flattenProperties for js

* restore not common models

* Refactor EdgeMachine Models 

* duplicate list

* use arm operations

* fix doc comment

* [Minor] use arm operations for ov api  (#39121)

* use arm operations

* fix doc comment

* make commit ready

* format

* fix documentation

* roo analysis

* refactor duplicate models

* remove dup text

* restore not common models

* format

* readme update

* formatting

* update

* tsp compile with new version

* no base version annotation

* revert examples for november to store original alignment

* hci properties for december

* prettier fix

* revert

* remove : @@Legacy.flattenProperty(UpdateProperties.componentVersions);

* recompile using compiler 1.7.0

* remove client flatten to unblock sdk

* lint diff suppression

* remove unused model

* remove flatten from non model

---------

Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jialin Huang <jialinhuang@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>

* Update client setting of Terraform (#39304)

* update descriptions for execute create and delete (#39218)

* [EngSys] npm update --before 2025-12-17 (#39336)

* [eng/tools] bump vitest from 3.2.4 to 4.0.15 (#39315)

- reactions to breaking changes
  - adds config to include only `test` dir
    - by default, vitest@4 only excludes tests from `node_modules` and `.git` folders (not `dist`)
  - [openapi-diff-runner] mock ctors using `function` instead of `=>`

* Set StagedArtifactsFolder to empty if it's undefined (#39303)

* Set StagedArtifactsFolder to empty if it's undefined

* Set variable when it's valid

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.4 to 0.9.5 (#39338)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.5
  dependency-type: direct:development
  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>

* build(deps-dev): bump @azure-tools/typespec-client-generator-core (#39337)

Bumps the typespec group with 1 update in the / directory: [@azure-tools/typespec-client-generator-core](https://github.com/Azure/typespec-azure).


Updates `@azure-tools/typespec-client-generator-core` from 0.63.0 to 0.63.1
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/@azure-tools/typespec-azure-rulesets@0.63.0...@azure-tools/typespec-client-generator-core@0.63.1)

---
updated-dependencies:
- dependency-name: "@azure-tools/typespec-client-generator-core"
  dependency-version: 0.63.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typespec
...

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

* fix flatten breakings for avs (#39325)

* Add swagger and typespec `module`  version suffix (#39133)

* add suffix

* add config

* add config

* add version suffix

* add quota version suffix

* update version

* Cleaned up obsolete content (#39225)

* [typespec-requirement] enable eslint (#39348)

* [eslint] Enable debug category "eslint:linter" (#39349)

- Lists all files analyzed

* [tsp-client-tests] enable eslint (#39350)

* Change folder name for Micosoft.Management RP and move resource type servicegroups to own service and updated SDK packages (#38861)

* Move service groups to its own service

* Change RP name from managementgroups to management

* Update SDK config files

* Update readme.java.md

* Update readme.java.md

* Update readme.java.md

* Update readme.md

* Update wth Typespec migration

* Move typespec files to service ManagementGroups

* Update tspconfig.yaml

* Move service groups to its own service

* Change RP name from managementgroups to management

* Update SDK config files

* Update readme.java.md

* Update readme.java.md

* Update readme.java.md

* Update readme.md

* Update wth Typespec migration

* Move typespec files to service ManagementGroups

* Update tspconfig.yaml

---------

Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.5 to 0.9.6 (#39364)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.6
  dependency-type: direct:development
  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>

* Updete client settings for VirtualEnclaves (#39355)

* Update client settings for StorageMover (#39329)

* Updete client settings for WorkloadOrchestration (#39356)

* configure default value for python (#39368)

* Migrate stress cluster resource groups (#39126)

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

* [TSP Migration][batch] TypeSpec migrated from swagger (#38084)

* converted

* solved error

* update @list && main.tsp description

* update parameters:name

* update response:header

* update x-nullable:true

* update deprecated && delete deprecated suppress

* update tspconfig.yml & midify readme & delete other swagger file

* after prettier

* after prettier recource-manager

* solve warning

* add @secret & update #suppress

* fix x-ms-enum missing name

* update readme

* fix tspconfig location error

* remove operationId

* remove @useDepedency

* update missing

* model validation test

* model validation test

* fix model validation error

* fix model validation error

* fix model validation error

* fix model validation error

* Revert "model validation test"

This reverts commit bba6306db7970a9ac21698e2239d3ac2f4122496.

* fix default response

* update

* update

* prettire

* update

* update dec & summary

* update

* update

* fix tsmv error

* format change

* diff fix

* add title

* fix diff

* diff fix

* update description

* delete

* fix model validation error

* update response

* update

* update

* fix

* remove FIXME

* Replace with Custom Resource Model and Update

* update client name for js sdk

* update

* java config

* java config

* Update client.tsp

* update go config

* update go config

* add go config

* add go config

* add go config

* Add publicNetworkAccess missing enum name

* update

* update

* update

* update

* update

* add go config

* fix

* add go config

* format

* add go config

* format

* update path parameter descriptions

* fix

* update

* update accountName Doc and Pattern

* update title on nodeDeallocationOption

* change batchaccount to TrackedResource

* Update client.tsp

* Update client.tsp

* Clean up blank lines in client.tsp

Removed unnecessary blank lines in client.tsp

* delete duplicate title

* update batchaccount pattern

* Add config for csharp

---------

Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: mcgallan <1186003288@qq.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: XiaofeiCao <xiaofeicao@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: judy.liu <v-liujudy@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>

* Storage STG 101 Swagger (#39127)

* initial commit (#37884)

* update blob enum (#37888)

* Added Files Swagger (#37955)

* Added Files swagger (#37986)

* Added IncrementalCopyOfEarlierSnapshotNotAllowed blob error code and Deprecated IncrementalCopyOfEarlierVersionSnapshotNotAllowed (#37893)

* Add support for missing SKU Name values (#37954)

* Delete Blob Conditional Tier 101 (#37913)

* Delete Blob Conditional Tier

* un-parameterized

* Added SourceCustomerProvidedKey Request Headers (#37928)

* Cross-Tenant support for Principal Bound Delegation Sas 101 (#38020)

* Added Request body and Response body

* Added changes for Files

* Added chnages for Queues

* removed queues

* Added queues back

* Added ShareErrorCodes (#37984)

* Grouped Source CPK (#39176)

* Removed enum (#39320)

---------

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

* MPG migration - purestorageblock (#39365)

* MPG migration - onlineexperimentation (#39345)

* update tspconfig.yaml (#39359)

* Microsoft.OperationalInsights: Stable 2025-07-01 summary logs read only removal (#39088)

* Microsoft.OperationalInsights: Stable 2025-07-01 summary logs read only removal

* update go config

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>

* Edge actions api 2025 12 01 preview -  Remove addAttachment and deleteAttachment operations from the public EdgeActions API (#38775)

* Add baseline for 2025-12-01-preview based on 2025-09-01-preview

Copy all files from 2025-09-01-preview as baseline for new API version.
This is an exact copy of 2025-09-01-preview before making any changes to remove attachment APIs.

* Remove addAttachment and deleteAttachment operations from 2025-12-01-preview

- Added @removed decorator to addAttachment and deleteAttachment operations in main.tsp
- Updated tspconfig.yaml with multi-version output pattern
- Set 2025-12-01-preview as default tag in readme.md
- Removed stale example files with incorrect naming
- Both API versions generated from single TypeSpec source

* fix: make read-only properties optional in 2025-12-01-preview to fix SDK generation

- EdgeActionAttachment.id: made optional with @madeOptional decorator
- EdgeActionVersionProperties.validationStatus: made optional
- EdgeActionVersionProperties.lastPackageUpdateTime: made optional
- EdgeActionExecutionFilterProperties.lastUpdateTime: made optional

These read-only properties cannot be provided by clients on create/update,
so they should not be required. Using @madeOptional ensures the change
only applies to 2025-12-01-preview while maintaining backward compatibility
with 2025-09-01-preview.

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: AnamikaNupur <72171048+AnamikaNupur@users.noreply.github.com>

* Fixed SiteDetails in EdgeMachine (#39407)

merging bug fix

* Added new api to provide workspace details using workspace ID (#39186)

* Base commit to add new api-version

* Added new api to provide workspace details using workspace ID

* Fixed CI validation

* Fixed CI validation

* Update specification/loadtestservice/data-plane/playwright/typespec/models.tsp

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

* Update specification/loadtestservice/data-plane/playwright/typespec/models.tsp

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

* Update specification/loadtestservice/data-plane/playwright/preview/2026-01-01-preview/playwright.json

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

* Fixed CI validation

---------

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

* Add Azure Red Hat OpenShift 2025-07-25 API version (#35013)

* commit previous API version `v2024-08-12-preview` first

* commit new API version `v2025-07-25` second

* Remove unsupported SQL Pool Metadata Sync Configs pages (#39331)

* Change only the current default versions (the one specified in https://github.com/Azure/azure-rest-api-specs/blob/main/specification/synapse/resource-manager/readme.md#tag-package-composite-v2)

* Moving it from preview file as well as avocado error states that.

* Removing API from older versions

* Removing unreferenced MetadataSyncConfig config

---------

Co-authored-by: Tijana Sonjic <tisonjic@microsoft.com>

* User/gwilfshukrun/fix discrepancies between preview stable (#39293)

* Fix metadataPatch model to be consistent with BE + Preview versions

* Fix operations preview version discrepancies

* Fix alert rules discrepancies between stable and preview

* Fix discrepancies of data connectors between preview and stable

* Fix watchlists discrepancies between preview and stable

* Fix incidents discrepancies between preview and stable

* Fix prettier

* Fix prettier attemp 2

* Fix model of data connectors

* Fix dataconnectors examples

* add mdti to spellcheck

* Revert all previous private changes, keep only the latest preview changes

* Fix alert rule descriptions

* Updated descriptions to better align with naming conventions and product names (#39402)

* Fix AAD references, using name Microsoft Entra ID

* Fix description for data connectors stable

---------

Co-authored-by: Guy Wilf Shukrun <gwilfshukrun@microsoft.com>
Co-authored-by: dacousin-msft <dacousin@microsoft.com>

* [DisconnectedOperations] Add configuration to verify the new code generation (#39033)

* [DevOpsInfrastructure] Add configuration to verify the new code generation (#39008)

* [ComputeSchedule] Add configuration to verify the new code generation (#39022)

* [Qumulo] Add configuration to verify the new code generation (#39011)

* [Grafana] Add configuration to verify the new code generation (#39052)

* Updete client settings for OracleDatabase (#39394)

* Updete client settings for IotOperations (#39416)

* java, mgmt, healthbot, tspconfig for backward-compatibility (#39430)

* Update client settings for FileShare .Net SDK (#39422)

* MPG migration - workloadssapvirtualinstance (#39286)

* Update client settings for AzureStackHciVm (#39425)

* MPG migration - Fabric (#39010)

* Update client setting for FileShares (#39433)

* [storage] configure default value for python (#39251)

* configure default value for python

* configure default value for python

* revert (#39326)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xinni Tong <v-xinnitong@microsoft.com>
Co-authored-by: v-xuto <v-xuto@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Zhonglei Ma <v-zhongleima@microsoft.com>
Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Co-authored-by: Osahumen Uyi Aghasomwan <65305780+osaghaso@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
Co-authored-by: Xiang Yan <xiangsjtu@gmail.com>
Co-authored-by: Charles Lowell <10964656+chlowell@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: Yuqing Wei <weiyuqing021@outlook.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
Co-authored-by: Zulfat Nutfullin <rigidit@users.noreply.github.com>
Co-authored-by: ashwinmayya <ashwinm@microsoft.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: Gerardo Lecaros <10088504+glecaros@users.noreply.github.com>
Co-authored-by: Kyle Zhang <skywing918@hotmail.com>
Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: Jiarui Guo <ryne.guo@gmail.com>
Co-authored-by: Jiarui Guo <jiarguo@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: Sean McCullough <44180881+seanmcc-msft@users.noreply.github.com>
Co-authored-by: Nick Liu <nicliu@microsoft.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>
Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: yossigorshomov <yossigor@gmail.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.…
audreyttt added a commit that referenced this pull request Jan 5, 2026
* bump @apidevtools/json-schema-ref-parser from 14.2.1 to 15.1.3 (#38733)

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

* Updated artifactJson input to artifacts input

* Prioritized service directory from artifact object over the parameter input

* Returned error when service directory is not provided for the old usage

* Removed redudant line

* Initilized the variable in a loop

---------

Co-authored-by: ray chen <raychen@microsoft.com>

* Fix Go suppression problem (#39038)

* refine tsp validation suppression for go

* update

---------

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

* LogGroupStart should have local build output (#39141)

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>

* [Minor] use arm operations for ov api (#39120)

* use arm operations

* fix doc comment

* Fix comment (#39147)

* Fix broken links in copilot intructions (#39096)

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

* [arm-auto-signoff] Refactor to code+status pattern (#39149)

- Preparation for #38744

* build(deps-dev): bump the eslint group across 2 directories with 1 update (#39155)

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).
Bumps the eslint group with 1 update in the /.github/shared directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `typescript-eslint` from 8.48.0 to 8.48.1
- [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.48.1/packages/typescript-eslint)

Updates `typescript-eslint` from 8.48.0 to 8.48.1
- [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.48.1/packages/typescript-eslint)

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

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

* [Peering] Typespec migration (#38357)

* init

* update autorest config

* format

* fix warning

* legacy route whose response body is enum

* fix breakings

* add client config

* fix duplicated schema issue for python

* remove useless @operationId

* fix legacy route

* swagger format

* format swagger

* update

* remove unnecessary produces

* delete unnecessary suppresions

* Mitigate peering breaking (#38642)

* edit config

* add clientlocation

* add config

* Update client.tsp

* update client name for js sdk

* fix duplicated resource

* replace x-ms-identifiers with @identifiers

* suppress some unnecessary warnings

* Add 'javascript' to PeeringManagementClient support

---------

Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Add public preview version 2026-01-01-preview to computeschedule for OARS feature (#39041)

* Refactor code structure for improved readability and maintainability

* update readme

* Add examples

* pass validations

* fix validations

* fix

* clean up and update tsp file with info suffix

* updates

* prettier

* rerun

---------

Co-authored-by: Haojing Lu <haojinglu@microsoft.com>

* Revert "Added new API version 2026-01-01-preview to Microsoft.DBforPostgreSQL (#38674)" (#39125)

This reverts commit 16e09790bdb18ad609a334a118ebd8599ca592da.

* Add Dotnet SDK generation for Microsoft.ResourceConnector via TypeSpec (#38975)

* Add Dotnet SDK generation for Microsoft.ResourceConnector via TypeSpec

* Remove custom ARM operation modeling

* Fix dotnet SDK error about "Data" suffix

* Revert "Remove custom ARM operation modeling"

This reverts commit ba6b7030f6452d29989e7fc12d43c3296576a0f9.

* Try renaming operation related models for dotnet

* Try another name for dotnet Operation type

* More dotnet SDK fixes

* Revert common types version change

* Format files

* Try overriding the type

---------

Co-authored-by: Mark Drobnak <markdronak@microsoft.com>

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

* instruction fix

* description + instructions

---------

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

* Upgrade typespec 1.7, Azure libraries 0.63 (#39167)

* Upgrade typespec next

* fix

* fix some samples

* more sample fix

* more sample fix

* more sample fix

* fix more

* Fix wrong revert

* Revert

---------

Co-authored-by: Mark Cowlishaw <1054056+markcowl@users.noreply.github.com>

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

* Fix link checks to npm for packages

* Apply suggestion from @Copilot

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

* Apply suggestion from @weshaggard

---------

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

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

* Used full pkg name in release work items

* Used full pkg name for dev ops work item

* Added test

* Pass in package info file path

* Reverted changes to verify-changelog.yml and script

* Updated script to process groupId in work items

* Renamed new property to GroupId

* Removed the condition check for Group

* Build hash key with non-null arguments

* Used the original BuildHashKey to return hash from non-null args

---------

Co-authored-by: ray chen <raychen@microsoft.com>

* Add #Requires statement to common.ps1 (#39172)

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>

* bump the targeted proxy version (#39156)

Co-authored-by: Scott Beddall <scbedd@microsoft.com>

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

* prompt improvement

* minor

* test making copilot install for you

* minor

---------

Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>

* fix python breaking (#39164)

* Updating documentation based on Cx requirement. (#38982)

* updating documentation based on Cx requirement

* fix the checks

* changes

* changing the description to json supported format

* fix

* fix tsp format

---------

Co-authored-by: Himanshu Agarwal <hiaga@microsoft.com>

* Update client setting for Carbon (#39146)

* Added new preview api-version (#39184)

* Base commit to add new api-version

* Added new api-version with storageUri as resource property

* [NetAppFiles]Add missing bucket operation (#39143)

* Add missing bucket operation

* Add missing bucket

* Add 2026-01-01-preview API version for Microsoft.DevCenter (#39180)

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

* fix base url typo (#39187)

* Prevent language exclusion when SDK generation fails (#39132)

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

* Add script for tool description eval workflow

* Fix param casing

* respond to comments

---------

Co-authored-by: Summer Warren <summerwarren@microsoft.com>

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

* Update copilot instructions to support both local and pipeline based SDK gen

* Fix GroupId property access (#39195)

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

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

* Remove ApiKey usage

* Add -TestAuth flag to verify Bearer token authentication

* TEMP: Enable TestAuthOnly for pipeline testing

* Remove testing logs

* Additional clean up

* Keep apikey fallback while migrating

* Keep migration to new endpoint

* Keep migration to new endpoint

* Feedback

---------

Co-authored-by: Alitzel Mendez <almend@microsoft.com>
Co-authored-by: Alitzel Mendez <6895254+AlitzelMendez@users.noreply.github.com>

* [changed-files.js] Add markdown() filter (#39198)

* [ARM Auto SignOff] Fix casing of workflow name (#39200)

- incorrect name introduced in #39149

* Skip verify setup tool when running on coding agent (#39130)

Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>

* Update trigger and PR settings in YAML pipeline (#39194)

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

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

* Refactor API Review task conditions in YAML

* Apply suggestion from @Copilot

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

---------

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

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

* Fix npm URL replacement logic to handle versioned and non-versioned URLs

Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com>

* Simplify regex pattern as suggested by weshaggard

Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com>

* Fix regex to handle query params and fragments, add edge case tests

Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com>

---------

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

* [dependabot.yml] Enable for github actions (#39204)

* Add 2025-09-01 to Main for ACS Email GA (#37848)

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

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

* add new GA resources

* update

* fix comment from reviewer

---------

Co-authored-by: Komivi Agbakpem <kevin.agbakpem@gmail.com>

* [mysqlflexibleservers] add config for python to keep compatibility (#39188)

* add config for python to keep compatibility

* update

* build(deps): bump actions/checkout from 4 to 6 (#39206)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump actions/setup-dotnet from 4 to 5 (#39208)

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump actions/upload-artifact from 4 to 5 (#39207)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* [TSP Migration][attestation] Migrate attestation to TypeSpec (#37548)

* The first version of TSP

* Fix errors and diff

* run prettier check

* Update example file, fix spell check error, run tsp format

* Update main.tsp

* Update tspconfig.yaml

* update description

* Fix comments

* Update

* update client Name

* Add Python client name to AttestationManagementClient

* disable fix-const-stuttering

* Replace list operation templates and update properties with new decorators

* add suppress

* run tsp format command

---------

Co-authored-by: v-xuto <v-xuto@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* [TypeSpec-Migration] ManagementGroups (#38384)

* initial convert

* single swagger file compare

* fix routes

* fix managementgroups paths

* fix

* format

* sdk configs

* Revert "single swagger file compare"

This reverts commit 5e729cbbb81bce82cfe22c4d5f4b4ae28a61c43d.

* prettier

* service-dir

* fix cache-control and x-nullable

* config

* remove operation id

* fix x-nullable

* x-ms-parameter-location for subscriptionId

* add code

* add code

* Add client customization for ManagementGroupsAPI

* Rename client to ManagementGroupsMgmtClient

* Revert "x-ms-parameter-location for subscriptionId"

This reverts commit 997c275ac301ec7752c0dcd72aa95724586384ac.

* make subscriptionId method level parameter

* add clientlocation

* test config

* test config

* update config

* change code place

* change code place

* remove code

* add usage for input model

* update client name

* fix pageable

* Update back-compatible.tsp

* Update flattenProperty call for EntityInfo

* fix format and final state schema

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Add configuration to verify the new code generation (#39024)

* Add a step explicitly to verify setup (#39213)

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

* Restructure copilot instructions to move typespec and sdk generation to sub instruction files (#39171)

* Restructure copilot instructions to move typespec and sdk generation instructions to sub file

* Update Chat event to include sequenceId (#39046)

* Update Chat event to include sequenceId

* running Tsp

* updating sequence to use uint64 instead of int64

* undo commit - updating sequence to use uint64 instead of int64

* [dependabot.yml] Remove cooldown for github-actions (#39222)

- We only pin actions major versions, so cooldown less useful
- Cooldown also prevents creating PRs to update major versions, if the latest patch release is within the cooldown period

* Migrate Storage from swagger to TypeSpec (#35403)

* converted

* update

* update

* run prettier

* update

* remove old example files

* include new example files in TSP directory

* update

* update

* update

* Update models.tsp

* recover readme.md

* array element length constraint

* recovery of previous spec files

* Update tspconfig.yaml

* update

* update

* update for {subscription-id} to 00000000-0000-0000-0000-000000000000

* update

* update

* etag mv fix

* Update BlobContainersList.json

* Update BlobContainersList.json

* format uri fix

* update

* update

* fix etag not eTag

* fix optional body

* update

* update

* fix for ProvisioningState

* update

* update

* adopt the ErrorResponse with the local defined one.

* update

* fix AAO and location header for  StorageTaskAssignments_Delete / StorageTaskAssignments_Update

* fix  for OverrideErrorType

* fix optional body

* Update ImmutabilityPolicy.tsp

* Update tspconfig.yaml

* Update ImmutabilityPolicy.tsp

* update

* update

* remove @operationId decorate

* update

* fix warning for clientLocation

* update

* Update client.tsp

* Update main.tsp

* fix

* deleted in the fix #36084

* fix

* addted example files

* update

* formatted

* update

* update

* update

* update

* Update Java service-dir after package split

* fix as new pagination way

* Fix: "x-ms-external": true

* update

* update

* Revert "update"

This reverts commit af8700be938e379a1affd8228506571122e74450.

* Revert "update"

This reverts commit b0d15e225e4bfd4269a9832207247bd620193b14.

* Fix Request model

* update for PR #36668

* update

* resolve breaking

* fix go

* fix go

* update

* update

* Update back-compatible.tsp

* Update tspconfig.yaml

* Update models.tsp

* java configurations

* update

* update

* Update client.tsp

* Update tspconfig.yaml

* update

* etag for java

* update client name for python

* override for java

* format

* update

* Update client.tsp

* Update tspconfig.yaml

* Update tspconfig.yaml

* recovery of version 2025-01-01

* update

* delete examples of  xx.Management of  2025-01-01

* add examples to Tsp of 2025-06-01

* examples of swagger after run tsp compile .

* Update models.tsp

* Update openapi.json

* resolve warnings

* fix customAzureResource

* update

* rename common type Resource

* update

* update

* update

* update IntervalUnit

* Revert "update IntervalUnit"

This reverts commit 632da2f4827c410a14f2d429f161eab243e1716e.

* Add Python to clientName for DeletedAccounts

* fix: IntervalUnit

* Update client.tsp

* Update StorageTaskAssignment.tsp

* add config for python

* add config for python

* add config for python

* Update back-compatible.tsp

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Search tsp rc (#38841)

* Omit constructors for Rust Key Vault clients (#39209)

* build(deps): bump actions/upload-artifact from 5 to 6 (#39223)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump github/codeql-action from 3 to 4 (#39224)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* [EngSys] Update default node version from 22 to 24 (#39227)

* Add 'APIView prod deployment' to internal service connections (#39216)

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* [EngSys] Update default node version from 22 to 24 (part 2) (#39228)

* Improve Description Per feedback (#39220)

* [search] tsp format (#39230)

* build(deps): bump actions/github-script from 7 to 8 (#39205)

* build(deps): bump actions/github-script from 7 to 8

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* Use Node 24 with github-script@v8

* update spec-gen-sdk-status.yml

---------

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>

* [dependabot.yml] Remove ignores for prettier, vitest, typescript (#39232)

- Not necessary to align with typespec repo
- Sufficient for both repos to stay near latest

* [EngSys] Add action to install deps for github-script (#39244)

* Azure Databricks 2026-01-01 API Version (#38900)

* Azure Databricks 2026-01-01 API Version: Serverless Workspace & Front-end Private Link

* Clean up typespec issues in ACR (#39031)

* update the typespec and remove the operationId decorator for SAPVirtualMachine RP (#39116)

* [avs] Update client.tsp (#39253)

* Update client.tsp

* Update client.tsp

* [.github] Rename workflow files from *.yml to *.yaml (#39233)

* Update paths to include all files in .github directory for evals (#39263)

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

* Update Quantum Control Plane API adding new 2025-12-15 version with Quotas on provider level for workspace resource (#39258)

* Add quotas on provider level for Workspace resource

* Add deprecation message

* Removed quotas from workspace level

* Add examples

* Updated readme with new version

---------

Co-authored-by: ashwinmayya <ashwinm@microsoft.com>

* [.github] Add test to ensure workflows use extension `.yaml` (#39279)

* Updated property descriptions for several weather service object properties. (#38908)

* Updated property descriptions for AirAndPollen and AirQuality properties.

* Updated property descriptions for 'daily' objects.

* Updated property descriptions for 'daily' objects.

* spelling issues.

* Updates to datTime properties etc.

* feedback

* [OpenAI.v1] Updating spec to latest from the new ingestion pipeline. (#39168)

* [TSV] share a helper to get the last segment of emitter-output-dir (#39163)

* feat: enhance variable resolution in TspconfigEmitterOptionsSubRuleBase and add test case for recursive variable resolution

* fix: update error messages for emitter output directory validation and streamline variable resolution logic

* fix: refactor emitter output directory rules for improved consistency and clarity

* fix: update variable type annotations for improved type safety in emitter options

---------

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* remove package-name in tspconfig.yaml (#39285)

* update (#39254)

* [Draft] Updates to TextTranslation 2025-10-01-preview (#38621)

* Update get supportedLanguagesResult, -dictionary + LLM models

* clean up client.tsp, custom rename dir -> directionality

* Rename: TranslateTarget -> TranslationTarget

* ReferenceSentencePair -> ReferenceTextPair

* avoid body in generated names

* versioning update

* response values read visibility

* transliterateresult value readonly

* cleanup client

* custom clientname for translate item targets

* update getsupportedlanguages example & missed models field on translationlanguage

* fix a couple of fields

* type string -> etag

* readonly languages dictionary

* scripts list readonly

* exclude python from client renames

* clientName dotnet -> csharp

* python emitter no generate test & sample

* disable generate saple for java

* generate-samples java typo

* fix typo in comment

* java codegen config

* java generated parameter naming

* make unused classes internal for java

* set usage types for internal classess

* clean up java generated methods

---------

Co-authored-by: Jiarui Guo <jiarguo@microsoft.com>

* Update Nginx spec (#39215)

* [TSV] Add new rule for python configuration validation for mgmt SDKs (#39142)

* add new rule for python configuration validation

* Refactor TspConfigPythonNamespaceMatchesEmitterOutputDirSubRule for improved validation logic

---------

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* mgmt, flatten only for autorest (#39252)

* Migrate PostgreSql to TypeSpec (#36556)

* Update emitter output directories in tspconfig.yaml for Confidential Ledger and Container Service (#39256)

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* Storage STG 101 Typespec (#39128)

* Added new Typespec version for STG101 (#38546)

* new typespec version

* Added generated_blob

* updated default tag in readme

* Added examples directory

* Cross-Tenant support for Principal Bound Delegation Sas 101 (TypeSpec) (#38626)

* added DelegatedUserTid

* Add generated_blob.json

* re-commented @azure-tools/typespec-csharp

* updated formatting

* Added SKUs (#38658)

* Merged main (#38661)

* Spelling baseline and corrections for .github folder (#38545)

* Baseline for .github folder

* Narrow exceptions for some spellings

* Format

* spell check tests/fixtures

* [.github/shared] type-check tests (#38532)

- Enable TypeScript type checking of test files
- Address all type errors
- Preparing to enable eslint type-checked ruleset
- In future PR, will enable type-checking of tests in `.github/workflows`

* Migrate conditional flatten to flattenProperty (#38541)

* npm update (#38548)

* Durabletask: Revert client rename to meet .NET naming conventions (#38552)

* Revert "[DurableTask] Rename SDK classes for 1.0.0 release (#38143)"

This reverts commit 485b3477f78f10d3c8d7247ddd6a9d619b792241.

* DurableTask client: add new class name

---------

Co-authored-by: Bernd Verst <beverst@microsoft.com>

* desktopvirtualization 2025-08-01-preview & 2025-09-01-preview (#36798)

desktopvirtualization 2025-08-01-preview & 2025-09-01-preview

Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>

* Update the csharp codegen settings for mysql (#38566)

* Update the DurableTask configuration to support the new MPG (#38568)

* java, mgmt, elasticsan config (#38569)

* java, mgmt, acr, config readme (#38570)

* Swagger changes to Support Jira V2 in ADF (#38430)

* Update Dataset.json for Jira dataset properties

Updated the Dataset.json to reference JiraTableDatasetTypeProperties and added properties for Jira dataset.

* Add JiraDatasetTypeProperties to Dataset.json

Added Jira dataset properties with descriptions for tableName, table, and schema.

* Change dataset reference from Generic to Jira type

* Update Jira dataset descriptions for V2 support

* Update Jira dataset descriptions for V2 support

---------

Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>

* Using new management plain generator for service dependency map (#38567)

* update tspconfig.yaml.

* replace suffix "Request" With "Content" in model names.

* update client.tsp

* update client.tsp

* fix format issue.

* mgmt, java, monitor, directive to avoid enum of duplicated name (#38572)

* Update readme.md (#38565)

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

* add python config (#38576)

* Update productType and language descriptions for clarity in models and OpenAPI specifications (#38559)

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

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

* Updates readme

* Updates API version in new specs and examples

* add alb addon to managed cluster ingress profile (#38022)

* Update managed namespace preview api based on GA api (#38036)

* add default domain to aks preview 2025-09-02 (#38037)

* feat: Support nftables mode in kube-proxy (#38030)

* feat: Support nftables mode in kube-proxy

* allow nftables word

* asdf

* asdf

* asdf

* remove outdated maintenance config examples (#38057)

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

* Added new kata naming convention to preview API. (#38067)

---------

Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>

* added older preview versions (#38397)

* added older preview swagger

* added back 20241115preview and 20250515preview in typespec

* updated readme

* add older preview swagger

* added 20241115preview and 20250515preview in typespec for Conv inference

* updated readme

* added older preview swaggers for conv authoring

* add older preview in typespec

* update readme

* fix typespec validation

* updated readme

* removed 20241115preview from analyzetext

* remove from analyzetext readme

* removed 20241115preview from analyze conversations

* remove from analyzeconversation readme

* removed 20241115preview from analyzeconversationauthoring

* removed from analyzeconversationauthoring readme

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

* prompt

* this

* line

* update bens suggestions

* update

* remove try to find pkg path logic

* Update eng/common/instructions/azsdk-tools/check-package-validation.instructions.md

Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* path

* updates

* list numbering incorrect

* linting

---------

Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* Update Microsoft365 naming to Channels (#38517)

* Migrate newrelic to TypeSpec (#36442)

* generated

* update

* update

* update

* update

* update

* delete

* update

* update

* remove x-cadl-generated

* update

* delete consumes

* update

* rename folder

* remove legacyoperation

* update tspconfig

* format

* update summary and description

* update

* add namepattern

* fix java package name

* service-dir for java

* Update tspconfig.yaml

* update

* add config for python

* rename op name for python

* sync go directive

* update package name for js sdk

* remove rename config for python

* update service-dir for js sdk

* fix

* Update output directory and module for New Relic

* update client name for js

* Add createOrUpdate client for MonitoredSubscriptions

* update

---------

Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* service bus config (#38578)

* Redis Enterprise API Version `2025-08-01-preview` with both AMR Migration and Scheduled Update features (#38286)

* Add maintenance config fields to ARM spec

* Move versions from private repo to public for Microsoft.Datadog (#38009)

* Base commit

* Add new api versions

* Fix SDK validation

* Unify EdgeActions with CDN 2025-09-01-preview and migrate to TypeSpec (#38054)

* Add EdgeActions 2025-09-01-preview baseline from 2024-07-22-preview

Copy EdgeActions API specification from 2024-07-22-preview to new EdgeActions directory structure as baseline for 2025-09-01-preview.

* Migrate EdgeActions to TypeSpec with API changes for 2025-09-01-preview

- Convert EdgeActions from JSON swagger to TypeSpec
- Add TypeSpec configuration for all SDK languages (Python, Java, Go, TypeScript, C#)
- Configure separate Azure.ResourceManager.EdgeActions package for .NET SDK
- Add @clientName decorator for EdgeActionAttachmentResponse -> EdgeActionAttachmentResult (C# naming convention)
- Add file-scoped suppression for ProvisioningStateMustBeReadOnly
- Add new operations: SwapDefault, DeployVersionCode, GetVersionCode
- Update all examples to 2025-09-01-preview
- Generate OpenAPI via TypeSpec compiler with automatic x-ms-examples

* fix java sdk validation

* fix(edgeactions): address PR review comments for 2025-09-01-preview

- Add x-ms-client-flatten and x-ms-mutability to properties field on EdgeAction, EdgeActionVersion, and EdgeActionExecutionFilter resource models for backwards compatibility with 2024-07-22-preview baseline
- Change EdgeActionAttachmentResponse.edgeActionId from readOnly to x-ms-mutability [read, update, create] to match baseline behavior
- Replace 'ARM' with 'Azure' in resource identifier descriptions (AttachedResourceId and EdgeActionVersionId)
- Consolidate multiple PostResponseCodes suppressions into single entry with array of where clauses in readme.md
- Add OpenAPI extension decorators using @@extension augments in TypeSpec with appropriate suppressions for no-openapi warnings

* style(edgeactions): apply tsp format to TypeSpec files

- Reformat @@extension calls to multi-line style for better readability
- Reorder #suppress directive placement per formatter rules

* remove unnecessary ProvisioningStateMustBeReadOnly suppression

All provisioningState properties are already correctly marked as readOnly in the generated OpenAPI spec. The suppression is not needed as the spec complies with ARM validation rules.

* Revert "remove unnecessary ProvisioningStateMustBeReadOnly suppression"

This reverts commit a5988e2e2c8188e0836b5d366bb19469535ca772.

* extend ResourceProvisioningState for standard ARM compliance

Change ProvisioningState to extend ResourceProvisioningState which provides the three required states (Succeeded, Failed, Canceled) with standard ARM descriptions, and add custom states (Provisioning, Upgrading) specific to edge actions lifecycle.

* remove ProvisioningStateMustBeReadOnly suppression

Suppression no longer needed after extending ResourceProvisioningState which properly handles ARM validation requirements.

* add use-read-only-status-schema to resolve ProvisioningStateMustBeReadOnly validation

Enable use-read-only-status-schema: true in tspconfig.yaml to work around known limitation in azure-openapi-validator and oav with \ siblings. This adds readOnly: true directly to status schema definitions, resolving ProvisioningStateMustBeReadOnly validation errors.

References:
- https://github.com/Azure/azure-openapi-validator/issues/637
- https://github.com/Azure/oav/issues/848

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>

* Merge tag for ACR Go release (#38594)

* Merge tag for ACR Go release

* Update input file path for container registry tasks

* fix

* update

* Add documentation for Defender for Containers resource level (#35905)

* Add documentation for Defender for Containers resource level

* remove operation status

* prettier

* remove tags with multiple versions

* revert

* new line

* revert

---------

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

* [CQA] Correct typo (#38579)

* correct typo

* change getImportStatus getExportStatus getDeployStatus getDeleteStatus getUpdateQnasStatus getUpdateSourcesStatus to internal

---------

Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>

* Waves API (#37394)

* Changes for public preview

* Adding refresh API

* Adding further types for drApplicanceInventoryId

* [.github] type-check tests (#38591)

* Add contrainerregistry directive (#38619)

* add directive

* add directive

* add directive

* add directive

* add directive

* mgmt, java, monitor, add a tag in readme.java.md for SDK configure (#38616)

* remove the csharp config since this library is still generating from swagger (#38599)

* Keyvault.Management TypeSpec, fix secrets put (#38620)

* fix secret

* regen

* Merging and 2024-02-15-preview and 2024-06-15-preview api to main (#38359)

Merging and 2024-02-15-preview and 2024-06-15-preview api to main (#38359)

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

* add tool instructions prompt

* minor

* prompt revision

* prompt revision and fallback to core requirements

* rename langs to languages + revise prompt

* edit prompt and make checks concurrent

* fix prompt

* add venvPath argument

* minor prompt and log edit

---------

Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>

* Remove arm-resource-flattening and migrate to explicity flattenProperty (#38581)

* omit constructors (#38588)

* Update with the configuration to run go generate after tsp compile. (#38609)

There are some post-generation steps that run after tsp generation, to create the system events enum. Adding in this switch ensures we generate the same client in all of our systems.

This shouldn't change anything about generation, but it will mean the automated APIView diffs will work properly.

* Fix tag in dns-resolver new version for swagger generations (#38635)

* remove HDInsight On Aks api specs (#38593)

Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>

* Updated the description for the boundingBox property of the address object. (#38554)

* Release Microsoft.Network API Version 2025-03-01  (#38556)

* Copy files from stable/2025-01-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-03-01

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

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

* Copy readme.md suppressions and directives from previous stable version

* Application Gateway Entra JWT Validation Feature Support (#38335)

* Application Gateway Entra JWT Validation Feature Support

* fixing doe style issues

---------

Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>

* Application Gateway MTLS Passthrough Feature Support (#38337)

Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Remove NonSensitivity for DDoS ruleset (#38246)

* Remove NonSensitivity

* make change in the right API folder

* add suppression

---------

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* Adding recordType field to 2025-03-01 version (#38361)

* Adding recordType field to 2025-03-01 version

* Changed description of RecordType

---------

Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>

* Add new DdosCustomPolicy properties + update examples (#38272)

* Add DCP properties + update examples to 2024-07-01 to 2025-03-01

* Remove unecessary FIP from examples

* Remove < 2025-03-01 API version changes + Resolve PR feedback

* Remove unecessary type

* Fix PR comments

* Attempt

---------

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

* Updating Examples Files For ErGwScale Get / Update (#38419)

* update examples

* updated the jsons

---------

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

* IpVersionType property for Private Endpoint API (#38497)

* Addedipconfig type

* Fix indentation

* Addressing comments

* Added example

---------

Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* IP Preservation API Support (#38358)

* IP Preservation API Support

---------

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

---------

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>

* Add optional boolean to capabilityhost object and rename agentDeployments (#38374)

* Add optional boolean to capabilityhost object

* Rename applications/deployments to applications/agentDeployments.

* Update naming enablePublicHostedCode -> enablePublicHostingEnvironment.

* Update suppression to fix path.

---------

Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>

* LintDiff: Ensure that default tag is scanned when there is a new tag in the 'after' state (#38611)

* LintDiff: Ensure that default tag is scanned when there is a new tag in the 'after' state

* Review feedback: break, eliminate empty set handling in favor of empty tag value

* Add ability to skip onboarding legacy moniker to Update-DocsMsPackages.ps1 (#38639)

Co-authored-by: Daniel Jurek <djurek@microsoft.com>

* fix param order (#38657)

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

* Revert "LintDiff: Ensure that default tag is scanned when there is a new tag …" (#38660)

This reverts commit acdf0134b80079d5d9e7f069910148e0fb48166f.

* Fix EdgeActions 2025-09-01-preview examples: remove invalid provisioning state and SKU values (#38655)

* Fix EdgeActions 2025-09-01-preview examples: remove invalid provisioning state and SKU values

- Changed provisioningState from 'Accepted' to 'Succeeded' (valid enum value)
- Changed SKU name from 'Basic' to 'Standard' in all examples
- Affected files: 8 example JSON files in EdgeActions preview API

* Fix EdgeActions examples in second directory: remove invalid provisioning state and SKU values

- Changed provisioningState from 'Accepted' to 'Succeeded' (valid enum value)
- Changed SKU name from 'Basic' to 'Standard' in all examples
- Affected files: 6 example JSON files in specification/cdn/resource-manager/Microsoft.Cdn/EdgeActions/examples/2025-09-01-preview/

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: yossigorshomov <yossigor@gmail.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>

* Added SourceEncryptionKey (#38662)

* Added AccessTierIfModifiedSinceParameter & AccessTierIfUnmodifiedSinceParameter (#38665)

* tsp compile

* clean install + re-compile

---------

Co-authored-by: Nick Liu <nicliu@microsoft.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: yossigorshomov <yossigor@gmail.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>

* remove outdated TypeSpecValidation suppressions (#39247)

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

* build(deps-dev): bump @typespec/compiler (#39284)

Bumps the typespec group with 1 update in the / directory: [@typespec/compiler](https://github.com/microsoft/typespec).


Updates `@typespec/compiler` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.7.0...@typespec/compiler@1.7.1)

---
updated-dependencies:
- dependency-name: "@typespec/compiler"
  dependency-version: 1.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typespec
...

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

* bump prettier from 3.6.2 to 3.7.4 (#39308)

* [.github] ignore shared/coverage in eslint (#39312)

* [EngSys] npm update --before 2025-12-16 (#39313)

- earliest date compatible with tsp version

* [TSP Migration]--RedisEnterprise (#38436)

* just converted

modelerfour:
  lenient-model-deduplication: true
  prenamer: true

* could compile

* update

* update

* Update tspconfig.yaml

* update

* Update tspconfig.yaml

* Update tspconfig.yaml

* Update tspconfig.yaml

* update

* update

* update

* update

* update client name

* update config for python

* updaate

* add config

* remove example config

* revert code

* fix PrivateEndpointConnection duplicate schema

* remove java config

* fix PrivateEndpointConnectionListResult

* add go config

* add go config

* add go config

* update

* update go config

---------

Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: XiaofeiCao <xiaofeicao@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* [.github] bump vitest from 3.2.4 to 4.0.15 (#39309)

* [eng/tools] Bump @types/node from 18 to 20 (#39314)

* Update StorageSync TypeSpec definitions for new .NET MPG support (#39257)

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.3 to 0.9.4 (#39240)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.4
  dependency-type: direct:development
  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>

* Merge GalleryRP 2025-03-03 Features into Main (#38715)

* add new version to main.tsp

* add examples

* swagger generated

* update readme file

* add import versioining

* Gallery Image version StorageAccountStrategy  (#35769)

* tsp update

* swagger added

* fix typespec CI validation

---------

Co-authored-by: Ojo Okoka <ojookoka@microsoft.com>

* New resource type - Gallery Scripts  (#35887)

* added models and main.tsp reference

* update

* add added decorators

* fix unintentional change

* add examples

* update galleryScript name pattern

* fix parameter name with back-compatibles

* fix CI failures

* update responses codes

* fix enum descriptions

* add validationStatus

* update

* set readOnly properties as readOnly

* remove schema from 202 returns

* fix typo

* tsp compiler updated

* Included Azure-AsyncOperation headers to address ARM Comments

* Added ArmAsyncOperationHeader for ARM Comments and fixed Tsp compile issues

* Attempt to fix CI TypeSpec Validation

* Attempt to fix CI TypeSpec Validation through npx commands

* Attempted fix

* Cleanup GalleryScriptVersion.tsp file

* Attempted to use Azure decorators

---------

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

* Compilation Errors for TS Validation Fix

* Adding updated Gallery swagger to updated Readme input-file

* Rollback name pattern req + updates to Typespec Validation

* Adding delete read only directives to change 2024-03-03 json from update

* Reversing changes and Getting Breaking Change Approval

* Revert name pattern changes to see CI checks

* Fix Readme and add Swagger Lint Suppression

* Corrected name for min and maxValue

* Rollback on parameter name changes

* Added existing name pattern for GalleryApplications

* Removed suppression for NamePattern

---------

Co-authored-by: Theodore Chang <thchan@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: audreyttt <audreytoney@microsoft.com>

* add .net sdk config (#39177)

Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com>

* Made dotnet SDK validation required (#39318)

* Enabled required setting for .net

* Fixed test

* Remove Invoke-ToolDescriptionEvaluator script (#39321)

Co-authored-by: Summer Warren <summerwarren@microsoft.com>

* Rename body (#39265)

* Rename body

* update examples.

* updates

* update

* update

* updates

* Bump @microsoft.azure/openapi-validator-rulesets from 2.1.10 to 2.2.0 (#39319)

* Dell public swagger API release (#39310)

* typespec move for november preview (#38980)

* typespec move for november preview

* delete manual swaggers

* update readme

* update

* update

* rename for java

* client.tsp

* fix

* java client

* Update tspconfig.yaml for Azure Stack HCI SDK

* update

* Revert "update"

This reverts commit 79b72fff7bd9e1ba39352bfadd411d265cb1bfe5.

* duplicate list

* use arm operations

* fix doc comment

* fix documentation

* roo analysis

* refactor duplicate models

* remove dup text

* adding dec preview

* remove swaggers

* Exclude some flattenProperties for js

* restore not common models

* Refactor EdgeMachine Models 

* duplicate list

* use arm operations

* fix doc comment

* [Minor] use arm operations for ov api  (#39121)

* use arm operations

* fix doc comment

* make commit ready

* format

* fix documentation

* roo analysis

* refactor duplicate models

* remove dup text

* restore not common models

* format

* readme update

* formatting

* update

* tsp compile with new version

* no base version annotation

* revert examples for november to store original alignment

* hci properties for december

* prettier fix

* revert

* remove : @@Legacy.flattenProperty(UpdateProperties.componentVersions);

* recompile using compiler 1.7.0

* remove client flatten to unblock sdk

* lint diff suppression

* remove unused model

* remove flatten from non model

---------

Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jialin Huang <jialinhuang@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>

* Update client setting of Terraform (#39304)

* update descriptions for execute create and delete (#39218)

* [EngSys] npm update --before 2025-12-17 (#39336)

* [eng/tools] bump vitest from 3.2.4 to 4.0.15 (#39315)

- reactions to breaking changes
  - adds config to include only `test` dir
    - by default, vitest@4 only excludes tests from `node_modules` and `.git` folders (not `dist`)
  - [openapi-diff-runner] mock ctors using `function` instead of `=>`

* Set StagedArtifactsFolder to empty if it's undefined (#39303)

* Set StagedArtifactsFolder to empty if it's undefined

* Set variable when it's valid

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.4 to 0.9.5 (#39338)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.5
  dependency-type: direct:development
  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>

* build(deps-dev): bump @azure-tools/typespec-client-generator-core (#39337)

Bumps the typespec group with 1 update in the / directory: [@azure-tools/typespec-client-generator-core](https://github.com/Azure/typespec-azure).


Updates `@azure-tools/typespec-client-generator-core` from 0.63.0 to 0.63.1
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/@azure-tools/typespec-azure-rulesets@0.63.0...@azure-tools/typespec-client-generator-core@0.63.1)

---
updated-dependencies:
- dependency-name: "@azure-tools/typespec-client-generator-core"
  dependency-version: 0.63.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typespec
...

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

* fix flatten breakings for avs (#39325)

* Add swagger and typespec `module`  version suffix (#39133)

* add suffix

* add config

* add config

* add version suffix

* add quota version suffix

* update version

* Cleaned up obsolete content (#39225)

* [typespec-requirement] enable eslint (#39348)

* [eslint] Enable debug category "eslint:linter" (#39349)

- Lists all files analyzed

* [tsp-client-tests] enable eslint (#39350)

* Change folder name for Micosoft.Management RP and move resource type servicegroups to own service and updated SDK packages (#38861)

* Move service groups to its own service

* Change RP name from managementgroups to management

* Update SDK config files

* Update readme.java.md

* Update readme.java.md

* Update readme.java.md

* Update readme.md

* Update wth Typespec migration

* Move typespec files to service ManagementGroups

* Update tspconfig.yaml

* Move service groups to its own service

* Change RP name from managementgroups to management

* Update SDK config files

* Update readme.java.md

* Update readme.java.md

* Update readme.java.md

* Update readme.md

* Update wth Typespec migration

* Move typespec files to service ManagementGroups

* Update tspconfig.yaml

---------

Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.5 to 0.9.6 (#39364)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.6
  dependency-type: direct:development
  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>

* Updete client settings for VirtualEnclaves (#39355)

* Update client settings for StorageMover (#39329)

* Updete client settings for WorkloadOrchestration (#39356)

* configure default value for python (#39368)

* Migrate stress cluster resource groups (#39126)

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

* [TSP Migration][batch] TypeSpec migrated from swagger (#38084)

* converted

* solved error

* update @list && main.tsp description

* update parameters:name

* update response:header

* update x-nullable:true

* update deprecated && delete deprecated suppress

* update tspconfig.yml & midify readme & delete other swagger file

* after prettier

* after prettier recource-manager

* solve warning

* add @secret & update #suppress

* fix x-ms-enum missing name

* update readme

* fix tspconfig location error

* remove operationId

* remove @useDepedency

* update missing

* model validation test

* model validation test

* fix model validation error

* fix model validation error

* fix model validation error

* fix model validation error

* Revert "model validation test"

This reverts commit bba6306db7970a9ac21698e2239d3ac2f4122496.

* fix default response

* update

* update

* prettire

* update

* update dec & summary

* update

* update

* fix tsmv error

* format change

* diff fix

* add title

* fix diff

* diff fix

* update description

* delete

* fix model validation error

* update response

* update

* update

* fix

* rem…
kamboj-prjwl added a commit that referenced this pull request Jan 6, 2026
* build(deps): bump actions/upload-artifact from 4 to 5 (#39207)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* [TSP Migration][attestation] Migrate attestation to TypeSpec (#37548)

* The first version of TSP

* Fix errors and diff

* run prettier check

* Update example file, fix spell check error, run tsp format

* Update main.tsp

* Update tspconfig.yaml

* update description

* Fix comments

* Update

* update client Name

* Add Python client name to AttestationManagementClient

* disable fix-const-stuttering

* Replace list operation templates and update properties with new decorators

* add suppress

* run tsp format command

---------

Co-authored-by: v-xuto <v-xuto@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* [TypeSpec-Migration] ManagementGroups (#38384)

* initial convert

* single swagger file compare

* fix routes

* fix managementgroups paths

* fix

* format

* sdk configs

* Revert "single swagger file compare"

This reverts commit 5e729cbbb81bce82cfe22c4d5f4b4ae28a61c43d.

* prettier

* service-dir

* fix cache-control and x-nullable

* config

* remove operation id

* fix x-nullable

* x-ms-parameter-location for subscriptionId

* add code

* add code

* Add client customization for ManagementGroupsAPI

* Rename client to ManagementGroupsMgmtClient

* Revert "x-ms-parameter-location for subscriptionId"

This reverts commit 997c275ac301ec7752c0dcd72aa95724586384ac.

* make subscriptionId method level parameter

* add clientlocation

* test config

* test config

* update config

* change code place

* change code place

* remove code

* add usage for input model

* update client name

* fix pageable

* Update back-compatible.tsp

* Update flattenProperty call for EntityInfo

* fix format and final state schema

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Add configuration to verify the new code generation (#39024)

* Add a step explicitly to verify setup (#39213)

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

* Restructure copilot instructions to move typespec and sdk generation to sub instruction files (#39171)

* Restructure copilot instructions to move typespec and sdk generation instructions to sub file

* Update Chat event to include sequenceId (#39046)

* Update Chat event to include sequenceId

* running Tsp

* updating sequence to use uint64 instead of int64

* undo commit - updating sequence to use uint64 instead of int64

* [dependabot.yml] Remove cooldown for github-actions (#39222)

- We only pin actions major versions, so cooldown less useful
- Cooldown also prevents creating PRs to update major versions, if the latest patch release is within the cooldown period

* Migrate Storage from swagger to TypeSpec (#35403)

* converted

* update

* update

* run prettier

* update

* remove old example files

* include new example files in TSP directory

* update

* update

* update

* Update models.tsp

* recover readme.md

* array element length constraint

* recovery of previous spec files

* Update tspconfig.yaml

* update

* update

* update for {subscription-id} to 00000000-0000-0000-0000-000000000000

* update

* update

* etag mv fix

* Update BlobContainersList.json

* Update BlobContainersList.json

* format uri fix

* update

* update

* fix etag not eTag

* fix optional body

* update

* update

* fix for ProvisioningState

* update

* update

* adopt the ErrorResponse with the local defined one.

* update

* fix AAO and location header for  StorageTaskAssignments_Delete / StorageTaskAssignments_Update

* fix  for OverrideErrorType

* fix optional body

* Update ImmutabilityPolicy.tsp

* Update tspconfig.yaml

* Update ImmutabilityPolicy.tsp

* update

* update

* remove @operationId decorate

* update

* fix warning for clientLocation

* update

* Update client.tsp

* Update main.tsp

* fix

* deleted in the fix #36084

* fix

* addted example files

* update

* formatted

* update

* update

* update

* update

* Update Java service-dir after package split

* fix as new pagination way

* Fix: "x-ms-external": true

* update

* update

* Revert "update"

This reverts commit af8700be938e379a1affd8228506571122e74450.

* Revert "update"

This reverts commit b0d15e225e4bfd4269a9832207247bd620193b14.

* Fix Request model

* update for PR #36668

* update

* resolve breaking

* fix go

* fix go

* update

* update

* Update back-compatible.tsp

* Update tspconfig.yaml

* Update models.tsp

* java configurations

* update

* update

* Update client.tsp

* Update tspconfig.yaml

* update

* etag for java

* update client name for python

* override for java

* format

* update

* Update client.tsp

* Update tspconfig.yaml

* Update tspconfig.yaml

* recovery of version 2025-01-01

* update

* delete examples of  xx.Management of  2025-01-01

* add examples to Tsp of 2025-06-01

* examples of swagger after run tsp compile .

* Update models.tsp

* Update openapi.json

* resolve warnings

* fix customAzureResource

* update

* rename common type Resource

* update

* update

* update

* update IntervalUnit

* Revert "update IntervalUnit"

This reverts commit 632da2f4827c410a14f2d429f161eab243e1716e.

* Add Python to clientName for DeletedAccounts

* fix: IntervalUnit

* Update client.tsp

* Update StorageTaskAssignment.tsp

* add config for python

* add config for python

* add config for python

* Update back-compatible.tsp

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Search tsp rc (#38841)

* Omit constructors for Rust Key Vault clients (#39209)

* build(deps): bump actions/upload-artifact from 5 to 6 (#39223)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump github/codeql-action from 3 to 4 (#39224)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* [EngSys] Update default node version from 22 to 24 (#39227)

* Add 'APIView prod deployment' to internal service connections (#39216)

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* [EngSys] Update default node version from 22 to 24 (part 2) (#39228)

* Improve Description Per feedback (#39220)

* [search] tsp format (#39230)

* build(deps): bump actions/github-script from 7 to 8 (#39205)

* build(deps): bump actions/github-script from 7 to 8

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* Use Node 24 with github-script@v8

* update spec-gen-sdk-status.yml

---------

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>

* [dependabot.yml] Remove ignores for prettier, vitest, typescript (#39232)

- Not necessary to align with typespec repo
- Sufficient for both repos to stay near latest

* [EngSys] Add action to install deps for github-script (#39244)

* Azure Databricks 2026-01-01 API Version (#38900)

* Azure Databricks 2026-01-01 API Version: Serverless Workspace & Front-end Private Link

* Clean up typespec issues in ACR (#39031)

* update the typespec and remove the operationId decorator for SAPVirtualMachine RP (#39116)

* [avs] Update client.tsp (#39253)

* Update client.tsp

* Update client.tsp

* [.github] Rename workflow files from *.yml to *.yaml (#39233)

* Update paths to include all files in .github directory for evals (#39263)

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

* Update Quantum Control Plane API adding new 2025-12-15 version with Quotas on provider level for workspace resource (#39258)

* Add quotas on provider level for Workspace resource

* Add deprecation message

* Removed quotas from workspace level

* Add examples

* Updated readme with new version

---------

Co-authored-by: ashwinmayya <ashwinm@microsoft.com>

* [.github] Add test to ensure workflows use extension `.yaml` (#39279)

* Updated property descriptions for several weather service object properties. (#38908)

* Updated property descriptions for AirAndPollen and AirQuality properties.

* Updated property descriptions for 'daily' objects.

* Updated property descriptions for 'daily' objects.

* spelling issues.

* Updates to datTime properties etc.

* feedback

* [OpenAI.v1] Updating spec to latest from the new ingestion pipeline. (#39168)

* [TSV] share a helper to get the last segment of emitter-output-dir (#39163)

* feat: enhance variable resolution in TspconfigEmitterOptionsSubRuleBase and add test case for recursive variable resolution

* fix: update error messages for emitter output directory validation and streamline variable resolution logic

* fix: refactor emitter output directory rules for improved consistency and clarity

* fix: update variable type annotations for improved type safety in emitter options

---------

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* remove package-name in tspconfig.yaml (#39285)

* update (#39254)

* [Draft] Updates to TextTranslation 2025-10-01-preview (#38621)

* Update get supportedLanguagesResult, -dictionary + LLM models

* clean up client.tsp, custom rename dir -> directionality

* Rename: TranslateTarget -> TranslationTarget

* ReferenceSentencePair -> ReferenceTextPair

* avoid body in generated names

* versioning update

* response values read visibility

* transliterateresult value readonly

* cleanup client

* custom clientname for translate item targets

* update getsupportedlanguages example & missed models field on translationlanguage

* fix a couple of fields

* type string -> etag

* readonly languages dictionary

* scripts list readonly

* exclude python from client renames

* clientName dotnet -> csharp

* python emitter no generate test & sample

* disable generate saple for java

* generate-samples java typo

* fix typo in comment

* java codegen config

* java generated parameter naming

* make unused classes internal for java

* set usage types for internal classess

* clean up java generated methods

---------

Co-authored-by: Jiarui Guo <jiarguo@microsoft.com>

* Update Nginx spec (#39215)

* [TSV] Add new rule for python configuration validation for mgmt SDKs (#39142)

* add new rule for python configuration validation

* Refactor TspConfigPythonNamespaceMatchesEmitterOutputDirSubRule for improved validation logic

---------

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* mgmt, flatten only for autorest (#39252)

* Migrate PostgreSql to TypeSpec (#36556)

* Update emitter output directories in tspconfig.yaml for Confidential Ledger and Container Service (#39256)

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* Storage STG 101 Typespec (#39128)

* Added new Typespec version for STG101 (#38546)

* new typespec version

* Added generated_blob

* updated default tag in readme

* Added examples directory

* Cross-Tenant support for Principal Bound Delegation Sas 101 (TypeSpec) (#38626)

* added DelegatedUserTid

* Add generated_blob.json

* re-commented @azure-tools/typespec-csharp

* updated formatting

* Added SKUs (#38658)

* Merged main (#38661)

* Spelling baseline and corrections for .github folder (#38545)

* Baseline for .github folder

* Narrow exceptions for some spellings

* Format

* spell check tests/fixtures

* [.github/shared] type-check tests (#38532)

- Enable TypeScript type checking of test files
- Address all type errors
- Preparing to enable eslint type-checked ruleset
- In future PR, will enable type-checking of tests in `.github/workflows`

* Migrate conditional flatten to flattenProperty (#38541)

* npm update (#38548)

* Durabletask: Revert client rename to meet .NET naming conventions (#38552)

* Revert "[DurableTask] Rename SDK classes for 1.0.0 release (#38143)"

This reverts commit 485b3477f78f10d3c8d7247ddd6a9d619b792241.

* DurableTask client: add new class name

---------

Co-authored-by: Bernd Verst <beverst@microsoft.com>

* desktopvirtualization 2025-08-01-preview & 2025-09-01-preview (#36798)

desktopvirtualization 2025-08-01-preview & 2025-09-01-preview

Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>

* Update the csharp codegen settings for mysql (#38566)

* Update the DurableTask configuration to support the new MPG (#38568)

* java, mgmt, elasticsan config (#38569)

* java, mgmt, acr, config readme (#38570)

* Swagger changes to Support Jira V2 in ADF (#38430)

* Update Dataset.json for Jira dataset properties

Updated the Dataset.json to reference JiraTableDatasetTypeProperties and added properties for Jira dataset.

* Add JiraDatasetTypeProperties to Dataset.json

Added Jira dataset properties with descriptions for tableName, table, and schema.

* Change dataset reference from Generic to Jira type

* Update Jira dataset descriptions for V2 support

* Update Jira dataset descriptions for V2 support

---------

Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>

* Using new management plain generator for service dependency map (#38567)

* update tspconfig.yaml.

* replace suffix "Request" With "Content" in model names.

* update client.tsp

* update client.tsp

* fix format issue.

* mgmt, java, monitor, directive to avoid enum of duplicated name (#38572)

* Update readme.md (#38565)

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

* add python config (#38576)

* Update productType and language descriptions for clarity in models and OpenAPI specifications (#38559)

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

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

* Updates readme

* Updates API version in new specs and examples

* add alb addon to managed cluster ingress profile (#38022)

* Update managed namespace preview api based on GA api (#38036)

* add default domain to aks preview 2025-09-02 (#38037)

* feat: Support nftables mode in kube-proxy (#38030)

* feat: Support nftables mode in kube-proxy

* allow nftables word

* asdf

* asdf

* asdf

* remove outdated maintenance config examples (#38057)

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

* Added new kata naming convention to preview API. (#38067)

---------

Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>

* added older preview versions (#38397)

* added older preview swagger

* added back 20241115preview and 20250515preview in typespec

* updated readme

* add older preview swagger

* added 20241115preview and 20250515preview in typespec for Conv inference

* updated readme

* added older preview swaggers for conv authoring

* add older preview in typespec

* update readme

* fix typespec validation

* updated readme

* removed 20241115preview from analyzetext

* remove from analyzetext readme

* removed 20241115preview from analyze conversations

* remove from analyzeconversation readme

* removed 20241115preview from analyzeconversationauthoring

* removed from analyzeconversationauthoring readme

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

* prompt

* this

* line

* update bens suggestions

* update

* remove try to find pkg path logic

* Update eng/common/instructions/azsdk-tools/check-package-validation.instructions.md

Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* path

* updates

* list numbering incorrect

* linting

---------

Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* Update Microsoft365 naming to Channels (#38517)

* Migrate newrelic to TypeSpec (#36442)

* generated

* update

* update

* update

* update

* update

* delete

* update

* update

* remove x-cadl-generated

* update

* delete consumes

* update

* rename folder

* remove legacyoperation

* update tspconfig

* format

* update summary and description

* update

* add namepattern

* fix java package name

* service-dir for java

* Update tspconfig.yaml

* update

* add config for python

* rename op name for python

* sync go directive

* update package name for js sdk

* remove rename config for python

* update service-dir for js sdk

* fix

* Update output directory and module for New Relic

* update client name for js

* Add createOrUpdate client for MonitoredSubscriptions

* update

---------

Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* service bus config (#38578)

* Redis Enterprise API Version `2025-08-01-preview` with both AMR Migration and Scheduled Update features (#38286)

* Add maintenance config fields to ARM spec

* Move versions from private repo to public for Microsoft.Datadog (#38009)

* Base commit

* Add new api versions

* Fix SDK validation

* Unify EdgeActions with CDN 2025-09-01-preview and migrate to TypeSpec (#38054)

* Add EdgeActions 2025-09-01-preview baseline from 2024-07-22-preview

Copy EdgeActions API specification from 2024-07-22-preview to new EdgeActions directory structure as baseline for 2025-09-01-preview.

* Migrate EdgeActions to TypeSpec with API changes for 2025-09-01-preview

- Convert EdgeActions from JSON swagger to TypeSpec
- Add TypeSpec configuration for all SDK languages (Python, Java, Go, TypeScript, C#)
- Configure separate Azure.ResourceManager.EdgeActions package for .NET SDK
- Add @clientName decorator for EdgeActionAttachmentResponse -> EdgeActionAttachmentResult (C# naming convention)
- Add file-scoped suppression for ProvisioningStateMustBeReadOnly
- Add new operations: SwapDefault, DeployVersionCode, GetVersionCode
- Update all examples to 2025-09-01-preview
- Generate OpenAPI via TypeSpec compiler with automatic x-ms-examples

* fix java sdk validation

* fix(edgeactions): address PR review comments for 2025-09-01-preview

- Add x-ms-client-flatten and x-ms-mutability to properties field on EdgeAction, EdgeActionVersion, and EdgeActionExecutionFilter resource models for backwards compatibility with 2024-07-22-preview baseline
- Change EdgeActionAttachmentResponse.edgeActionId from readOnly to x-ms-mutability [read, update, create] to match baseline behavior
- Replace 'ARM' with 'Azure' in resource identifier descriptions (AttachedResourceId and EdgeActionVersionId)
- Consolidate multiple PostResponseCodes suppressions into single entry with array of where clauses in readme.md
- Add OpenAPI extension decorators using @@extension augments in TypeSpec with appropriate suppressions for no-openapi warnings

* style(edgeactions): apply tsp format to TypeSpec files

- Reformat @@extension calls to multi-line style for better readability
- Reorder #suppress directive placement per formatter rules

* remove unnecessary ProvisioningStateMustBeReadOnly suppression

All provisioningState properties are already correctly marked as readOnly in the generated OpenAPI spec. The suppression is not needed as the spec complies with ARM validation rules.

* Revert "remove unnecessary ProvisioningStateMustBeReadOnly suppression"

This reverts commit a5988e2e2c8188e0836b5d366bb19469535ca772.

* extend ResourceProvisioningState for standard ARM compliance

Change ProvisioningState to extend ResourceProvisioningState which provides the three required states (Succeeded, Failed, Canceled) with standard ARM descriptions, and add custom states (Provisioning, Upgrading) specific to edge actions lifecycle.

* remove ProvisioningStateMustBeReadOnly suppression

Suppression no longer needed after extending ResourceProvisioningState which properly handles ARM validation requirements.

* add use-read-only-status-schema to resolve ProvisioningStateMustBeReadOnly validation

Enable use-read-only-status-schema: true in tspconfig.yaml to work around known limitation in azure-openapi-validator and oav with \ siblings. This adds readOnly: true directly to status schema definitions, resolving ProvisioningStateMustBeReadOnly validation errors.

References:
- https://github.com/Azure/azure-openapi-validator/issues/637
- https://github.com/Azure/oav/issues/848

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>

* Merge tag for ACR Go release (#38594)

* Merge tag for ACR Go release

* Update input file path for container registry tasks

* fix

* update

* Add documentation for Defender for Containers resource level (#35905)

* Add documentation for Defender for Containers resource level

* remove operation status

* prettier

* remove tags with multiple versions

* revert

* new line

* revert

---------

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

* [CQA] Correct typo (#38579)

* correct typo

* change getImportStatus getExportStatus getDeployStatus getDeleteStatus getUpdateQnasStatus getUpdateSourcesStatus to internal

---------

Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>

* Waves API (#37394)

* Changes for public preview

* Adding refresh API

* Adding further types for drApplicanceInventoryId

* [.github] type-check tests (#38591)

* Add contrainerregistry directive (#38619)

* add directive

* add directive

* add directive

* add directive

* add directive

* mgmt, java, monitor, add a tag in readme.java.md for SDK configure (#38616)

* remove the csharp config since this library is still generating from swagger (#38599)

* Keyvault.Management TypeSpec, fix secrets put (#38620)

* fix secret

* regen

* Merging and 2024-02-15-preview and 2024-06-15-preview api to main (#38359)

Merging and 2024-02-15-preview and 2024-06-15-preview api to main (#38359)

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

* add tool instructions prompt

* minor

* prompt revision

* prompt revision and fallback to core requirements

* rename langs to languages + revise prompt

* edit prompt and make checks concurrent

* fix prompt

* add venvPath argument

* minor prompt and log edit

---------

Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>

* Remove arm-resource-flattening and migrate to explicity flattenProperty (#38581)

* omit constructors (#38588)

* Update with the configuration to run go generate after tsp compile. (#38609)

There are some post-generation steps that run after tsp generation, to create the system events enum. Adding in this switch ensures we generate the same client in all of our systems.

This shouldn't change anything about generation, but it will mean the automated APIView diffs will work properly.

* Fix tag in dns-resolver new version for swagger generations (#38635)

* remove HDInsight On Aks api specs (#38593)

Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>

* Updated the description for the boundingBox property of the address object. (#38554)

* Release Microsoft.Network API Version 2025-03-01  (#38556)

* Copy files from stable/2025-01-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-03-01

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

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

* Copy readme.md suppressions and directives from previous stable version

* Application Gateway Entra JWT Validation Feature Support (#38335)

* Application Gateway Entra JWT Validation Feature Support

* fixing doe style issues

---------

Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>

* Application Gateway MTLS Passthrough Feature Support (#38337)

Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Remove NonSensitivity for DDoS ruleset (#38246)

* Remove NonSensitivity

* make change in the right API folder

* add suppression

---------

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* Adding recordType field to 2025-03-01 version (#38361)

* Adding recordType field to 2025-03-01 version

* Changed description of RecordType

---------

Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>

* Add new DdosCustomPolicy properties + update examples (#38272)

* Add DCP properties + update examples to 2024-07-01 to 2025-03-01

* Remove unecessary FIP from examples

* Remove < 2025-03-01 API version changes + Resolve PR feedback

* Remove unecessary type

* Fix PR comments

* Attempt

---------

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

* Updating Examples Files For ErGwScale Get / Update (#38419)

* update examples

* updated the jsons

---------

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

* IpVersionType property for Private Endpoint API (#38497)

* Addedipconfig type

* Fix indentation

* Addressing comments

* Added example

---------

Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* IP Preservation API Support (#38358)

* IP Preservation API Support

---------

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

---------

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>

* Add optional boolean to capabilityhost object and rename agentDeployments (#38374)

* Add optional boolean to capabilityhost object

* Rename applications/deployments to applications/agentDeployments.

* Update naming enablePublicHostedCode -> enablePublicHostingEnvironment.

* Update suppression to fix path.

---------

Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>

* LintDiff: Ensure that default tag is scanned when there is a new tag in the 'after' state (#38611)

* LintDiff: Ensure that default tag is scanned when there is a new tag in the 'after' state

* Review feedback: break, eliminate empty set handling in favor of empty tag value

* Add ability to skip onboarding legacy moniker to Update-DocsMsPackages.ps1 (#38639)

Co-authored-by: Daniel Jurek <djurek@microsoft.com>

* fix param order (#38657)

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

* Revert "LintDiff: Ensure that default tag is scanned when there is a new tag …" (#38660)

This reverts commit acdf0134b80079d5d9e7f069910148e0fb48166f.

* Fix EdgeActions 2025-09-01-preview examples: remove invalid provisioning state and SKU values (#38655)

* Fix EdgeActions 2025-09-01-preview examples: remove invalid provisioning state and SKU values

- Changed provisioningState from 'Accepted' to 'Succeeded' (valid enum value)
- Changed SKU name from 'Basic' to 'Standard' in all examples
- Affected files: 8 example JSON files in EdgeActions preview API

* Fix EdgeActions examples in second directory: remove invalid provisioning state and SKU values

- Changed provisioningState from 'Accepted' to 'Succeeded' (valid enum value)
- Changed SKU name from 'Basic' to 'Standard' in all examples
- Affected files: 6 example JSON files in specification/cdn/resource-manager/Microsoft.Cdn/EdgeActions/examples/2025-09-01-preview/

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: yossigorshomov <yossigor@gmail.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>

* Added SourceEncryptionKey (#38662)

* Added AccessTierIfModifiedSinceParameter & AccessTierIfUnmodifiedSinceParameter (#38665)

* tsp compile

* clean install + re-compile

---------

Co-authored-by: Nick Liu <nicliu@microsoft.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: yossigorshomov <yossigor@gmail.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>

* remove outdated TypeSpecValidation suppressions (#39247)

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

* build(deps-dev): bump @typespec/compiler (#39284)

Bumps the typespec group with 1 update in the / directory: [@typespec/compiler](https://github.com/microsoft/typespec).


Updates `@typespec/compiler` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.7.0...@typespec/compiler@1.7.1)

---
updated-dependencies:
- dependency-name: "@typespec/compiler"
  dependency-version: 1.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typespec
...

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

* bump prettier from 3.6.2 to 3.7.4 (#39308)

* [.github] ignore shared/coverage in eslint (#39312)

* [EngSys] npm update --before 2025-12-16 (#39313)

- earliest date compatible with tsp version

* [TSP Migration]--RedisEnterprise (#38436)

* just converted

modelerfour:
  lenient-model-deduplication: true
  prenamer: true

* could compile

* update

* update

* Update tspconfig.yaml

* update

* Update tspconfig.yaml

* Update tspconfig.yaml

* Update tspconfig.yaml

* update

* update

* update

* update

* update client name

* update config for python

* updaate

* add config

* remove example config

* revert code

* fix PrivateEndpointConnection duplicate schema

* remove java config

* fix PrivateEndpointConnectionListResult

* add go config

* add go config

* add go config

* update

* update go config

---------

Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: XiaofeiCao <xiaofeicao@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* [.github] bump vitest from 3.2.4 to 4.0.15 (#39309)

* [eng/tools] Bump @types/node from 18 to 20 (#39314)

* Update StorageSync TypeSpec definitions for new .NET MPG support (#39257)

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.3 to 0.9.4 (#39240)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.4
  dependency-type: direct:development
  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>

* Merge GalleryRP 2025-03-03 Features into Main (#38715)

* add new version to main.tsp

* add examples

* swagger generated

* update readme file

* add import versioining

* Gallery Image version StorageAccountStrategy  (#35769)

* tsp update

* swagger added

* fix typespec CI validation

---------

Co-authored-by: Ojo Okoka <ojookoka@microsoft.com>

* New resource type - Gallery Scripts  (#35887)

* added models and main.tsp reference

* update

* add added decorators

* fix unintentional change

* add examples

* update galleryScript name pattern

* fix parameter name with back-compatibles

* fix CI failures

* update responses codes

* fix enum descriptions

* add validationStatus

* update

* set readOnly properties as readOnly

* remove schema from 202 returns

* fix typo

* tsp compiler updated

* Included Azure-AsyncOperation headers to address ARM Comments

* Added ArmAsyncOperationHeader for ARM Comments and fixed Tsp compile issues

* Attempt to fix CI TypeSpec Validation

* Attempt to fix CI TypeSpec Validation through npx commands

* Attempted fix

* Cleanup GalleryScriptVersion.tsp file

* Attempted to use Azure decorators

---------

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

* Compilation Errors for TS Validation Fix

* Adding updated Gallery swagger to updated Readme input-file

* Rollback name pattern req + updates to Typespec Validation

* Adding delete read only directives to change 2024-03-03 json from update

* Reversing changes and Getting Breaking Change Approval

* Revert name pattern changes to see CI checks

* Fix Readme and add Swagger Lint Suppression

* Corrected name for min and maxValue

* Rollback on parameter name changes

* Added existing name pattern for GalleryApplications

* Removed suppression for NamePattern

---------

Co-authored-by: Theodore Chang <thchan@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: audreyttt <audreytoney@microsoft.com>

* add .net sdk config (#39177)

Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com>

* Made dotnet SDK validation required (#39318)

* Enabled required setting for .net

* Fixed test

* Remove Invoke-ToolDescriptionEvaluator script (#39321)

Co-authored-by: Summer Warren <summerwarren@microsoft.com>

* Rename body (#39265)

* Rename body

* update examples.

* updates

* update

* update

* updates

* Bump @microsoft.azure/openapi-validator-rulesets from 2.1.10 to 2.2.0 (#39319)

* Dell public swagger API release (#39310)

* typespec move for november preview (#38980)

* typespec move for november preview

* delete manual swaggers

* update readme

* update

* update

* rename for java

* client.tsp

* fix

* java client

* Update tspconfig.yaml for Azure Stack HCI SDK

* update

* Revert "update"

This reverts commit 79b72fff7bd9e1ba39352bfadd411d265cb1bfe5.

* duplicate list

* use arm operations

* fix doc comment

* fix documentation

* roo analysis

* refactor duplicate models

* remove dup text

* adding dec preview

* remove swaggers

* Exclude some flattenProperties for js

* restore not common models

* Refactor EdgeMachine Models 

* duplicate list

* use arm operations

* fix doc comment

* [Minor] use arm operations for ov api  (#39121)

* use arm operations

* fix doc comment

* make commit ready

* format

* fix documentation

* roo analysis

* refactor duplicate models

* remove dup text

* restore not common models

* format

* readme update

* formatting

* update

* tsp compile with new version

* no base version annotation

* revert examples for november to store original alignment

* hci properties for december

* prettier fix

* revert

* remove : @@Legacy.flattenProperty(UpdateProperties.componentVersions);

* recompile using compiler 1.7.0

* remove client flatten to unblock sdk

* lint diff suppression

* remove unused model

* remove flatten from non model

---------

Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jialin Huang <jialinhuang@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>

* Update client setting of Terraform (#39304)

* update descriptions for execute create and delete (#39218)

* [EngSys] npm update --before 2025-12-17 (#39336)

* [eng/tools] bump vitest from 3.2.4 to 4.0.15 (#39315)

- reactions to breaking changes
  - adds config to include only `test` dir
    - by default, vitest@4 only excludes tests from `node_modules` and `.git` folders (not `dist`)
  - [openapi-diff-runner] mock ctors using `function` instead of `=>`

* Set StagedArtifactsFolder to empty if it's undefined (#39303)

* Set StagedArtifactsFolder to empty if it's undefined

* Set variable when it's valid

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.4 to 0.9.5 (#39338)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.5
  dependency-type: direct:development
  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>

* build(deps-dev): bump @azure-tools/typespec-client-generator-core (#39337)

Bumps the typespec group with 1 update in the / directory: [@azure-tools/typespec-client-generator-core](https://github.com/Azure/typespec-azure).


Updates `@azure-tools/typespec-client-generator-core` from 0.63.0 to 0.63.1
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/@azure-tools/typespec-azure-rulesets@0.63.0...@azure-tools/typespec-client-generator-core@0.63.1)

---
updated-dependencies:
- dependency-name: "@azure-tools/typespec-client-generator-core"
  dependency-version: 0.63.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typespec
...

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

* fix flatten breakings for avs (#39325)

* Add swagger and typespec `module`  version suffix (#39133)

* add suffix

* add config

* add config

* add version suffix

* add quota version suffix

* update version

* Cleaned up obsolete content (#39225)

* [typespec-requirement] enable eslint (#39348)

* [eslint] Enable debug category "eslint:linter" (#39349)

- Lists all files analyzed

* [tsp-client-tests] enable eslint (#39350)

* Change folder name for Micosoft.Management RP and move resource type servicegroups to own service and updated SDK packages (#38861)

* Move service groups to its own service

* Change RP name from managementgroups to management

* Update SDK config files

* Update readme.java.md

* Update readme.java.md

* Update readme.java.md

* Update readme.md

* Update wth Typespec migration

* Move typespec files to service ManagementGroups

* Update tspconfig.yaml

* Move service groups to its own service

* Change RP name from managementgroups to management

* Update SDK config files

* Update readme.java.md

* Update readme.java.md

* Update readme.java.md

* Update readme.md

* Update wth Typespec migration

* Move typespec files to service ManagementGroups

* Update tspconfig.yaml

---------

Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.5 to 0.9.6 (#39364)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.6
  dependency-type: direct:development
  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>

* Updete client settings for VirtualEnclaves (#39355)

* Update client settings for StorageMover (#39329)

* Updete client settings for WorkloadOrchestration (#39356)

* configure default value for python (#39368)

* Migrate stress cluster resource groups (#39126)

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

* [TSP Migration][batch] TypeSpec migrated from swagger (#38084)

* converted

* solved error

* update @list && main.tsp description

* update parameters:name

* update response:header

* update x-nullable:true

* update deprecated && delete deprecated suppress

* update tspconfig.yml & midify readme & delete other swagger file

* after prettier

* after prettier recource-manager

* solve warning

* add @secret & update #suppress

* fix x-ms-enum missing name

* update readme

* fix tspconfig location error

* remove operationId

* remove @useDepedency

* update missing

* model validation test

* model validation test

* fix model validation error

* fix model validation error

* fix model validation error

* fix model validation error

* Revert "model validation test"

This reverts commit bba6306db7970a9ac21698e2239d3ac2f4122496.

* fix default response

* update

* update

* prettire

* update

* update dec & summary

* update

* update

* fix tsmv error

* format change

* diff fix

* add title

* fix diff

* diff fix

* update description

* delete

* fix model validation error

* update response

* update

* update

* fix

* remove FIXME

* Replace with Custom Resource Model and Update

* update client name for js sdk

* update

* java config

* java config

* Update client.tsp

* update go config

* update go config

* add go config

* add go config

* add go config

* Add publicNetworkAccess missing enum name

* update

* update

* update

* update

* update

* add go config

* fix

* add go config

* format

* add go config

* format

* update path parameter descriptions

* fix

* update

* update accountName Doc and Pattern

* update title on nodeDeallocationOption

* change batchaccount to TrackedResource

* Update client.tsp

* Update client.tsp

* Clean up blank lines in client.tsp

Removed unnecessary blank lines in client.tsp

* delete duplicate title

* update batchaccount pattern

* Add config for csharp

---------

Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: mcgallan <1186003288@qq.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: XiaofeiCao <xiaofeicao@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: judy.liu <v-liujudy@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>

* Storage STG 101 Swagger (#39127)

* initial commit (#37884)

* update blob enum (#37888)

* Added Files Swagger (#37955)

* Added Files swagger (#37986)

* Added IncrementalCopyOfEarlierSnapshotNotAllowed blob error code and Deprecated IncrementalCopyOfEarlierVersionSnapshotNotAllowed (#37893)

* Add support for missing SKU Name values (#37954)

* Delete Blob Conditional Tier 101 (#37913)

* Delete Blob Conditional Tier

* un-parameterized

* Added SourceCustomerProvidedKey Request Headers (#37928)

* Cross-Tenant support for Principal Bound Delegation Sas 101 (#38020)

* Added Request body and Response body

* Added changes for Files

* Added chnages for Queues

* removed queues

* Added queues back

* Added ShareErrorCodes (#37984)

* Grouped Source CPK (#39176)

* Removed enum (#39320)

---------

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

* MPG migration - purestorageblock (#39365)

* MPG migration - onlineexperimentation (#39345)

* update tspconfig.yaml (#39359)

* Microsoft.OperationalInsights: Stable 2025-07-01 summary logs read only removal (#39088)

* Microsoft.OperationalInsights: Stable 2025-07-01 summary logs read only removal

* update go config

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>

* Edge actions api 2025 12 01 preview -  Remove addAttachment and deleteAttachment operations from the public EdgeActions API (#38775)

* Add baseline for 2025-12-01-preview based on 2025-09-01-preview

Copy all files from 2025-09-01-preview as baseline for new API version.
This is an exact copy of 2025-09-01-preview before making any changes to remove attachment APIs.

* Remove addAttachment and deleteAttachment operations from 2025-12-01-preview

- Added @removed decorator to addAttachment and deleteAttachment operations in main.tsp
- Updated tspconfig.yaml with multi-version output pattern
- Set 2025-12-01-preview as default tag in readme.md
- Removed stale example files with incorrect naming
- Both API versions generated from single TypeSpec source

* fix: make read-only properties optional in 2025-12-01-preview to fix SDK generation

- EdgeActionAttachment.id: made optional with @madeOptional decorator
- EdgeActionVersionProperties.validationStatus: made optional
- EdgeActionVersionProperties.lastPackageUpdateTime: made optional
- EdgeActionExecutionFilterProperties.lastUpdateTime: made optional

These read-only properties cannot be provided by clients on create/update,
so they should not be required. Using @madeOptional ensures the change
only applies to 2025-12-01-preview while maintaining backward compatibility
with 2025-09-01-preview.

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: AnamikaNupur <72171048+AnamikaNupur@users.noreply.github.com>

* Fixed SiteDetails in EdgeMachine (#39407)

merging bug fix

* Added new api to provide workspace details using workspace ID (#39186)

* Base commit to add new api-version

* Added new api to provide workspace details using workspace ID

* Fixed CI validation

* Fixed CI validation

* Update specification/loadtestservice/data-plane/playwright/typespec/models.tsp

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

* Update specification/loadtestservice/data-plane/playwright/typespec/models.tsp

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

* Update specification/loadtestservice/data-plane/playwright/preview/2026-01-01-preview/playwright.json

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

* Fixed CI validation

---------

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

* Add Azure Red Hat OpenShift 2025-07-25 API version (#35013)

* commit previous API version `v2024-08-12-preview` first

* commit new API version `v2025-07-25` second

* Remove unsupported SQL Pool Metadata Sync Configs pages (#39331)

* Change only the current default versions (the one specified in https://github.com/Azure/azure-rest-api-specs/blob/main/specification/synapse/resource-manager/readme.md#tag-package-composite-v2)

* Moving it from preview file as well as avocado error states that.

* Removing API from older versions

* Removing unreferenced MetadataSyncConfig config

---------

Co-authored-by: Tijana Sonjic <tisonjic@microsoft.com>

* User/gwilfshukrun/fix discrepancies between preview stable (#39293)

* Fix metadataPatch model to be consistent with BE + Preview versions

* Fix operations preview version discrepancies

* Fix alert rules discrepancies between stable and preview

* Fix discrepancies of data connectors between preview and stable

* Fix watchlists discrepancies between preview and stable

* Fix incidents discrepancies between preview and stable

* Fix prettier

* Fix prettier attemp 2

* Fix model of data connectors

* Fix dataconnectors examples

* add mdti to spellcheck

* Revert all previous private changes, keep only the latest preview changes

* Fix alert rule descriptions

* Updated descriptions to better align with naming conventions and product names (#39402)

* Fix AAD references, using name Microsoft Entra ID

* Fix description for data connectors stable

---------

Co-authored-by: Guy Wilf Shukrun <gwilfshukrun@microsoft.com>
Co-authored-by: dacousin-msft <dacousin@microsoft.com>

* [DisconnectedOperations] Add configuration to verify the new code generation (#39033)

* [DevOpsInfrastructure] Add configuration to verify the new code generation (#39008)

* [ComputeSchedule] Add configuration to verify the new code generation (#39022)

* [Qumulo] Add configuration to verify the new code generation (#39011)

* [Grafana] Add configuration to verify the new code generation (#39052)

* Updete client settings for OracleDatabase (#39394)

* Updete client settings for IotOperations (#39416)

* java, mgmt, healthbot, tspconfig for backward-compatibility (#39430)

* Update client settings for FileShare .Net SDK (#39422)

* MPG migration - workloadssapvirtualinstance (#39286)

* Update client settings for AzureStackHciVm (#39425)

* MPG migration - Fabric (#39010)

* Update client setting for FileShares (#39433)

* [storage] configure default value for python (#39251)

* configure default value for python

* configure default value for python

* revert (#39326)

* Adding ADA fields (#38832)

* Adding ada fields

* resolve comments

* resolving model valisation

* resolve model validation

* Adding an example for fulfillmentTiming

* Adding value example

* prettier fix

* add new c# generator client.tsp overrides (#38390)

* [.github/instructions] Add ARM OpenAPI review instructions (#39446)

* [.github] bump actionlint from 1.7.9 to 1.7.10 (#39458)

* build(deps-dev): bump the eslint group across 2 directories with 1 update (#39456)

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).
Bumps the eslint group with 1 update in the /.github/shared directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `typescript-eslint` from 8.50.0 to 8.51.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.51.0/packages/typescript-eslint)

Updates `typescript-eslint` from 8.50.0 to 8.51.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.51.0/packages/typescript-eslint)

Updates `typescript-eslint` from 8.50.0 to 8.51.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.51.0/packages/typescript-eslint)

Updates `typescript-eslint` from 8.50.0 to 8.51.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.51.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-version: 8.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-version: 8.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-version: 8.51.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>

* Batch Management Plane 2025-06-01 (#35105)

* update to 2025-06-01

* removing Certificate, ApplicationLIcenses, and resrouceTags

---------

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

* MPG migration - ServiceNetworking (#39161)

* [healthbot] update python tsp config (#39436)

* Add Python client names for HealthBot management

* Update client.tsp

* Update client.tsp

* [TSV] Support optional check in general (#39384)

* Refactor SDK Tspconfig validation rules to separate required and optional rules, enhancing validation logic and error handling

* Enhance optional rules validation: update loadConfig to return undefined, add tests for skipping optional rules when emitters are not configured

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

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

* Refactor optionalRules handling in SdkTspConfigValidationRule to ensure proper type usage and streamline emitter configuration checks

* Fix type assertion for subRules in SdkTspConfigValidationRule instantiation

---------

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update clien…
audreyttt added a commit that referenced this pull request Jan 6, 2026
* bump @apidevtools/json-schema-ref-parser from 14.2.1 to 15.1.3 (#38733)

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

* Updated artifactJson input to artifacts input

* Prioritized service directory from artifact object over the parameter input

* Returned error when service directory is not provided for the old usage

* Removed redudant line

* Initilized the variable in a loop

---------

Co-authored-by: ray chen <raychen@microsoft.com>

* Fix Go suppression problem (#39038)

* refine tsp validation suppression for go

* update

---------

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

* LogGroupStart should have local build output (#39141)

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>

* [Minor] use arm operations for ov api (#39120)

* use arm operations

* fix doc comment

* Fix comment (#39147)

* Fix broken links in copilot intructions (#39096)

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

* [arm-auto-signoff] Refactor to code+status pattern (#39149)

- Preparation for #38744

* build(deps-dev): bump the eslint group across 2 directories with 1 update (#39155)

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).
Bumps the eslint group with 1 update in the /.github/shared directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `typescript-eslint` from 8.48.0 to 8.48.1
- [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.48.1/packages/typescript-eslint)

Updates `typescript-eslint` from 8.48.0 to 8.48.1
- [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.48.1/packages/typescript-eslint)

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

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

* [Peering] Typespec migration (#38357)

* init

* update autorest config

* format

* fix warning

* legacy route whose response body is enum

* fix breakings

* add client config

* fix duplicated schema issue for python

* remove useless @operationId

* fix legacy route

* swagger format

* format swagger

* update

* remove unnecessary produces

* delete unnecessary suppresions

* Mitigate peering breaking (#38642)

* edit config

* add clientlocation

* add config

* Update client.tsp

* update client name for js sdk

* fix duplicated resource

* replace x-ms-identifiers with @identifiers

* suppress some unnecessary warnings

* Add 'javascript' to PeeringManagementClient support

---------

Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Add public preview version 2026-01-01-preview to computeschedule for OARS feature (#39041)

* Refactor code structure for improved readability and maintainability

* update readme

* Add examples

* pass validations

* fix validations

* fix

* clean up and update tsp file with info suffix

* updates

* prettier

* rerun

---------

Co-authored-by: Haojing Lu <haojinglu@microsoft.com>

* Revert "Added new API version 2026-01-01-preview to Microsoft.DBforPostgreSQL (#38674)" (#39125)

This reverts commit 16e09790bdb18ad609a334a118ebd8599ca592da.

* Add Dotnet SDK generation for Microsoft.ResourceConnector via TypeSpec (#38975)

* Add Dotnet SDK generation for Microsoft.ResourceConnector via TypeSpec

* Remove custom ARM operation modeling

* Fix dotnet SDK error about "Data" suffix

* Revert "Remove custom ARM operation modeling"

This reverts commit ba6b7030f6452d29989e7fc12d43c3296576a0f9.

* Try renaming operation related models for dotnet

* Try another name for dotnet Operation type

* More dotnet SDK fixes

* Revert common types version change

* Format files

* Try overriding the type

---------

Co-authored-by: Mark Drobnak <markdronak@microsoft.com>

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

* instruction fix

* description + instructions

---------

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

* Upgrade typespec 1.7, Azure libraries 0.63 (#39167)

* Upgrade typespec next

* fix

* fix some samples

* more sample fix

* more sample fix

* more sample fix

* fix more

* Fix wrong revert

* Revert

---------

Co-authored-by: Mark Cowlishaw <1054056+markcowl@users.noreply.github.com>

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

* Fix link checks to npm for packages

* Apply suggestion from @Copilot

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

* Apply suggestion from @weshaggard

---------

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

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

* Used full pkg name in release work items

* Used full pkg name for dev ops work item

* Added test

* Pass in package info file path

* Reverted changes to verify-changelog.yml and script

* Updated script to process groupId in work items

* Renamed new property to GroupId

* Removed the condition check for Group

* Build hash key with non-null arguments

* Used the original BuildHashKey to return hash from non-null args

---------

Co-authored-by: ray chen <raychen@microsoft.com>

* Add #Requires statement to common.ps1 (#39172)

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>

* bump the targeted proxy version (#39156)

Co-authored-by: Scott Beddall <scbedd@microsoft.com>

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

* prompt improvement

* minor

* test making copilot install for you

* minor

---------

Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>

* fix python breaking (#39164)

* Updating documentation based on Cx requirement. (#38982)

* updating documentation based on Cx requirement

* fix the checks

* changes

* changing the description to json supported format

* fix

* fix tsp format

---------

Co-authored-by: Himanshu Agarwal <hiaga@microsoft.com>

* Update client setting for Carbon (#39146)

* Added new preview api-version (#39184)

* Base commit to add new api-version

* Added new api-version with storageUri as resource property

* [NetAppFiles]Add missing bucket operation (#39143)

* Add missing bucket operation

* Add missing bucket

* Add 2026-01-01-preview API version for Microsoft.DevCenter (#39180)

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

* fix base url typo (#39187)

* Prevent language exclusion when SDK generation fails (#39132)

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

* Add script for tool description eval workflow

* Fix param casing

* respond to comments

---------

Co-authored-by: Summer Warren <summerwarren@microsoft.com>

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

* Update copilot instructions to support both local and pipeline based SDK gen

* Fix GroupId property access (#39195)

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

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

* Remove ApiKey usage

* Add -TestAuth flag to verify Bearer token authentication

* TEMP: Enable TestAuthOnly for pipeline testing

* Remove testing logs

* Additional clean up

* Keep apikey fallback while migrating

* Keep migration to new endpoint

* Keep migration to new endpoint

* Feedback

---------

Co-authored-by: Alitzel Mendez <almend@microsoft.com>
Co-authored-by: Alitzel Mendez <6895254+AlitzelMendez@users.noreply.github.com>

* [changed-files.js] Add markdown() filter (#39198)

* [ARM Auto SignOff] Fix casing of workflow name (#39200)

- incorrect name introduced in #39149

* Skip verify setup tool when running on coding agent (#39130)

Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>

* Update trigger and PR settings in YAML pipeline (#39194)

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

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

* Refactor API Review task conditions in YAML

* Apply suggestion from @Copilot

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

---------

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

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

* Fix npm URL replacement logic to handle versioned and non-versioned URLs

Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com>

* Simplify regex pattern as suggested by weshaggard

Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com>

* Fix regex to handle query params and fragments, add edge case tests

Co-authored-by: weshaggard <9010698+weshaggard@users.noreply.github.com>

---------

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

* [dependabot.yml] Enable for github actions (#39204)

* Add 2025-09-01 to Main for ACS Email GA (#37848)

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

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

* add new GA resources

* update

* fix comment from reviewer

---------

Co-authored-by: Komivi Agbakpem <kevin.agbakpem@gmail.com>

* [mysqlflexibleservers] add config for python to keep compatibility (#39188)

* add config for python to keep compatibility

* update

* build(deps): bump actions/checkout from 4 to 6 (#39206)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump actions/setup-dotnet from 4 to 5 (#39208)

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump actions/upload-artifact from 4 to 5 (#39207)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* [TSP Migration][attestation] Migrate attestation to TypeSpec (#37548)

* The first version of TSP

* Fix errors and diff

* run prettier check

* Update example file, fix spell check error, run tsp format

* Update main.tsp

* Update tspconfig.yaml

* update description

* Fix comments

* Update

* update client Name

* Add Python client name to AttestationManagementClient

* disable fix-const-stuttering

* Replace list operation templates and update properties with new decorators

* add suppress

* run tsp format command

---------

Co-authored-by: v-xuto <v-xuto@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* [TypeSpec-Migration] ManagementGroups (#38384)

* initial convert

* single swagger file compare

* fix routes

* fix managementgroups paths

* fix

* format

* sdk configs

* Revert "single swagger file compare"

This reverts commit 5e729cbbb81bce82cfe22c4d5f4b4ae28a61c43d.

* prettier

* service-dir

* fix cache-control and x-nullable

* config

* remove operation id

* fix x-nullable

* x-ms-parameter-location for subscriptionId

* add code

* add code

* Add client customization for ManagementGroupsAPI

* Rename client to ManagementGroupsMgmtClient

* Revert "x-ms-parameter-location for subscriptionId"

This reverts commit 997c275ac301ec7752c0dcd72aa95724586384ac.

* make subscriptionId method level parameter

* add clientlocation

* test config

* test config

* update config

* change code place

* change code place

* remove code

* add usage for input model

* update client name

* fix pageable

* Update back-compatible.tsp

* Update flattenProperty call for EntityInfo

* fix format and final state schema

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Add configuration to verify the new code generation (#39024)

* Add a step explicitly to verify setup (#39213)

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

* Restructure copilot instructions to move typespec and sdk generation to sub instruction files (#39171)

* Restructure copilot instructions to move typespec and sdk generation instructions to sub file

* Update Chat event to include sequenceId (#39046)

* Update Chat event to include sequenceId

* running Tsp

* updating sequence to use uint64 instead of int64

* undo commit - updating sequence to use uint64 instead of int64

* [dependabot.yml] Remove cooldown for github-actions (#39222)

- We only pin actions major versions, so cooldown less useful
- Cooldown also prevents creating PRs to update major versions, if the latest patch release is within the cooldown period

* Migrate Storage from swagger to TypeSpec (#35403)

* converted

* update

* update

* run prettier

* update

* remove old example files

* include new example files in TSP directory

* update

* update

* update

* Update models.tsp

* recover readme.md

* array element length constraint

* recovery of previous spec files

* Update tspconfig.yaml

* update

* update

* update for {subscription-id} to 00000000-0000-0000-0000-000000000000

* update

* update

* etag mv fix

* Update BlobContainersList.json

* Update BlobContainersList.json

* format uri fix

* update

* update

* fix etag not eTag

* fix optional body

* update

* update

* fix for ProvisioningState

* update

* update

* adopt the ErrorResponse with the local defined one.

* update

* fix AAO and location header for  StorageTaskAssignments_Delete / StorageTaskAssignments_Update

* fix  for OverrideErrorType

* fix optional body

* Update ImmutabilityPolicy.tsp

* Update tspconfig.yaml

* Update ImmutabilityPolicy.tsp

* update

* update

* remove @operationId decorate

* update

* fix warning for clientLocation

* update

* Update client.tsp

* Update main.tsp

* fix

* deleted in the fix #36084

* fix

* addted example files

* update

* formatted

* update

* update

* update

* update

* Update Java service-dir after package split

* fix as new pagination way

* Fix: "x-ms-external": true

* update

* update

* Revert "update"

This reverts commit af8700be938e379a1affd8228506571122e74450.

* Revert "update"

This reverts commit b0d15e225e4bfd4269a9832207247bd620193b14.

* Fix Request model

* update for PR #36668

* update

* resolve breaking

* fix go

* fix go

* update

* update

* Update back-compatible.tsp

* Update tspconfig.yaml

* Update models.tsp

* java configurations

* update

* update

* Update client.tsp

* Update tspconfig.yaml

* update

* etag for java

* update client name for python

* override for java

* format

* update

* Update client.tsp

* Update tspconfig.yaml

* Update tspconfig.yaml

* recovery of version 2025-01-01

* update

* delete examples of  xx.Management of  2025-01-01

* add examples to Tsp of 2025-06-01

* examples of swagger after run tsp compile .

* Update models.tsp

* Update openapi.json

* resolve warnings

* fix customAzureResource

* update

* rename common type Resource

* update

* update

* update

* update IntervalUnit

* Revert "update IntervalUnit"

This reverts commit 632da2f4827c410a14f2d429f161eab243e1716e.

* Add Python to clientName for DeletedAccounts

* fix: IntervalUnit

* Update client.tsp

* Update StorageTaskAssignment.tsp

* add config for python

* add config for python

* add config for python

* Update back-compatible.tsp

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Search tsp rc (#38841)

* Omit constructors for Rust Key Vault clients (#39209)

* build(deps): bump actions/upload-artifact from 5 to 6 (#39223)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump github/codeql-action from 3 to 4 (#39224)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* [EngSys] Update default node version from 22 to 24 (#39227)

* Add 'APIView prod deployment' to internal service connections (#39216)

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* [EngSys] Update default node version from 22 to 24 (part 2) (#39228)

* Improve Description Per feedback (#39220)

* [search] tsp format (#39230)

* build(deps): bump actions/github-script from 7 to 8 (#39205)

* build(deps): bump actions/github-script from 7 to 8

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* Use Node 24 with github-script@v8

* update spec-gen-sdk-status.yml

---------

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>

* [dependabot.yml] Remove ignores for prettier, vitest, typescript (#39232)

- Not necessary to align with typespec repo
- Sufficient for both repos to stay near latest

* [EngSys] Add action to install deps for github-script (#39244)

* Azure Databricks 2026-01-01 API Version (#38900)

* Azure Databricks 2026-01-01 API Version: Serverless Workspace & Front-end Private Link

* Clean up typespec issues in ACR (#39031)

* update the typespec and remove the operationId decorator for SAPVirtualMachine RP (#39116)

* [avs] Update client.tsp (#39253)

* Update client.tsp

* Update client.tsp

* [.github] Rename workflow files from *.yml to *.yaml (#39233)

* Update paths to include all files in .github directory for evals (#39263)

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

* Update Quantum Control Plane API adding new 2025-12-15 version with Quotas on provider level for workspace resource (#39258)

* Add quotas on provider level for Workspace resource

* Add deprecation message

* Removed quotas from workspace level

* Add examples

* Updated readme with new version

---------

Co-authored-by: ashwinmayya <ashwinm@microsoft.com>

* [.github] Add test to ensure workflows use extension `.yaml` (#39279)

* Updated property descriptions for several weather service object properties. (#38908)

* Updated property descriptions for AirAndPollen and AirQuality properties.

* Updated property descriptions for 'daily' objects.

* Updated property descriptions for 'daily' objects.

* spelling issues.

* Updates to datTime properties etc.

* feedback

* [OpenAI.v1] Updating spec to latest from the new ingestion pipeline. (#39168)

* [TSV] share a helper to get the last segment of emitter-output-dir (#39163)

* feat: enhance variable resolution in TspconfigEmitterOptionsSubRuleBase and add test case for recursive variable resolution

* fix: update error messages for emitter output directory validation and streamline variable resolution logic

* fix: refactor emitter output directory rules for improved consistency and clarity

* fix: update variable type annotations for improved type safety in emitter options

---------

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* remove package-name in tspconfig.yaml (#39285)

* update (#39254)

* [Draft] Updates to TextTranslation 2025-10-01-preview (#38621)

* Update get supportedLanguagesResult, -dictionary + LLM models

* clean up client.tsp, custom rename dir -> directionality

* Rename: TranslateTarget -> TranslationTarget

* ReferenceSentencePair -> ReferenceTextPair

* avoid body in generated names

* versioning update

* response values read visibility

* transliterateresult value readonly

* cleanup client

* custom clientname for translate item targets

* update getsupportedlanguages example & missed models field on translationlanguage

* fix a couple of fields

* type string -> etag

* readonly languages dictionary

* scripts list readonly

* exclude python from client renames

* clientName dotnet -> csharp

* python emitter no generate test & sample

* disable generate saple for java

* generate-samples java typo

* fix typo in comment

* java codegen config

* java generated parameter naming

* make unused classes internal for java

* set usage types for internal classess

* clean up java generated methods

---------

Co-authored-by: Jiarui Guo <jiarguo@microsoft.com>

* Update Nginx spec (#39215)

* [TSV] Add new rule for python configuration validation for mgmt SDKs (#39142)

* add new rule for python configuration validation

* Refactor TspConfigPythonNamespaceMatchesEmitterOutputDirSubRule for improved validation logic

---------

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* mgmt, flatten only for autorest (#39252)

* Migrate PostgreSql to TypeSpec (#36556)

* Update emitter output directories in tspconfig.yaml for Confidential Ledger and Container Service (#39256)

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>

* Storage STG 101 Typespec (#39128)

* Added new Typespec version for STG101 (#38546)

* new typespec version

* Added generated_blob

* updated default tag in readme

* Added examples directory

* Cross-Tenant support for Principal Bound Delegation Sas 101 (TypeSpec) (#38626)

* added DelegatedUserTid

* Add generated_blob.json

* re-commented @azure-tools/typespec-csharp

* updated formatting

* Added SKUs (#38658)

* Merged main (#38661)

* Spelling baseline and corrections for .github folder (#38545)

* Baseline for .github folder

* Narrow exceptions for some spellings

* Format

* spell check tests/fixtures

* [.github/shared] type-check tests (#38532)

- Enable TypeScript type checking of test files
- Address all type errors
- Preparing to enable eslint type-checked ruleset
- In future PR, will enable type-checking of tests in `.github/workflows`

* Migrate conditional flatten to flattenProperty (#38541)

* npm update (#38548)

* Durabletask: Revert client rename to meet .NET naming conventions (#38552)

* Revert "[DurableTask] Rename SDK classes for 1.0.0 release (#38143)"

This reverts commit 485b3477f78f10d3c8d7247ddd6a9d619b792241.

* DurableTask client: add new class name

---------

Co-authored-by: Bernd Verst <beverst@microsoft.com>

* desktopvirtualization 2025-08-01-preview & 2025-09-01-preview (#36798)

desktopvirtualization 2025-08-01-preview & 2025-09-01-preview

Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>

* Update the csharp codegen settings for mysql (#38566)

* Update the DurableTask configuration to support the new MPG (#38568)

* java, mgmt, elasticsan config (#38569)

* java, mgmt, acr, config readme (#38570)

* Swagger changes to Support Jira V2 in ADF (#38430)

* Update Dataset.json for Jira dataset properties

Updated the Dataset.json to reference JiraTableDatasetTypeProperties and added properties for Jira dataset.

* Add JiraDatasetTypeProperties to Dataset.json

Added Jira dataset properties with descriptions for tableName, table, and schema.

* Change dataset reference from Generic to Jira type

* Update Jira dataset descriptions for V2 support

* Update Jira dataset descriptions for V2 support

---------

Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>

* Using new management plain generator for service dependency map (#38567)

* update tspconfig.yaml.

* replace suffix "Request" With "Content" in model names.

* update client.tsp

* update client.tsp

* fix format issue.

* mgmt, java, monitor, directive to avoid enum of duplicated name (#38572)

* Update readme.md (#38565)

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

* add python config (#38576)

* Update productType and language descriptions for clarity in models and OpenAPI specifications (#38559)

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

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

* Updates readme

* Updates API version in new specs and examples

* add alb addon to managed cluster ingress profile (#38022)

* Update managed namespace preview api based on GA api (#38036)

* add default domain to aks preview 2025-09-02 (#38037)

* feat: Support nftables mode in kube-proxy (#38030)

* feat: Support nftables mode in kube-proxy

* allow nftables word

* asdf

* asdf

* asdf

* remove outdated maintenance config examples (#38057)

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

* Added new kata naming convention to preview API. (#38067)

---------

Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>

* added older preview versions (#38397)

* added older preview swagger

* added back 20241115preview and 20250515preview in typespec

* updated readme

* add older preview swagger

* added 20241115preview and 20250515preview in typespec for Conv inference

* updated readme

* added older preview swaggers for conv authoring

* add older preview in typespec

* update readme

* fix typespec validation

* updated readme

* removed 20241115preview from analyzetext

* remove from analyzetext readme

* removed 20241115preview from analyze conversations

* remove from analyzeconversation readme

* removed 20241115preview from analyzeconversationauthoring

* removed from analyzeconversationauthoring readme

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

* prompt

* this

* line

* update bens suggestions

* update

* remove try to find pkg path logic

* Update eng/common/instructions/azsdk-tools/check-package-validation.instructions.md

Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* path

* updates

* list numbering incorrect

* linting

---------

Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* Update Microsoft365 naming to Channels (#38517)

* Migrate newrelic to TypeSpec (#36442)

* generated

* update

* update

* update

* update

* update

* delete

* update

* update

* remove x-cadl-generated

* update

* delete consumes

* update

* rename folder

* remove legacyoperation

* update tspconfig

* format

* update summary and description

* update

* add namepattern

* fix java package name

* service-dir for java

* Update tspconfig.yaml

* update

* add config for python

* rename op name for python

* sync go directive

* update package name for js sdk

* remove rename config for python

* update service-dir for js sdk

* fix

* Update output directory and module for New Relic

* update client name for js

* Add createOrUpdate client for MonitoredSubscriptions

* update

---------

Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* service bus config (#38578)

* Redis Enterprise API Version `2025-08-01-preview` with both AMR Migration and Scheduled Update features (#38286)

* Add maintenance config fields to ARM spec

* Move versions from private repo to public for Microsoft.Datadog (#38009)

* Base commit

* Add new api versions

* Fix SDK validation

* Unify EdgeActions with CDN 2025-09-01-preview and migrate to TypeSpec (#38054)

* Add EdgeActions 2025-09-01-preview baseline from 2024-07-22-preview

Copy EdgeActions API specification from 2024-07-22-preview to new EdgeActions directory structure as baseline for 2025-09-01-preview.

* Migrate EdgeActions to TypeSpec with API changes for 2025-09-01-preview

- Convert EdgeActions from JSON swagger to TypeSpec
- Add TypeSpec configuration for all SDK languages (Python, Java, Go, TypeScript, C#)
- Configure separate Azure.ResourceManager.EdgeActions package for .NET SDK
- Add @clientName decorator for EdgeActionAttachmentResponse -> EdgeActionAttachmentResult (C# naming convention)
- Add file-scoped suppression for ProvisioningStateMustBeReadOnly
- Add new operations: SwapDefault, DeployVersionCode, GetVersionCode
- Update all examples to 2025-09-01-preview
- Generate OpenAPI via TypeSpec compiler with automatic x-ms-examples

* fix java sdk validation

* fix(edgeactions): address PR review comments for 2025-09-01-preview

- Add x-ms-client-flatten and x-ms-mutability to properties field on EdgeAction, EdgeActionVersion, and EdgeActionExecutionFilter resource models for backwards compatibility with 2024-07-22-preview baseline
- Change EdgeActionAttachmentResponse.edgeActionId from readOnly to x-ms-mutability [read, update, create] to match baseline behavior
- Replace 'ARM' with 'Azure' in resource identifier descriptions (AttachedResourceId and EdgeActionVersionId)
- Consolidate multiple PostResponseCodes suppressions into single entry with array of where clauses in readme.md
- Add OpenAPI extension decorators using @@extension augments in TypeSpec with appropriate suppressions for no-openapi warnings

* style(edgeactions): apply tsp format to TypeSpec files

- Reformat @@extension calls to multi-line style for better readability
- Reorder #suppress directive placement per formatter rules

* remove unnecessary ProvisioningStateMustBeReadOnly suppression

All provisioningState properties are already correctly marked as readOnly in the generated OpenAPI spec. The suppression is not needed as the spec complies with ARM validation rules.

* Revert "remove unnecessary ProvisioningStateMustBeReadOnly suppression"

This reverts commit a5988e2e2c8188e0836b5d366bb19469535ca772.

* extend ResourceProvisioningState for standard ARM compliance

Change ProvisioningState to extend ResourceProvisioningState which provides the three required states (Succeeded, Failed, Canceled) with standard ARM descriptions, and add custom states (Provisioning, Upgrading) specific to edge actions lifecycle.

* remove ProvisioningStateMustBeReadOnly suppression

Suppression no longer needed after extending ResourceProvisioningState which properly handles ARM validation requirements.

* add use-read-only-status-schema to resolve ProvisioningStateMustBeReadOnly validation

Enable use-read-only-status-schema: true in tspconfig.yaml to work around known limitation in azure-openapi-validator and oav with \ siblings. This adds readOnly: true directly to status schema definitions, resolving ProvisioningStateMustBeReadOnly validation errors.

References:
- https://github.com/Azure/azure-openapi-validator/issues/637
- https://github.com/Azure/oav/issues/848

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>

* Merge tag for ACR Go release (#38594)

* Merge tag for ACR Go release

* Update input file path for container registry tasks

* fix

* update

* Add documentation for Defender for Containers resource level (#35905)

* Add documentation for Defender for Containers resource level

* remove operation status

* prettier

* remove tags with multiple versions

* revert

* new line

* revert

---------

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

* [CQA] Correct typo (#38579)

* correct typo

* change getImportStatus getExportStatus getDeployStatus getDeleteStatus getUpdateQnasStatus getUpdateSourcesStatus to internal

---------

Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>

* Waves API (#37394)

* Changes for public preview

* Adding refresh API

* Adding further types for drApplicanceInventoryId

* [.github] type-check tests (#38591)

* Add contrainerregistry directive (#38619)

* add directive

* add directive

* add directive

* add directive

* add directive

* mgmt, java, monitor, add a tag in readme.java.md for SDK configure (#38616)

* remove the csharp config since this library is still generating from swagger (#38599)

* Keyvault.Management TypeSpec, fix secrets put (#38620)

* fix secret

* regen

* Merging and 2024-02-15-preview and 2024-06-15-preview api to main (#38359)

Merging and 2024-02-15-preview and 2024-06-15-preview api to main (#38359)

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

* add tool instructions prompt

* minor

* prompt revision

* prompt revision and fallback to core requirements

* rename langs to languages + revise prompt

* edit prompt and make checks concurrent

* fix prompt

* add venvPath argument

* minor prompt and log edit

---------

Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>

* Remove arm-resource-flattening and migrate to explicity flattenProperty (#38581)

* omit constructors (#38588)

* Update with the configuration to run go generate after tsp compile. (#38609)

There are some post-generation steps that run after tsp generation, to create the system events enum. Adding in this switch ensures we generate the same client in all of our systems.

This shouldn't change anything about generation, but it will mean the automated APIView diffs will work properly.

* Fix tag in dns-resolver new version for swagger generations (#38635)

* remove HDInsight On Aks api specs (#38593)

Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>

* Updated the description for the boundingBox property of the address object. (#38554)

* Release Microsoft.Network API Version 2025-03-01  (#38556)

* Copy files from stable/2025-01-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-03-01

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

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

* Copy readme.md suppressions and directives from previous stable version

* Application Gateway Entra JWT Validation Feature Support (#38335)

* Application Gateway Entra JWT Validation Feature Support

* fixing doe style issues

---------

Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>

* Application Gateway MTLS Passthrough Feature Support (#38337)

Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* Remove NonSensitivity for DDoS ruleset (#38246)

* Remove NonSensitivity

* make change in the right API folder

* add suppression

---------

Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>

* Adding recordType field to 2025-03-01 version (#38361)

* Adding recordType field to 2025-03-01 version

* Changed description of RecordType

---------

Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>

* Add new DdosCustomPolicy properties + update examples (#38272)

* Add DCP properties + update examples to 2024-07-01 to 2025-03-01

* Remove unecessary FIP from examples

* Remove < 2025-03-01 API version changes + Resolve PR feedback

* Remove unecessary type

* Fix PR comments

* Attempt

---------

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

* Updating Examples Files For ErGwScale Get / Update (#38419)

* update examples

* updated the jsons

---------

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

* IpVersionType property for Private Endpoint API (#38497)

* Addedipconfig type

* Fix indentation

* Addressing comments

* Added example

---------

Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>

* IP Preservation API Support (#38358)

* IP Preservation API Support

---------

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

---------

Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>

* Add optional boolean to capabilityhost object and rename agentDeployments (#38374)

* Add optional boolean to capabilityhost object

* Rename applications/deployments to applications/agentDeployments.

* Update naming enablePublicHostedCode -> enablePublicHostingEnvironment.

* Update suppression to fix path.

---------

Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>

* LintDiff: Ensure that default tag is scanned when there is a new tag in the 'after' state (#38611)

* LintDiff: Ensure that default tag is scanned when there is a new tag in the 'after' state

* Review feedback: break, eliminate empty set handling in favor of empty tag value

* Add ability to skip onboarding legacy moniker to Update-DocsMsPackages.ps1 (#38639)

Co-authored-by: Daniel Jurek <djurek@microsoft.com>

* fix param order (#38657)

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

* Revert "LintDiff: Ensure that default tag is scanned when there is a new tag …" (#38660)

This reverts commit acdf0134b80079d5d9e7f069910148e0fb48166f.

* Fix EdgeActions 2025-09-01-preview examples: remove invalid provisioning state and SKU values (#38655)

* Fix EdgeActions 2025-09-01-preview examples: remove invalid provisioning state and SKU values

- Changed provisioningState from 'Accepted' to 'Succeeded' (valid enum value)
- Changed SKU name from 'Basic' to 'Standard' in all examples
- Affected files: 8 example JSON files in EdgeActions preview API

* Fix EdgeActions examples in second directory: remove invalid provisioning state and SKU values

- Changed provisioningState from 'Accepted' to 'Succeeded' (valid enum value)
- Changed SKU name from 'Basic' to 'Standard' in all examples
- Affected files: 6 example JSON files in specification/cdn/resource-manager/Microsoft.Cdn/EdgeActions/examples/2025-09-01-preview/

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: yossigorshomov <yossigor@gmail.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>

* Added SourceEncryptionKey (#38662)

* Added AccessTierIfModifiedSinceParameter & AccessTierIfUnmodifiedSinceParameter (#38665)

* tsp compile

* clean install + re-compile

---------

Co-authored-by: Nick Liu <nicliu@microsoft.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Co-authored-by: Rui Guo <48600426+ruiguoamz@users.noreply.github.com>
Co-authored-by: Rui Guo <guorui@microsoft.com>
Co-authored-by: Liwei Ying <liweiying@microsoft.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Sudhir Reddy Emmadi <reddysudhir12@gmail.com>
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: nirmochiach <mochiachnir@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Sneha Chhabria <59101963+snehachhabria@users.noreply.github.com>
Co-authored-by: Yiran Li <109549277+purpleran7@users.noreply.github.com>
Co-authored-by: Oliver King <olivermerkleyking@gmail.com>
Co-authored-by: Jack Ma <jack4it@hotmail.com>
Co-authored-by: Juan Diego Bencardino <jdbencardinop@unal.edu.co>
Co-authored-by: juanbe <juanbe@microsoft.com>
Co-authored-by: Martin Heberling <martin.heberling.dalies@gmail.com>
Co-authored-by: amber-Chen-86 <v-amberchen@microsoft.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: l0lawrence <llawrence@microsoft.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
Co-authored-by: Jim Du <102357939+jim-du@users.noreply.github.com>
Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
Co-authored-by: tundwed <55289657+tundwed@users.noreply.github.com>
Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: yossigorshomov <yossigor@gmail.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: Amichelangelo <37525416+Amichelangelo@users.noreply.github.com>
Co-authored-by: Qi Yin <v-qiyin1@microsoft.com>
Co-authored-by: sorabhtandon <84002800+sorabhtandon@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: nnellikunnu <112621306+nnellikunnu@users.noreply.github.com>
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
Co-authored-by: Grace Wilcox <43627800+gracewilcox@users.noreply.github.com>
Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
Co-authored-by: yk <83654272+2258093686@users.noreply.github.com>
Co-authored-by: Yukun Li (Beyondsoft) <v-yukunli@microsoft.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: Prajjwal Kamboj <kamboj.prjwl@gmail.com>
Co-authored-by: Prajjwal Kamboj <pkamboj@microsoft.com>
Co-authored-by: Hemant Imudianda <hemant.imudianda@apcera.com>
Co-authored-by: Hemant Imudianda <heimudia@microsoft.com>
Co-authored-by: baoqihuang0326 <119557638+baoqihuang0326@users.noreply.github.com>
Co-authored-by: riddhinilawar <62386378+riddhinilawar@users.noreply.github.com>
Co-authored-by: Riddhi Nilawar <rinilawar@microsoft.com>
Co-authored-by: Jennifer Wong <156020508+jwong-MS@users.noreply.github.com>
Co-authored-by: aneeshakella-microsoft <109654329+aneeshakella-microsoft@users.noreply.github.com>
Co-authored-by: Piyush Mishra <95299755+bzpiyush@users.noreply.github.com>
Co-authored-by: Piyush Mishra <piyushmishra@microsoft.com>
Co-authored-by: pribansa <134259460+pribansa@users.noreply.github.com>
Co-authored-by: Jeremy Kramer <jkramerdesigns@hotmail.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>

* remove outdated TypeSpecValidation suppressions (#39247)

Co-authored-by: Kyle Zhang <v-zhanh@microsoft.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

* build(deps-dev): bump @typespec/compiler (#39284)

Bumps the typespec group with 1 update in the / directory: [@typespec/compiler](https://github.com/microsoft/typespec).


Updates `@typespec/compiler` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.7.0...@typespec/compiler@1.7.1)

---
updated-dependencies:
- dependency-name: "@typespec/compiler"
  dependency-version: 1.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typespec
...

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

* bump prettier from 3.6.2 to 3.7.4 (#39308)

* [.github] ignore shared/coverage in eslint (#39312)

* [EngSys] npm update --before 2025-12-16 (#39313)

- earliest date compatible with tsp version

* [TSP Migration]--RedisEnterprise (#38436)

* just converted

modelerfour:
  lenient-model-deduplication: true
  prenamer: true

* could compile

* update

* update

* Update tspconfig.yaml

* update

* Update tspconfig.yaml

* Update tspconfig.yaml

* Update tspconfig.yaml

* update

* update

* update

* update

* update client name

* update config for python

* updaate

* add config

* remove example config

* revert code

* fix PrivateEndpointConnection duplicate schema

* remove java config

* fix PrivateEndpointConnectionListResult

* add go config

* add go config

* add go config

* update

* update go config

---------

Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: XiaofeiCao <xiaofeicao@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* [.github] bump vitest from 3.2.4 to 4.0.15 (#39309)

* [eng/tools] Bump @types/node from 18 to 20 (#39314)

* Update StorageSync TypeSpec definitions for new .NET MPG support (#39257)

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.3 to 0.9.4 (#39240)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.4
  dependency-type: direct:development
  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>

* Merge GalleryRP 2025-03-03 Features into Main (#38715)

* add new version to main.tsp

* add examples

* swagger generated

* update readme file

* add import versioining

* Gallery Image version StorageAccountStrategy  (#35769)

* tsp update

* swagger added

* fix typespec CI validation

---------

Co-authored-by: Ojo Okoka <ojookoka@microsoft.com>

* New resource type - Gallery Scripts  (#35887)

* added models and main.tsp reference

* update

* add added decorators

* fix unintentional change

* add examples

* update galleryScript name pattern

* fix parameter name with back-compatibles

* fix CI failures

* update responses codes

* fix enum descriptions

* add validationStatus

* update

* set readOnly properties as readOnly

* remove schema from 202 returns

* fix typo

* tsp compiler updated

* Included Azure-AsyncOperation headers to address ARM Comments

* Added ArmAsyncOperationHeader for ARM Comments and fixed Tsp compile issues

* Attempt to fix CI TypeSpec Validation

* Attempt to fix CI TypeSpec Validation through npx commands

* Attempted fix

* Cleanup GalleryScriptVersion.tsp file

* Attempted to use Azure decorators

---------

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

* Compilation Errors for TS Validation Fix

* Adding updated Gallery swagger to updated Readme input-file

* Rollback name pattern req + updates to Typespec Validation

* Adding delete read only directives to change 2024-03-03 json from update

* Reversing changes and Getting Breaking Change Approval

* Revert name pattern changes to see CI checks

* Fix Readme and add Swagger Lint Suppression

* Corrected name for min and maxValue

* Rollback on parameter name changes

* Added existing name pattern for GalleryApplications

* Removed suppression for NamePattern

---------

Co-authored-by: Theodore Chang <thchan@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: audreyttt <audreytoney@microsoft.com>

* add .net sdk config (#39177)

Signed-off-by: Ryan Zhang <yangzhangrice@hotmail.com>

* Made dotnet SDK validation required (#39318)

* Enabled required setting for .net

* Fixed test

* Remove Invoke-ToolDescriptionEvaluator script (#39321)

Co-authored-by: Summer Warren <summerwarren@microsoft.com>

* Rename body (#39265)

* Rename body

* update examples.

* updates

* update

* update

* updates

* Bump @microsoft.azure/openapi-validator-rulesets from 2.1.10 to 2.2.0 (#39319)

* Dell public swagger API release (#39310)

* typespec move for november preview (#38980)

* typespec move for november preview

* delete manual swaggers

* update readme

* update

* update

* rename for java

* client.tsp

* fix

* java client

* Update tspconfig.yaml for Azure Stack HCI SDK

* update

* Revert "update"

This reverts commit 79b72fff7bd9e1ba39352bfadd411d265cb1bfe5.

* duplicate list

* use arm operations

* fix doc comment

* fix documentation

* roo analysis

* refactor duplicate models

* remove dup text

* adding dec preview

* remove swaggers

* Exclude some flattenProperties for js

* restore not common models

* Refactor EdgeMachine Models 

* duplicate list

* use arm operations

* fix doc comment

* [Minor] use arm operations for ov api  (#39121)

* use arm operations

* fix doc comment

* make commit ready

* format

* fix documentation

* roo analysis

* refactor duplicate models

* remove dup text

* restore not common models

* format

* readme update

* formatting

* update

* tsp compile with new version

* no base version annotation

* revert examples for november to store original alignment

* hci properties for december

* prettier fix

* revert

* remove : @@Legacy.flattenProperty(UpdateProperties.componentVersions);

* recompile using compiler 1.7.0

* remove client flatten to unblock sdk

* lint diff suppression

* remove unused model

* remove flatten from non model

---------

Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Jialin Huang <jialinhuang@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>

* Update client setting of Terraform (#39304)

* update descriptions for execute create and delete (#39218)

* [EngSys] npm update --before 2025-12-17 (#39336)

* [eng/tools] bump vitest from 3.2.4 to 4.0.15 (#39315)

- reactions to breaking changes
  - adds config to include only `test` dir
    - by default, vitest@4 only excludes tests from `node_modules` and `.git` folders (not `dist`)
  - [openapi-diff-runner] mock ctors using `function` instead of `=>`

* Set StagedArtifactsFolder to empty if it's undefined (#39303)

* Set StagedArtifactsFolder to empty if it's undefined

* Set variable when it's valid

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.4 to 0.9.5 (#39338)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.5
  dependency-type: direct:development
  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>

* build(deps-dev): bump @azure-tools/typespec-client-generator-core (#39337)

Bumps the typespec group with 1 update in the / directory: [@azure-tools/typespec-client-generator-core](https://github.com/Azure/typespec-azure).


Updates `@azure-tools/typespec-client-generator-core` from 0.63.0 to 0.63.1
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/@azure-tools/typespec-azure-rulesets@0.63.0...@azure-tools/typespec-client-generator-core@0.63.1)

---
updated-dependencies:
- dependency-name: "@azure-tools/typespec-client-generator-core"
  dependency-version: 0.63.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typespec
...

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

* fix flatten breakings for avs (#39325)

* Add swagger and typespec `module`  version suffix (#39133)

* add suffix

* add config

* add config

* add version suffix

* add quota version suffix

* update version

* Cleaned up obsolete content (#39225)

* [typespec-requirement] enable eslint (#39348)

* [eslint] Enable debug category "eslint:linter" (#39349)

- Lists all files analyzed

* [tsp-client-tests] enable eslint (#39350)

* Change folder name for Micosoft.Management RP and move resource type servicegroups to own service and updated SDK packages (#38861)

* Move service groups to its own service

* Change RP name from managementgroups to management

* Update SDK config files

* Update readme.java.md

* Update readme.java.md

* Update readme.java.md

* Update readme.md

* Update wth Typespec migration

* Move typespec files to service ManagementGroups

* Update tspconfig.yaml

* Move service groups to its own service

* Change RP name from managementgroups to management

* Update SDK config files

* Update readme.java.md

* Update readme.java.md

* Update readme.java.md

* Update readme.md

* Update wth Typespec migration

* Move typespec files to service ManagementGroups

* Update tspconfig.yaml

---------

Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* build(deps-dev): bump @azure-tools/spec-gen-sdk from 0.9.5 to 0.9.6 (#39364)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/Azure/azure-sdk-tools/releases)
- [Commits](https://github.com/Azure/azure-sdk-tools/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/spec-gen-sdk"
  dependency-version: 0.9.6
  dependency-type: direct:development
  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>

* Updete client settings for VirtualEnclaves (#39355)

* Update client settings for StorageMover (#39329)

* Updete client settings for WorkloadOrchestration (#39356)

* configure default value for python (#39368)

* Migrate stress cluster resource groups (#39126)

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

* [TSP Migration][batch] TypeSpec migrated from swagger (#38084)

* converted

* solved error

* update @list && main.tsp description

* update parameters:name

* update response:header

* update x-nullable:true

* update deprecated && delete deprecated suppress

* update tspconfig.yml & midify readme & delete other swagger file

* after prettier

* after prettier recource-manager

* solve warning

* add @secret & update #suppress

* fix x-ms-enum missing name

* update readme

* fix tspconfig location error

* remove operationId

* remove @useDepedency

* update missing

* model validation test

* model validation test

* fix model validation error

* fix model validation error

* fix model validation error

* fix model validation error

* Revert "model validation test"

This reverts commit bba6306db7970a9ac21698e2239d3ac2f4122496.

* fix default response

* update

* update

* prettire

* update

* update dec & summary

* update

* update

* fix tsmv error

* format change

* diff fix

* add title

* fix diff

* diff fix

* update description

* delete

* fix model validation error

* update response

* update

* update

* fix

* rem…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ARMReview ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review BreakingChange-Approved-BugFix Changes are to correct the REST API definition to correctly describe service behavior BreakingChange-Go-Sdk BreakingChange-Go-Sdk-Approved BreakingChange-JavaScript-Sdk BreakingChange-JavaScript-Sdk-Approved BreakingChange-Python-Sdk BreakingChange-Python-Sdk-Approved BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required brownfield Brownfield services will soon be required to convert to TypeSpec. See https://aka.ms/azsdk/typespec. PublishToCustomers Acknowledgement the changes will be published to Azure customers. resource-manager RPaaS Storage Storage Service (Queues, Blobs, Files)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants