Skip to content

Conversation

@wiboris
Copy link
Member

@wiboris wiboris commented Jan 6, 2026

Previously we shipped a updated typespec for 2025-06-01 #35105 which had all the breaking changes approved. That PR had to be reverted because it wasn't created with typespec. This PR has the same updates and breaking changes as the previous PR but this time its TypeSpec based.

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

Previously we shipped a updated typespec for 2025-06-01 #35105 which had all the breaking changes approved. That PR had to be reverted because it wasn't created with typespec. This PR has the same updates and breaking changes as the previous PR but this time its TypeSpec based.

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:
    • edit this with your clarification

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.
  • A release plan has been created. If not, please create one as it will help guide you through the REST API and SDK creation process.

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.

@github-actions
Copy link

github-actions bot commented Jan 6, 2026

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.

@github-actions github-actions bot added ARMReview resource-manager TypeSpec Authored with TypeSpec WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required 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 Jan 6, 2026
@github-actions
Copy link

github-actions bot commented Jan 6, 2026

API Change Check

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

Language API Review for Package
TypeSpec Microsoft.Batch
Go sdk/resourcemanager/batch/armbatch
JavaScript @azure/arm-batch
Java com.azure.resourcemanager:azure-resourcemanager-batch
Python azure-mgmt-batch
Swagger Microsoft.Batch-Batch

@wiboris wiboris force-pushed the Batch-MagementPlane-TypeSpec-Update branch from 2ffadb7 to f87e248 Compare January 7, 2026 00:49
@wiboris wiboris changed the title Update TypeSpec for 2025-067-01 Update TypeSpec for 2025-06-01 Jan 7, 2026
@wiboris wiboris force-pushed the Batch-MagementPlane-TypeSpec-Update branch from a7b29e8 to 54bd27b Compare January 7, 2026 18:47
@mikekistler mikekistler added the BreakingChange-Approved-BranchPolicyException Changes violate the branch policy but exception has been granted. aka.ms/azsdk/pr-brch-deep label Jan 8, 2026
@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 Jan 8, 2026
Copy link
Member

@mikeharder mikeharder left a comment

Choose a reason for hiding this comment

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

I believe this PR is actually doing two things:

  1. Reverting #35105, which was merged un-intentionally
  2. Adding typespec-generated swagger for 2025-06-01

Instead of combining these in a single PR, I think the cleanest path forward would be:

  • Run git revert 35105, to directly undo the mistake. This revert PR may have breaking changes, but we are just reverting your spec to the last known good status, so it should be safer to bypass failing checks.
  • Create a new PR, from your last-known-good state, to your new desired state. This should give valid results for breaking changes.

@qiaozha
Copy link
Member

qiaozha commented Jan 8, 2026

@mikeharder I am more curious why PR #35105 can be merged, should tsv fail when service team adding new manual authored swaggers after it converted to TypeSpec?

@mikeharder
Copy link
Member

mikeharder commented Jan 8, 2026

@mikeharder I am more curious why PR #35105 can be merged, should tsv fail when service team adding new manual authored swaggers after it converted to TypeSpec?

There is a feature request for this, but not yet implemented:

I will add you to the mail thread with more context.

@gary-x-li
Copy link
Contributor

gary-x-li commented Jan 9, 2026

I believe this PR is actually doing two things:

  1. Reverting Batch Management Plane 2025-06-01 #35105, which was merged un-intentionally
  2. Adding typespec-generated swagger for 2025-06-01

Instead of combining these in a single PR, I think the cleanest path forward would be:

  • Run git revert 35105, to directly undo the mistake. This revert PR may have breaking changes, but we are just reverting your spec to the last known good status, so it should be safer to bypass failing checks.
  • Create a new PR, from your last-known-good state, to your new desired state. This should give valid results for breaking changes.

@wiboris Seems you've done 1, which I've approved. Please create a new PR for 2.

@gary-x-li gary-x-li added ARMChangesRequested and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Jan 9, 2026
@wiboris wiboris force-pushed the Batch-MagementPlane-TypeSpec-Update branch from b40dec7 to 76cc90f Compare February 3, 2026 17:14
@sandipsh
Copy link
Contributor

sandipsh commented Feb 4, 2026

please address this comment and once cofirmed as addressed, please request arm review again.


In reply to: 3637429976

@sandipsh
Copy link
Contributor

sandipsh commented Feb 4, 2026

as per Gary's comment, i think 1st one is addressed.


In reply to: 3844487946

@sandipsh sandipsh added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Feb 4, 2026
@wiboris wiboris merged commit a5a7af5 into main Feb 10, 2026
56 of 59 checks passed
@wiboris wiboris deleted the Batch-MagementPlane-TypeSpec-Update branch February 10, 2026 17:34
LaylaLiu-gmail pushed a commit that referenced this pull request Feb 11, 2026
…#40328)

* Update client settings for DeviceProvisioningServices (#39136)

* bump proxy version (#40006)

Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>

* build(deps-dev): bump @azure-tools/openai-typespec (#39967)

Bumps the openapi-typespec group with 1 update in the / directory: @azure-tools/openai-typespec.


Updates `@azure-tools/openai-typespec` from 1.7.2 to 1.7.3

---
updated-dependencies:
- dependency-name: "@azure-tools/openai-typespec"
  dependency-version: 1.7.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: openapi-typespec
...

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

* build(deps): bump tar from 7.5.6 to 7.5.7 (#40030)

Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.6 to 7.5.7.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.6...v7.5.7)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.7
  dependency-type: indirect
...

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

* Bump prettier from 3.8.0 to 3.8.1 (#40037)

* Initial plan

* Upgrade prettier dependency from 3.8.0 to 3.8.1

Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>

---------

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

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

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.64.4 to 0.64.5
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/typespec-client-generator-core"
  dependency-version: 0.64.5
  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>

* build(deps-dev): update prettier to 3.8.1 in eng/tools packages (#40042)

* Initial plan

* build(deps-dev): update prettier to 3.8.1 in eng/tools packages

Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>

* chore: update package-lock.json for prettier 3.8.1

Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>

---------

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

* Increase typespec-requirement test timeout from 20s to 40s (#40046)

* Initial plan

* Increase test timeout from 20s to 40s in typespec-requirement

Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>

---------

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

* Update client settings for AppComplianceAutomation (#40032)

* [TypeSpec Conversion] AKS (#38641)

* convert to TypeSpec

* fix model validation

* format

* update

* update union name

* java config

* Add Python client names for ContainerService

* Enable compatibility-lro in tspconfig.yaml

* Fix tags

* review fix

---------

Co-authored-by: tadelesh <chenjieshi@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: Xiaofei Cao (from Dev Box) <xiaofeicao@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>

* updates for servicebus Naming conflict swagger (#39544)

* updates'

* updates'

* minor suppression removed

* removing dependency

* Revert "removing dependency"

This reverts commit e3dcb523b4696d362a959123a06b14c4e3197830.

* MPG migration - recoveryservices (#39951)

* MPG migration recoveryservices

* WIP

* refine

* refine

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* refine

* refine

* refine

* refine

* foramt

* fix me

* fix

* Update specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/RecoveryServices/client.tsp

Co-authored-by: Dapeng Zhang <ufo54153@gmail.com>

* Update specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/RecoveryServices/client.tsp

Co-authored-by: Dapeng Zhang <ufo54153@gmail.com>

* Update specification/recoveryservices/resource-manager/Microsoft.RecoveryServices/RecoveryServices/client.tsp

Co-authored-by: Dapeng Zhang <ufo54153@gmail.com>

---------

Co-authored-by: Dapeng Zhang <ufo54153@gmail.com>

* Refactor(network): migrate to unified folder structure (#39796)

* Refactor network folder structure to comply with Azure Guidelines

* Fixed all common-types references

* Updated cspell.yaml, suppressions.yaml, readme.md

* Fix ApiDocPreview ci error

---------

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

* Update @microsoft.azure/openapi-validator-rulesets to 2.2.1 (#40059)

* Initial plan

* Update @microsoft.azure/openapi-validator-rulesets to 2.2.1

Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>

---------

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

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

* Add instruction to normalize package name

* Add javascript validation

* Add examples

---------

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

* fix paths (#40011)

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

* Container Registry to TSP Migration (#38685)

* init converted tsp & examples files

* init openapi json

* fix cspell

* prettier fix

* tsp validation fixes

* formatting fix

* add output dirs

* add containing module for go

* force generation of models

* fix response codes

* match original swagger

* update tsp to skip quotes

* right response code for delete repo

* update to fix routes and regen

* regen after streaming support on get chunk

* add api-version

* link to examples

* regenerated files

* add api version

* regen files

* update to use proper object

* update generated example

* fix to use right name in example

* regen

* fix delete example to use empty body

* regen file

* fix create manifest example

* regen files

* fix example

* regen

* update example to use proper error code

* regen

* add suppressions for LRO and AnonTypes for lintdiff

* fix error code, add scopes url and regen swagger

* fix example file

* fix to use proper error

* fix some breaking changes

* remove deprecated option

* regen swagger

* fix content type

* update namespace

* remove encoded names, stick to swagger names and do client renames

* PR comments

* remove comment

* Create client.tsp (#40052)

* Fix sample in ManagedOps to respect visibility (#40076)

* Tyespec migration for alertsmanagement PreviewAlertRule (#39115)

* converted

* could compile

* update

* Update tspconfig.yaml

* Refactor folder

* Create client.tsp

* Update tspconfig.yaml

* Refactor tspconfig.yaml by removing unused fields

Removed package-dir and is-modular-library fields from tspconfig.yaml.

* Update client.tsp

* Update client.tsp

* Update client.tsp

* Update client.tsp

* add go config

---------

Co-authored-by: Tong Xu (MSFT) <v-xuto@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
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: judy.liu <v-liujudy@microsoft.com>

* Tyespec migration for alertsmanagement PrometheusRuleGroups (#39140)

* converted

* could compile

* update

* Update PrometheusRuleGroupResource.tsp

* Refactor folder

* Update tspconfig.yaml

* Create client.tsp

* Update tspconfig.yaml

---------

Co-authored-by: Tong Xu (MSFT) <v-xuto@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Tyespec migration for alertsmanagement  TenantActivityLogAlerts (#39159)

* converted

* could compile

* update

* update

* delete for moving

* add to destination

* adjust tspconfig.yaml

* Update tspconfig.yaml

* Update tspconfig.yaml

* Create client.tsp

* Update TenantActivityLogAlertResource.tsp

---------

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

* MPG migration - powerbidedicated (#39570)

* MPG migration - powerbidedicated

* WIP

* WIP

* refine

* Update specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/PowerBIDedicated/client.tsp

Co-authored-by: Wei Hu <live1206@gmail.com>

* Clarify suppress comment for legacy pageable usage

Updated suppress comment for legacy usage to clarify its purpose.

---------

Co-authored-by: Wei Hu <live1206@gmail.com>

* Tyespec migration for alertsmanagement AlertsManagement (#39103)

* converted

* could compile

* update

* update

* remove @operationid

* update

* prettier

* Update tspconfig.yaml

* update

* Refactor folder

* Remove is-modular-library flag from tspconfig.yaml

* Update client.tsp

* Update client names and time range constants

* Update client.tsp

* Update client.tsp

* Update client.tsp

* Add statusUrl client name for Java

* feat(alertsmanagement): add Java client name mappings and update tspconfig

Add Java client name mappings for NotificationResult, AlertsMetaData,
AlertsMetaDataProperties, and Essentials models in the client.tsp file.
Also add use-object-for-unknown option to tspconfig.yaml to handle
unknown properties properly.

* add go config

* fix: AlertModificationItem.details nullable

---------

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

* [Liftr-Informatica] Sync all API versions with azure-rest-api-specs-pr to public repo (#39757)

* Sync with azure-rest-api-specs-pr repo

* build fixes

* tsv fix

* Fixed examples

* Update JS config

---------

Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>
Co-authored-by: Nikhil Gupta <52026487+nikhgup@users.noreply.github.com>

* [Azure App Testing] Added API Version 2026-02-01-preview for Playwright Workspaces (#40064)

* [Azure App Testing] Added API Version 2026-02-01-preview for Playwright Workspaces

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

* Mark package as released using azsdk cli command

* Fix endpoint type (#40099)

* Fix endpoint type

* regen

* bump openapi-validator-rulesets from 2.2.1 to 2.2.2 (#40107)

* Added optional parameter for datamap remove classification api (#39983)

* Added optional parameter for datamap remove classification api

* Updated TypeSpec and example for remove classification api

* Datamap api example update

---------

Co-authored-by: Sidhant Sharma <sidhansharma@microsoft.com>

* MPG migration Spec - SqlVirtualMachine (#40022)

* update csharp related configs for attestation (#39250)

* Added hierarchy in Purview Unified Catalog (#39984)

Co-authored-by: Anil Kumar Polepalli (Quadrant Technologies LLC) <v-apolepalli@microsoft.com>

* [Microsoft.CloudHealth] Adding read-only signal property and removing outdated properties (#39982)

* Adding external signal to entity

* eval

* remove obsolete properties

* rename kind

* remove duplicate property (#40093)

* Bump cspell from 9.4.0 to 9.6.2 in /eng/common/spelling (#40117)

Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 9.4.0 to 9.6.2.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v9.6.2/packages/cspell)

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

* Update Swagger for Updated PolicyAssignment and PolicyTokens API (#39843)

* 2025-11-01

* readme

* add policy action

* examples

* fix api version in example

* generated openapi.json

* nit

* nit

* nit

* fix tests

* Add selfServeExemptionSettings to policyAssignment properties

* Fixed update model and json format

* Address the linter errors

* Change back to boolean

---------

Co-authored-by: Celina Zhao <zhaocelina@microsoft.com>
Co-authored-by: Robert Gao <robga@microsoft.com>

* build(deps-dev): bump @azure-tools/openai-typespec (#40120)

Bumps the openapi-typespec group with 1 update in the / directory: @azure-tools/openai-typespec.


Updates `@azure-tools/openai-typespec` from 1.7.3 to 1.8.0

---
updated-dependencies:
- dependency-name: "@azure-tools/openai-typespec"
  dependency-version: 1.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: openapi-typespec
...

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

* build(deps-dev): bump globals from 17.1.0 to 17.2.0 in /.github (#40130)

Bumps [globals](https://github.com/sindresorhus/globals) from 17.1.0 to 17.2.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v17.1.0...v17.2.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 17.2.0
  dependency-type: direct:development
  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>

* build(deps-dev): bump globals from 17.1.0 to 17.2.0 in /.github/shared (#40131)

Bumps [globals](https://github.com/sindresorhus/globals) from 17.1.0 to 17.2.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v17.1.0...v17.2.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 17.2.0
  dependency-type: direct:development
  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>

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

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.53.1 to 8.54.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.54.0/packages/typescript-eslint)

Updates `typescript-eslint` from 8.53.1 to 8.54.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.54.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-version: 8.54.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>

* Update search readme (#40118)

* test search readme update

* update

* temporarily add xiangyan as search codeowner to approve non-spec related changes. (#40132)

* Introduce Microsoft.FileShares API version "2025-09 01-preview" (#39144)

* Introduce 2025-09-01-preview in typespec

* Introduce 2025-09-01-preview swagger

* Introduce 2025-09-01-preview examples

* Update readme.md for 2025-09-01-preview configuration

* Fileshares Private Endpoint connection changes over 2025-09-01 (#40096)

* Add private endpoint & private link resources

Add TypeSpec ARM definitions for PrivateEndpointConnection and PrivateLinkResource (v2025_09_01_preview). Introduces resource operation interfaces (get/create/delete/list), models for PrivateLinkResource properties and list result, and registers the new files in fileshares.tsp. Includes example request/response JSON for the 2025-06-01-preview APIs (create/get/delete/list and private link resource get/list) and necessary LRO/response annotations and suppressions.

* Add PrivateEndpoint & PrivateLink resources APIs

Expose PrivateEndpointConnections and PrivateLinkResources for FileShares: add REST paths for list/get/create/update/delete private endpoint connections and list/get private link resources, including pageable responses and long-running operation metadata. Add related JSON schema definitions (PrivateEndpointConnectionListResult, PrivateLinkResource, PrivateLinkResourceListResult, PrivateLinkResourceProperties) and surface a privateEndpointConnections property on FileShareProperties with @added(Versions.v2025_06_01_preview). Also remove a redundant @added annotation from the PrivateEndpointConnection model file.

* Bump FileShares examples to 2025-09-01-preview (#40103)

Rename example files from 2025-06-01-preview to 2025-09-01-preview and update their api-version values. Also update embedded response header URLs (Azure-AsyncOperation and Location) to use ?api-version=2025-09-01-preview. Affects PrivateEndpointConnections_Create/Delete/Get/ListByFileShare and PrivateLinkResources_Get/ListByFileShare example JSON files under specification/fileshares/resource-manager/Microsoft.FileShares/FileShares/examples.

* update with example restructuring

* Update readme.md

* Include generated files after tsp compile

* update files

* update example

* Update fileshares.tsp

---------

Co-authored-by: Andrey Fedyashov <anfedyas@microsoft.com>
Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
Co-authored-by: Ravi Eda <raeda@microsoft.com>
Co-authored-by: Ankush Bindlish <34896519+ankushbindlish2@users.noreply.github.com>
Co-authored-by: Ankush <ankushb@microsoft.com>

* mgmt, java, acr, task, clientName for 386 (#40138)

* build(deps): bump @apidevtools/json-schema-ref-parser in /.github/shared (#40078)

Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 15.2.1 to 15.2.2.
- [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
- [Commits](https://github.com/APIDevTools/json-schema-ref-parser/compare/v15.2.1...v15.2.2)

---
updated-dependencies:
- dependency-name: "@apidevtools/json-schema-ref-parser"
  dependency-version: 15.2.2
  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>

* build(deps): bump @apidevtools/json-schema-ref-parser in /.github (#40077)

Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 15.2.1 to 15.2.2.
- [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
- [Commits](https://github.com/APIDevTools/json-schema-ref-parser/compare/v15.2.1...v15.2.2)

---
updated-dependencies:
- dependency-name: "@apidevtools/json-schema-ref-parser"
  dependency-version: 15.2.2
  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>

* Refactor(search): merge the legacy folder into Search service folder (#39291)

* Merge the legacy folder into Search service folder

* Move api version 2015-02-28, 2016-09-01, 2017-11-11 from preview to stable

* Fix go sdk ci error

* fix go ci failuer

* Remove Go config

* Revert client.tsp

* Add legacy api version references

---------

Co-authored-by: ZiWei Chen <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* Description name changes to artifact signing (#40153)

* migrate bulkactions from private to public repo (#39646)

* migrate bulkactions from private to publie repo

* remove notification and oars changes from public preview

* update documentation

* update examples

* update examples

* update cancel response

* update example

* update enpoints to remove executecreate and executedelete from initial ba public preview

* update suppression

* address using common operationstatusresult

* address failing validation, adding custom operationStatus model and reason

* address validation failures

* revise scheduledactions endpoints

* update example

* expose vanilla executecreate and executedelete

---------

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

* Update samples for Azure Maps Search: Get Geocoding Batch - REST API  (#40044)

* https://msazure.visualstudio.com/One/_workitems/edit/36493310

* Updated sample request/response.

* Apply prettier formatting

* Updated Geocoding Batch API samples.

* Fixed variable name.

* Adding Microsoft.IotFirmwareDefense FIST 2025-12-01-preview API version (#40125)

Co-authored-by: Jillian Penfield <jpenfield@microsoft.com>

* Updated description of the globalIndex property. (#40124)

* Fix Incorrectly removing label ARMSignedOff for trivial PRs (#40172)

* Fix Incorrectly removing label ARMSignedOff for trivial PRs

* fix prettier issue

---------

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

* [resources] update python configuration (#40082)

* update python config

* update python config

* update python config

* Fix input-file path in readme for Swagger LintDiff errors (#40181)

* [SiteManager] Add configuration to verify the new code generation (#39102)

* Fix some issues in command tsmv (#40154)

* Fix some issues in command tsmv

* Update

---------

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

* new pub preview 2026-02-15-preview (#40108)

* try tsp deprecate

* new preview version

* cluster jobs

* updates swagger changes

* Remove 2025-11-01-preview api and remove supportStatus from cluster as
no longer supported

* restore swagger for november preview as breaking change

* update readme

* fix model validation

* add new enum value, remove unused path

---------

Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

* Fix visibility of updatable parameters in PATCH (#40187)

Explicitly define our Patch payload with the updatable properties only otherwise code gen will add the non-updatable properties as well

* mgmt, policy, update java readme tag (#40185)

* Add FileShares PrivateLinkResource clientName (#40189)

* MPG migration - loadtestservice (#39573)

* MPG migration - loadtestservice

* Simplify Python SDK configuration for resources (#40192)

* Update the client.tsp for FileShares (#40195)

* Changes for SQL Instance Snapshot backup (#39401)

* init

* sql instance changes

* updating readme

* updates

* updating api version in jsons

* moving to preview

* adding sql instance changes

* readme update

* taking base as 2025-08-01

* merging 2025-02-28-preview changes

* adding sql instance snapshot backup changes

* VaultName parameter fix

* fixing json

* updating main.tsp

* updating examples

* updating .tsp files and bms.json based on tsp npx tsv cmd

* adding versioning

* updates

* updates

---------

Co-authored-by: chandrikagonuguntla <chandrikagonuguntla@users.noreply.github.com>

* Machinelearningservices microsoft.machine learning services 2025 12 01 typespec (#39683)

* convert

* update examples

* update

* update

* delete

* update finalresult

* update finalresult

* remove operationId and related suppression

* update tspcofig

* fix

* rename folder

* delete

* remove private

* remove csharp in tspconfig

* fix update

* Add Secret on model properties and Fix ComputeResource

* fix ts validation error

* regen

* remove hierarchyBuilding

* fix void finalresult

* fix deleteBulk

* Update tspconfig.yaml

* Update specification/machinelearningservices/MachineLearningServices.Management/tspconfig.yaml

* Update tspconfig.yaml for Machine Learning services

* add void finalresult for addBulk

* refactor(spec): update Java client naming for blob reference SAS operations

- Rename GetBlobReferenceSASRequestDto to GetBlobReferenceSasRequestDto for Java
- Rename GetBlobReferenceSASResponseDto to GetBlobReferenceSasResponseDto for Java
- Rename SASCredential to SasCredential for Java
- Rename SASCredentialDto to SasCredentialDto for Java
- Rename SASAuthTypeWorkspaceConnectionProperties to SasAuthTypeWorkspaceConnectionProperties for Java
- Rename Registries.getBlobReferenceSAS to getBlobReferenceSas for Java client

* Remove legacy client name annotations

Removed legacy client name annotations for BlobReferenceSAS and SASCredential.

* Fix Java casing for SAS-related types

Added Java casing fixes for SAS-related types and operations in client.tsp.

* 2025-12-01 typespec api version creation

* Models.tsp update

* patch reigstry spec

* Reflect new SDK fixes from typespec conversion PR

* Fix Registry.tsp duplicate symbols causing SDK generation failure

Remove duplicate model definitions (ManagedResourceGroupSettings,
RegistryPrivateEndpointConnection, etc.) that were already defined in
models.tsp and causing 'duplicate-symbol' compilation errors.

Also remove RegistryPrivateEndpointConnections interface using
non-existent ARM operation templates.

* Disable Go generate-samples due to emitter bug with example file matching

The Go emitter incorrectly matches DataContainer examples to CodeContainerProperties
model, causing 'field with serializedName dataType not found' error. This appears
to be a bug in how the emitter processes examples with client location reorganization.

* Add package-2025-12-01 tag to readme.md for lint-diff validation

* Format 2025-12-01 JSON files with prettier

* fix: format TypeSpec source examples for 2025-12-01 with prettier

* patch reigstry spec

* remove duplicated model definitions

* fix: format RegistryPrivateEndpointConnection.tsp for TypeSpec validation

* fix: remove duplicate managedResourceGroup properties from Registry envelope

* chore: regenerate swagger files to sync with TypeSpec source

* fix: set generate-samples to true for Go emitter to pass SDK config validation

* Update to allow lintdiff to succeed

* Fix breaking changes in 2025-10-01-preview: Remove global use-read-only-status-schema setting

- Removed use-read-only-status-schema: true from tspconfig.yaml to prevent global readOnly changes
- Added ProvisioningStateMustBeReadOnly suppression for package-2025-12-01 tag in readme.md
- Regenerated swagger files to remove erroneous readOnly: true from provisioningState enums

This fixes the 63 ReadonlyPropertyChanged breaking change errors in the preview version.

* Fix DataContainer FinalResult typo: CodeContainer -> DataContainer

The LroHeaders for DataContainers_CreateOrUpdate and RegistryDataContainers_CreateOrUpdate
incorrectly referenced CodeContainer as the FinalResult type. This was a copy-paste error
from the swagger-to-typespec conversion.

* Update FIXME suppressions with proper justifications

* Add secret decorators to remove XMSSecretInResponse suppressions

* Remove preview comments from property descriptions

* Fix model validation errors by removing preview-only features from stable examples

* Remove FineTuningJob and DistillationJob examples from TypeSpec source and regenerate openapi.json

* fix: remove preview-only properties from 2025-12-01 stable examples

Remove properties that are marked as @removed(Versions.v2025_12_01) from
source example files to fix model validation errors:

- Compute/ComputeInstance: autologgerSettings, enableOSPatching, enableRootAccess, releaseQuotaOnStop
- Job/CommandJob: parentJobName
- ServerlessEndpoint: contentSafetyLevel

* style: fix tsp format for models.tsp

* Lintdiff updates

* Lintdiff fix

* chore: retrigger CI pipelines

* Update suppressions to remove old generic justification

* Fix cspell failure

---------

Co-authored-by: mcgallan <1186003288@qq.com>
Co-authored-by: Zihe Wang (WICRESOFT NORTH AMERICA LTD) <v-zihewang@microsoft.com>
Co-authored-by: Weidong Xu <weidxu@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: v-huizhu2 <v-huizhu2@microsoft.com>
Co-authored-by: Chao Yu <chaoyu@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* Added powershell emitter in Edge Marketplace (#39830)

* Added powershell emitter in Edge Marketplace

* Updated tsp config

* Removing VaultNameParameter (#40201)

* init

* sql instance changes

* updating readme

* updates

* updating api version in jsons

* moving to preview

* adding sql instance changes

* readme update

* taking base as 2025-08-01

* merging 2025-02-28-preview changes

* adding sql instance snapshot backup changes

* VaultName parameter fix

* fixing json

* updating main.tsp

* updating examples

* updating .tsp files and bms.json based on tsp npx tsv cmd

* adding versioning

* updates

* updates

* fixing js sdk validation

* reverting last commit

* removing VaultNameParameter

---------

Co-authored-by: chandrikagonuguntla <chandrikagonuguntla@users.noreply.github.com>

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

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.64.5 to 0.64.6
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/commits)

---
updated-dependencies:
- dependency-name: "@azure-tools/typespec-client-generator-core"
  dependency-version: 0.64.6
  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>

* [Bugfix] Update garnetCache.json (#38907)

* Update garnetCache.json

Changing entity names to resolve conflicts in sdk generation

* Fix location header in CosmosDBGarnetClusterPatch example to use URI instead of region name

---------

Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Karthik chakravarthy <88904658+kcheekuri@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Sandip Shahane <sandipsh@microsoft.com>

* Fixing garnet patch sample (#39353)

* Fixing garnet patch sample

Fixing garnet patch sample

* Update CosmosDBGarnetClusterPatch.json

implementing pr comments

* Fix response schema

* Resolve breaking change

* Removing body

* Removing schema

---------

Co-authored-by: Karthik chakravarthy <88904658+kcheekuri@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* Added the missing service description in swagger (#40159)

Co-authored-by: Prachi Nandi <prachinandi@microsoft.com>

* Improving AKS TypeSpec definitions - add missing doc (#40144)

* add missing doc

* resolve review comments

* [cognitiveservices] Normalize Swagger Model Names and Properties Suffix (#39371)

* Normalize Swagger Model Names and Properties Suffix

* Update RaiBlocklistItemsBulkDeleteRequest to an Array of Strings

* Update RaiBlocklistItemsBulkDeleteRequest to object type

* add go scope (#40217)

* Tyespec migration for  purview (#39465)

* converted

* could compile

* update

* justification

* Update tspconfig.yaml

* update

* Update tspconfig.yaml

* update client name

* Update client.tsp

* update for java

* update for java

* Update tspconfig.yaml

* Remove compatibility-lro from tspconfig.yaml

Removed compatibility-lro setting from tspconfig.yaml

---------

Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Weidong Xu <weidxu@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: Pan Shao <97225342+pshao25@users.noreply.github.com>

* [TSP Migration][search] TypeSpec migrated from swagger (#38573)

* Convert Swagger to TSP

* Fix diff and errors

* Delete unnecessary decorators

* Fix Swagger Model Validation Errors

* Test whether TSMV will report errors

* Revert "Test whether TSMV will report errors"

This reverts commit 6b50135159fd9b8015133349974f4d83b753a658.

* Add SecuredByPerimeter back

* Update NetworkSecurityPerimeterConfiguration.tsp

* Revert "Update NetworkSecurityPerimeterConfiguration.tsp"

This reverts commit eebd45291f6d3abb695fbc898f13ada40fe7f1ce.

* Add missing x-ms-parameter-grouping

* run tsp compile command

* Replace custom NSPC resource model with CommonTypes.NspConfigurationResource

* update

* Update client.tsp

* Remove unnecessary model

* run tsp compile command

* Update client.tsp

* Test whether the name parameter can be removed.

* Replace the Operation template of NetworkSecurityPerimeterConfigurations_Reconcile with Action.

* add go code

* update

* add go config

* add go config

* Java config

* add go clientName

* update client name

* Update client.tsp

* re-enable generating test/sample for java

* Exclude Python from customization for it does not support to wrap header-only parameter

* Exclude JS for customization

* Enable compatibility-lro in tspconfig.yaml

* update

* add missing x-ms-parameter-grouping and x-ms-client-request-id

* Remove compatibility-lro option from tspconfig.yaml

* Add missing tags and visibility

* Remove visibility

* tsp compile

---------

Co-authored-by: Tong Xu (MSFT) <v-xuto@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Judy Liu <v-liujudy@microsoft.com>
Co-authored-by: Xiaofei Cao (from Dev Box) <xiaofeicao@microsoft.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: ZiWei Chen <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Update client settings for releasing DeploymentStatkcs .Net SDK (#40198)

* [python][policy] update python sdk configuration (#40220)

* necessary config for python

* update to keep compatibility for existing python sdk

* Update Python SDK config for policy to use package-policy-python tag

* update

* update

* Revert default tag back to package-policy-2025-11-stable

* Tyespec migration for  maps (#39340)

* converted

* could compile

* update

* update

* update

* update

* update

* Update routes.tsp

* update

* prettier

* update client name

* delete before relocate

* update

* rename for java

* Update suppressions.yaml

* Add Python support to Azure Maps Management Client

Added Python support for Azure Maps Management Client and updated related encryption identity models.

* Update tspconfig.yaml for compatibility and LRO

* update

* Remove compatibility-lro from tspconfig.yaml

Removed compatibility-lro setting from tspconfig.yaml

* update

* update

---------

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: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* [TSP Migration][FrontDoor] TypeSpec migrated from swagger (#39607)

* update

* fix diff

* add suppress

* fix tsmv error

* prettier check

* fix modelvalidation error

* rename

* fix

* update tspconfig

* delete json

* Update tspconfig.yaml

* Add client definitions for FrontDoorManagementClient

* feat(frontdoor): add Java client name mappings and float32 configuration

- Add Java client name mappings for MinimumTLSVersion, hostname fields,
  and UTC datetime properties in various models
- Configure float32-as-double option to false in tspconfig.yaml
- Update client.tsp with comprehensive Java-specific client name annotations

* fix(frontdoor): correct datetime field naming in model

Rename datetime fields from UTC suffix to Utc suffix for consistency
with TypeScript naming conventions:
- startDateTimeUTC -> startDateTimeUtc
- endDateTimeUTC -> endDateTimeUtc

* Revert "fix(frontdoor): correct datetime field naming in model"

This reverts commit 36af6ab9b5500a30b5598ff2ef3d3b646150f69f.

* feat(frontdoor): add client name annotation for LatencyMetric startDateTimeUTC

- Add @@clientName annotation for LatencyMetric.startDateTimeUTC property
- Map to "startDateTimeUtc" for java client

* refactor(frontdoor): remove unused latency metric client name mapping

Removed the client name mapping for LatencyMetric.startDateTimeUTC
as it was no longer needed in the FrontDoor Management client.

* update for js

* update

* Add Java clientName mappings for various properties

* Add float32-as-double configuration to tspconfig

* refactor(frontdoor): extract latency scorecard parameters into reusable model

- Create GetLatencyScorecardsParameters model to define query parameters
- Replace inline Parameters object in Experiments interface with the new model
- Add client name mapping for endDateTimeUTC parameter in Java

* refactor(frontdoor): extract GetTimeseriesParameters model

- Extract inline Parameters from Experiments interface into a separate
GetTimeseriesParameters model
- Add client name mappings for startDateTimeUTC and endDateTimeUTC
parameters in Java
- Move query parameter definitions to the new reusable model

* refactor(frontdoor): change models to aliases for timeseries parameters

- Change GetTimeseriesParameters from model to alias
- Change GetLatencyScorecardsParameters from model to alias
- This improves type definition consistency in the specification

* fix(frontdoor): correct alias syntax in models.tsp

- Change `alias GetTimeseriesParameters {` to `alias GetTimeseriesParameters = {`
- Change `alias GetLatencyScorecardsParameters {` to `alias GetLatencyScorecardsParameters = {`
- Add proper closing semicolons for alias definitions

The changes fix the TypeScript alias syntax by adding the required equals sign
and semicolon to properly define type aliases.

* Remove compatibility-lro from tspconfig.yaml

Removed compatibility-lro setting from typespec configuration.

* update go config

* add go config

* add go config

* remove go config

* add  go config

* add suppress

* add suppress

* add interface ouside replace function

* fix typespec validation

* update tags

* remove operationId

* format

* update provider

* Update client.tsp

---------

Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Hui Zhu <v-huizhu2@microsoft.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: judy.liu <v-liujudy@microsoft.com>
Co-authored-by: judy <1002946066@qq.com>
Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>

* add go tag (#40225)

* Fix base64 encoding for JWT token (#40204)

The eng/common/scripts/login-to-github.ps1 script was failing because it was using the standard Base64 encoded
  signature returned by Azure Key Vault directly in the JWT, instead of converting it to Base64URL format (which
  replaces + with -, / with _, and removes trailing =).

  I have fixed the script by adding the necessary character replacements and also added a 10-second clock skew buffer
  to the iat (issued at) claim to ensure validity.

  The script now runs successfully and logs in as azure-sdk-automation[bot].

  Changes made:

   - Modified eng/common/scripts/login-to-github.ps1:
    - Converted the signature from Azure Key Vault to Base64URL format.
    - Subtracted 10 seconds from the iat claim to account for potential clock skew.

  Verification:

   - Ran the script and confirmed it successfully resolved the installation ID for "Azure" and obtained an access
  token.
   - gh auth status output confirms successful login.

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

* Fix: Change getVersionCode and swapDefault to use empty body model and delete response codes for SDK generation (#39806)

* fix: Change getVersionCode and swapDefault to use empty body model for SDK generation

- Changed getVersionCode and swapDefault operations from 'void' to '{}' (empty model)
- Added suppression for no-empty-model warning with explanation
- Added doc comments for both operations
- Updated delete operations to include 200 response code for consistency
- This ensures SDK clients send Content-Type: application/json with {} body,
  matching the RP requirement for EmptyBody model

* Add 200 response to delete operations for SDK generation compatibility

- Add 200 response code to delete operation examples for EdgeActions, EdgeActionVersions, and EdgeActionExecutionFilters
- Add DeleteResponseCodes suppressions in readme.md for both API versions
- RP currently implements synchronous delete (returns 200), transitioning to async while maintaining backward compatibility

* Add 200 response to TypeSpec source example files for delete operations

* Update specification/cdn/resource-manager/Microsoft.Cdn/EdgeActions/main.tsp

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Update getVersionCode to use void with explicit contentType header

Apply same pattern as swapDefault: use void parameter type with explicit
@header contentType for POST operations that don't require a request body.
This ensures the Content-Type header is set correctly for SDK generation.

* Apply tsp format to main.tsp

---------

Co-authored-by: Danny Tundwe (from Dev Box) <dannytundwe@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Sandip Shahane <sandipsh@microsoft.com>

* [servicefabric] Typespec migration (#39844)

Typespec conversion for servicefabric with lintdiff suppression and sdk validation suppression for .net

---------

Co-authored-by: ZiWei Chen <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>

* [openapi-diff-runner] Add e2e tests for oad calls from git diff (#40218)

* Initial plan

* Add test infrastructure and e2e tests from PR #40121

This commit adds only the test-related changes from PR #40121:
- New commands.test.ts with e2e tests for breaking change detection
- memfs dependency for mocking filesystem in tests
- Fixed test:ci script to include 'run' command

Note: These tests will fail until the product code changes from PR #40121
are applied, as they test the new renames functionality.

Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>

* get test to load

* WIP: Improve test

* add fixtures

* cleanup

* relative path

* log to null

* minimal valid JSON

* multi-version test

* improve test for adding new stable

* comment

* test names

* add fixture with multiple swaggers per api version

* add test multi-file, multi-version

* new stable, multi files

* mock createDummySwagger, add rename tests

* rename

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* Update client settings for SignalR (#39795)

* MPG migration Spec - Attestation (#40223)

* Adding 2025-11-01 spec for Nginx.NginxPlus (#39907)

* Base commit

* Added 2025-11-01

* Reran tsp compile

* Updated field descriptions

* Update client.tsp

---------

Co-authored-by: Brian Kimutai <briankimutai@microsoft.com>
Co-authored-by: ZiWei Chen <v-ziweichen@microsoft.com>
Co-authored-by: ZiWei Chen <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: Kyle Zhang <skywing918@hotmail.com>

* enable JS for LRO Paging support (#40086)

* add  example for pricing ACR Pur req resource level (#39978)

* add  example for pricing ACR Pur req resource level

* add  example for pricing ACR Pur req resource level

* PRETTIERT

* fix prettier

---------

Co-authored-by: Rotem Aharoni <rotemaharoni@microsoft.com>

* updating remote login settings (#40213)

* build(deps-dev): bump globals from 17.2.0 to 17.3.0 in /.github/shared (#40250)

Bumps [globals](https://github.com/sindresorhus/globals) from 17.2.0 to 17.3.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v17.2.0...v17.3.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 17.3.0
  dependency-type: direct:development
  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>

* build(deps-dev): bump globals from 17.2.0 to 17.3.0 in /.github (#40249)

Bumps [globals](https://github.com/sindresorhus/globals) from 17.2.0 to 17.3.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v17.2.0...v17.3.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 17.3.0
  dependency-type: direct:development
  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>

* [openapi-diff-runner] Simplify tests by extracting common prefix (#40265)

* [openapi-diff-runner] Simplify tests by extracting common prefix

* remove test case failing on windows

* Fix invalid use of template reference (#40260)

* computebulkactions, java client config (#40279)

* fix spelling

* rename in java

* sync swagger

* Update client.tsp for edgeactions (#40280)

* [computebulkactions] Update client.tsp (#40282)

* Update client.tsp

* Update client.tsp

* Update client.tsp

* [TSP Migration][NetworkFunction] TypeSpec migrated from swagger (#39756)

* compile

* update

* update

* update

* update

* update example

* fix example error

* update

* update

* update

* update

* delete

* fix

* prettier check

* fix diff

* Fix diff

* fix

* update client name

* Update client.tsp

* Rename service from 'Microsoft networkfunction' to 'Azure Traffic Collector'

---------

Co-authored-by: Jiao Di (MSFT) <v-jiaodi@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: v-huizhu2 <v-huizhu2@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Tyespec migration for  Commerce (#39248)

* converted

* could compile

* Update models.tsp

* update

* Update routes.tsp

* update

* update

* update

* update

* update

* Update routes.tsp

* Create client.tsp

* delete before relocate

* relocate to conform v2 structure

* feat(commerce): add Java client customizations and update emitter options

- Add @clientName decorator for UsageManager in Java
- Add @alternateType mapping for UsageSample infoFields to ClientCustomizations.InfoField
- Configure tspconfig.yaml with Azure-specific options:
  - Enable object usage for unknown types
  - Enable client-side validations
  - Set UUID as number instead of string
  - Set float32 as double instead of float

* Update routes.tsp

* Update client.tsp

* Remove Java client and alternate type from client.tsp

Removed Java client name and alternate type definition.

* Add stream-style-serialization option to tspconfig

* Update client.tsp

* update

* Revert "update"

This reverts commit 4a1289adf5d0a3d8894167da3cc8be4f43283c85.

* update

* Update specification/commerce/resource-manager/Microsoft.Commerce/Commerce/tspconfig.yaml

* add go config

* revert go config

* Update tspconfig.yaml by removing unused properties

Removed service-dir and is-modular-library properties.

* update client name

* Enable compatibility-lro in tspconfig.yaml

* Remove compatibility-lro from tspconfig.yaml

Removed compatibility-lro setting from TypeSpec configuration.

* update

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Hui Zhu <v-huizhu2@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) <v-jiaodi@microsoft.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>

* Removing the latest preview version (#40152)

* removing the latest preview version

* Remove package-2026-01-01-preview settings

Removed deprecated settings for package-2026-01-01-preview.

---------

Co-authored-by: deepakmauryams <your.email@example.com>

* Update TypeSpec for 2025-06-01 (#39481)

* update typespec for 2025-067-01 apis
---------

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

* Update various endpoint properties to be url rather than string (#40271)

* Update various endpoint properties to be url rather than string

* format

* Updated resource validator title to improve doc generation (#40268)

* Use page size decorator (#40296)

* Added the Public Batch API definition (#35878)

* Initial commit to copy the exact old commit's content from Chris

* From second commit, start to update the apiversion string

* Fixed some swagger lintDiff errors

* Removed pre-defined schema for 202 response to clean up the LintDiff errors

* Directly reference the ErrorResponse definition in the common-type

* Removed the additionalProperties from the header to clean up the LintDiff error

* Remove the body definition from the 202 resposne

* fix file structure

* fix naming

* fix folder structure

* update api-version

* address comments

---------

Co-authored-by: TJ Egbejimba <tj98@live.com>
Co-authored-by: TJ Egbejimba <toegbeji@microsoft.com>
Co-authored-by: Sandip Shahane <sandipsh@microsoft.com>

* clean up old prompts (#40299)

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

* [openapi-diff-runner] Simpify tests via optional args (#40300)

* [openapi-diff-runner] Properly handle renames in same-version check (#40303)

- Fixes #38245

* [Web] Fix encode for binary response (#40055)

* update encode

* Fix encode for binary response

* Change encoding from 'binary' to 'bytes' in Site.tsp

---------

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

* [TSP Migration][marketplace] TypeSpec migrated from swagger (#39524)

* Convert Swagger to TSP

* Fix diff and errors

* Remove operationId decorator

* run prettier check

* Remove unnecessary files

* Remove unnecessary files

* run prettier check

* Remove suspected unnecessary folders

* run tsp compile command

* Modify file output path

* fix swagger model validation error

* fix swagger model validation error

* fix swagger model validation error

* update description

* Remove operationId decorators

* add missing x-ms-pageable

* update

* update

* add go config

* update

---------

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: Pan Shao <97225342+pshao25@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Zhonglei Ma <v-zhongleima@microsoft.com>
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: tadelesh <chenjieshi@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: Xiaofei Cao (from Dev Box) <xiaofeicao@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com>
Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: schaudhari6254888 <111409694+schaudhari6254888@users.noreply.github.com>
Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com>
Co-authored-by: Dapeng Zhang <ufo54153@gmail.com>
Co-authored-by: Tong Xu (MSFT) <57166602+v-xuto@users.noreply.github.com>
Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>
Co-authored-by: Summer Warren <summerwarren@microsoft.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>
Co-authored-by: Kashif Khan <361477+kashifkhan@users.noreply.github.com>
Co-authored-by: wcas-ms <wcashman@microsoft.com>
Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
Co-authored-by: Tong Xu (MSFT) <v-xuto@microsoft.com>
Co-authored-by: judy.liu <v-liujudy@microsoft.com>
Co-authored-by: Wei Hu <live1206@gmail.com>
Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: v-huizhu2 <v-huizhu2@microsoft.com>
Co-authored-by: Raja singhal <singhalraja.30003@gmail.com>
Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>
Co-authored-by: Nikhil Gupta <52026487+nikhgup@users.noreply.github.com>
Co-authored-by: Mitesh Shah <58204159+mitsha-microsoft@users.noreply.github.com>
Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: sid-uni <95178117+sid-uni@users.noreply.github.com>
Co-authored-by: Sidhant Sharma <sidhansharma@microsoft.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>
Co-authored-by: v-apolepalli <v-apolepalli+github@microsoft.com>
Co-authored-by: Anil Kumar Polepalli (Quadrant Technologies LLC) <v-apolepalli@microsoft.com>
Co-authored-by: Sebastian <11445087+sebader@users.noreply.github.com>
Co-authored-by: wiboris <54044985+wiboris@users.noreply.github.com>
Co-authored-by: ccz77 <48917249+Celinadhh@users.noreply.github.com>
Co-authored-by: Celina Zhao <zhaocelina@microsoft.com>
Co-authored-by: Robert Gao <robga@microsoft.com>
Co-authored-by: Xiang Yan <xiangsjtu@gmail.com>
Co-authored-by: afedyashov <andrey.fedyashov@gmail.com>
Co-authored-by: Andrey Fedyashov <anfedyas@microsoft.com>
Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
Co-authored-by: Ravi Eda <raeda@microsoft.com>
Co-authored-by: Ankush Bindlish <34896519+ankushbindlish2@users.noreply.github.com>
Co-authored-by: Ankush <ankushb@microsoft.com>
Co-authored-by: amritas <amshanbh@microsoft.com>
Co-authored-by: Nneka Okeke <149507727+NneOkeke@users.noreply.github.com>
Co-authored-by: steve munk <33468793+stevemunk@users.noreply.github.com>
Co-authored-by: jillianpenfield <44952536+jillianpenfield@users.noreply.github.com>
Co-authored-by: Jillian Penfield <jpenfield@microsoft.com>
Co-authored-by: AkhillaIlla <36493984+AkhilaIlla@users.noreply.github.com>
Co-authored-by: akhilailla <akhilailla@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Yangyang Lu <53235012+yangylu91@users.noreply.github.com>
Co-authored-by: abaranwal-ms <124332815+abaranwal-ms@users.noreply.github.com>
Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>
Co-authored-by: iwrinshow <36922102+iwrinshow@users.noreply.github.com>
Co-authored-by: chandrikagonuguntla <chandrikagonuguntla@users.noreply.github.com>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>
Co-authored-by: mcgallan <1186003288@qq.com>
Co-authored-by: Zihe Wang (WICRESOFT NORTH AMERICA LTD) <v-zihewang@microsoft.com>
Co-authored-by: Chao Yu <chaoyu@microsoft.com>
Co-authored-by: aviranjan24 <aviranjan@microsoft.com>
Co-authored-by: Bhaskar Mallapragada <mbhaskar@gmail.com>
Co-authored-by: Karthik chakravarthy <88904658+kcheekuri@users.noreply.github.com>
Co-authored-by: Sandip Shahane <sandipsh@microsoft.com>
Co-authored-by: Prachi Nandi <prachinandi237@gmail.com>
Co-authored-by: Prachi Nandi <prachinandi@microsoft.com>
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Co-authored-by: Xinni Tong <v-xinnitong@microsoft.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: judy <1002946066@qq.com>
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.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: Ivy Liu <iliu@microsoft.com>
Co-authored-by: Kimutai Brian <briantkimutai@gmail.com>
Co-authored-by: Brian Kimutai <briankimutai@microsoft.com>
Co-authored-by: ZiWei Chen <v-ziweichen@microsoft.com>
Co-authored-by: Kyle Zhang <skywing918@hotmail.com>
Co-authored-by: rotem-aharoni <ahrotem@gmail.com>
Co-authored-by: Rotem Aharoni <rotemaharoni@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
Co-authored-by: deepakmauryams <deelclasico@gmail.com>
Co-authored-by: deepakmauryams <your.email@example.com>
Co-authored-by: Marcin Jastrzebski <majastrz@microsoft.com>
Co-authored-by: Mingzhe Jiang <71346160+jiangmingzhe@users.noreply.github.com>
Co-authored-by: TJ Egbejimba <tj98@live.com>
Co-authored-by: TJ Egbejimba <toegbeji@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Approved-Avocado ARMAutoSignedOff-IncrementalTSP ARMReview ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review Batch BreakingChange-Approved-BranchPolicyException Changes violate the branch policy but exception has been granted. aka.ms/azsdk/pr-brch-deep 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 new-api-version PublishToCustomers Acknowledgement the changes will be published to Azure customers. resource-manager TypeSpec Authored with TypeSpec

Projects

None yet

Development

Successfully merging this pull request may close these issues.