Skip to content

Conversation

@kamboj-prjwl
Copy link
Member

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:
    • 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.

Prajjwal Kamboj and others added 10 commits December 12, 2025 12:05
Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.
Updated the API version from stable/2025-03-01 to stable/2025-05-01.
* Sgw change

* ModelFix

* Model issue fix

* Fix

* Model fix

* Fixed comment

* Updated description for zone
* Update IDPS Profile names

* Add examples for IDPS profile

* Update Firewall Policy PUT example IDPS profile

* Update profile name and enum order

* Remove delete example

* Update profile names to emerging, extended and core

* Add Off as default profile

* Move changes to latest release

* Revert PUT example change on older version

* Move changes to release 2025-05-01

* Update examples release version

* Update profile order

* Update profiles description
* Add a new top level resource for VNA

* add suppression for a known issue.

* add 1 more suppression due to known issue

* added x-ms-parameter-location as per go sdk team suggestion

* one more place to add for x-ms-parameter-location attribute

---------

Co-authored-by: Prajjwal Kamboj <[email protected]>
)

* update the spec with CAPTCHA action and cookies expiary

* whitespace issue

* Fix description for CAPTCHA cookie expiration
* 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] <[email protected]>
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 <[email protected]>
Co-authored-by: Pan Shao <[email protected]>
Co-authored-by: Jiao Di (MSFT) <[email protected]>
Co-authored-by: Jiao Di (MSFT) <[email protected]>
Co-authored-by: Yuchao Yan <[email protected]>
Co-authored-by: Judy Liu <[email protected]>

* [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) <[email protected]>
Co-authored-by: Judy Liu <[email protected]>
Co-authored-by: Yuchao Yan <[email protected]>
Co-authored-by: Jiao Di (MSFT) <[email protected]>
Co-authored-by: Pan Shao <[email protected]>

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

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

Co-authored-by: Praveen Kuttappan <[email protected]>

* 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 <[email protected]>
Co-authored-by: Weidong Xu <[email protected]>
Co-authored-by: Xiaofei Cao <[email protected]>
Co-authored-by: Jiao Di (MSFT) <[email protected]>
Co-authored-by: tadelesh <[email protected]>
Co-authored-by: Chenjie Shi <[email protected]>
Co-authored-by: xiaofeicao <[email protected]>
Co-authored-by: Yuchao Yan <[email protected]>
Co-authored-by: Jiao Di (MSFT) <[email protected]>
Co-authored-by: Pan Shao <[email protected]>

* 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] <[email protected]>
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] <[email protected]>
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 <[email protected]>

* [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] <[email protected]>

* Use Node 24 with github-script@v8

* update spec-gen-sdk-status.yml

---------

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

* [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 <[email protected]>

* 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 <[email protected]>

* [.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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

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

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

Co-authored-by: Rui Guo <[email protected]>
Co-authored-by: Liwei Ying <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

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

---------

Co-authored-by: Sneha Chhabria <[email protected]>
Co-authored-by: Yiran Li <[email protected]>
Co-authored-by: Oliver King <[email protected]>
Co-authored-by: Jack Ma <[email protected]>
Co-authored-by: Juan Diego Bencardino <[email protected]>
Co-authored-by: juanbe <[email protected]>
Co-authored-by: Martin Heberling <[email protected]>

* 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 <[email protected]>

* path

* updates

* list numbering incorrect

* linting

---------

Co-authored-by: l0lawrence <[email protected]>
Co-authored-by: Ben Broderick Phillips <[email protected]>

* 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 <[email protected]>
Co-authored-by: Weidong Xu <[email protected]>
Co-authored-by: Yuchao Yan <[email protected]>
Co-authored-by: Chenjie Shi <[email protected]>
Co-authored-by: Jiao Di (MSFT) <[email protected]>
Co-authored-by: Pan Shao <[email protected]>

* 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) <[email protected]>

* 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 <[email protected]>

* [CQA] Correct typo (#38579)

* correct typo

* change getImportStatus getExportStatus getDeployStatus getDeleteStatus getUpdateQnasStatus getUpdateSourcesStatus to internal

---------

Co-authored-by: Qi Yin <[email protected]>

* 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 <[email protected]>

* 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) <[email protected]>

* 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 <[email protected]>

* Application Gateway MTLS Passthrough Feature Support (#38337)

Co-authored-by: Hemant Imudianda <[email protected]>
Co-authored-by: Prajjwal Kamboj <[email protected]>

* Remove NonSensitivity for DDoS ruleset (#38246)

* Remove NonSensitivity

* make change in the right API folder

* add suppression

---------

Co-authored-by: Prajjwal Kamboj <[email protected]>
Co-authored-by: Judy Liu <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

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

* update examples

* updated the jsons

---------

Co-authored-by: Prajjwal Kamboj <[email protected]>

* IpVersionType property for Private Endpoint API (#38497)

* Addedipconfig type

* Fix indentation

* Addressing comments

* Added example

---------

Co-authored-by: Piyush Mishra <[email protected]>
Co-authored-by: Prajjwal Kamboj <[email protected]>

* IP Preservation API Support (#38358)

* IP Preservation API Support

---------

Co-authored-by: Prajjwal Kamboj <[email protected]>

---------

Co-authored-by: Prajjwal Kamboj <[email protected]>
Co-authored-by: Hemant Imudianda <[email protected]>
Co-authored-by: Hemant Imudianda <[email protected]>
Co-authored-by: baoqihuang0326 <[email protected]>
Co-authored-by: Judy Liu <[email protected]>
Co-authored-by: riddhinilawar <[email protected]>
Co-authored-by: Riddhi Nilawar <[email protected]>
Co-authored-by: Jennifer Wong <[email protected]>
Co-authored-by: aneeshakella-microsoft <[email protected]>
Co-authored-by: Piyush Mishra <[email protected]>
Co-authored-by: Piyush Mishra <[email protected]>
Co-authored-by: pribansa <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* fix param order (#38657)

Co-authored-by: catalinaperalta <[email protected]>

* 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) <[email protected]>

---------

Co-authored-by: Daniel Jurek <[email protected]>
Co-authored-by: Mike Harder <[email protected]>
Co-authored-by: Timothee Guerin <[email protected]>
Co-authored-by: Bernd Verst <[email protected]>
Co-authored-by: Bernd Verst <[email protected]>
Co-authored-by: Rui Guo <[email protected]>
Co-authored-by: Rui Guo <[email protected]>
Co-authored-by: Liwei Ying <[email protected]>
Co-authored-by: Arthur Ma <[email protected]>
Co-authored-by: Weidong Xu <[email protected]>
Co-authored-by: Sudhir Reddy Emmadi <[email protected]>
Co-authored-by: Jingshu918 <[email protected]>
Co-authored-by: haiyuan_zhang <[email protected]>
Co-authored-by: ChenxiJiang333 <[email protected]>
Co-authored-by: Yuchao Yan <[email protected]>
Co-authored-by: nirmochiach <[email protected]>
Co-authored-by: FumingZhang <[email protected]>
Co-authored-by: Sneha Chhabria <[email protected]>
Co-authored-by: Yiran Li <[email protected]>
Co-authored-by: Oliver King <[email protected]>
Co-authored-by: Jack Ma <[email protected]>
Co-authored-by: Juan Diego Bencardino <[email protected]>
Co-authored-by: juanbe <[email protected]>
Co-authored-by: Martin Heberling <[email protected]>
Co-authored-by: amber-Chen-86 <[email protected]>
Co-authored-by: Azure SDK Bot <[email protected]>
Co-authored-by: l0lawrence <[email protected]>
Co-authored-by: Ben Broderick Phillips <[email protected]>
Co-authored-by: fmabroukmsft <[email protected]>
Co-authored-by: mcgallan <[email protected]>
Co-authored-by: melina5656 <[email protected]>
Co-authored-by: Chenjie Shi <[email protected]>
Co-authored-by: Jiao Di (MSFT) <[email protected]>
Co-authored-by: Pan Shao <[email protected]>
Co-authored-by: Xiaofei Cao <[email protected]>
Co-authored-by: Jim Du <[email protected]>
Co-authored-by: vikotha <[email protected]>
Co-authored-by: tundwed <[email protected]>
Co-authored-by: Danny Tundwe (from Dev Box) <[email protected]>
Co-authored-by: yossigorshomov <[email protected]>
Co-authored-by: ygorshomov <[email protected]>
Co-authored-by: Amichelangelo <[email protected]>
Co-authored-by: Qi Yin <[email protected]>
Co-authored-by: sorabhtandon <[email protected]>
Co-authored-by: Judy Liu <[email protected]>
Co-authored-by: Dapeng Zhang <[email protected]>
Co-authored-by: nnellikunnu <[email protected]>
Co-authored-by: jennypng <[email protected]>
Co-authored-by: Grace Wilcox <[email protected]>
Co-authored-by: Richard Park <[email protected]>
Co-authored-by: jamesvoongms <[email protected]>
Co-authored-by: yk <[email protected]>
Co-authored-by: Yukun Li (Beyondsoft) <[email protected]>
Co-authored-by: steve munk <[email protected]>
Co-authored-by: Prajjwal Kamboj <[email protected]>
Co-authored-by: Prajjwal Kamboj <[email protected]>
Co-authored-by: Hemant Imudianda <[email protected]>
Co-authored-by: Hemant Imudianda <[email protected]>
Co-authored-by: baoqihuang0326 <[email protected]>
Co-authored-by: riddhinilawar <[email protected]>
Co-authored-by: Riddhi Nilawar <[email protected]>
Co-authored-by: Jennifer Wong <[email protected]>
Co-authored-by: aneeshakella-microsoft <[email protected]>
Co-authored-by: Piyush Mishra <[email protected]>
Co-authored-by: Piyush Mishra <[email protected]>
Co-authored-by: pribansa <[email protected]>
Co-authored-by: Jeremy Kramer <[email protected]>
Co-authored-by: catalinaperalta <[email protected]>
Co-authored-by: catalinaperalta <[email protected]>

* Added SourceEncryptionKey (#38662)

* Added AccessTierIfModifiedSinceParameter & AccessTierIfUnmodifiedSinceParameter (#38665)

* tsp compile

* clean install + re-compile

---------

Co-authored-by: Nick Liu <[email protected]>
Co-authored-by: Daniel Jurek <[email protected]>
Co-authored-by: Mike Harder <[email protected]>
Co-authored-by: Timothee Guerin <[email protected]>
Co-authored-by: Bernd Verst <[email protected]>
Co-authored-by: Bernd Verst <[email protected]>
Co-authored-by: Rui Guo <[email protected]>
Co-authored-by: Rui Guo <[email protected]>
Co-authored-by: Liwei Ying <[email protected]>
Co-authored-by: Arthur Ma <[email protected]>
Co-authored-by: Weidong Xu <[email protected]>
Co-authored-by: Sudhir Reddy Emmadi <[email protected]>
Co-authored-by: Jingshu918 <[email protected]>
Co-authored-by: haiyuan_zhang <[email protected]>
Co-authored-by: ChenxiJiang333 <[email protected]>
Co-authored-by: Yuchao Yan <[email protected]>
Co-authored-by: nirmochiach <[email protected]>
Co-authored-by: FumingZhang <[email protected]>
Co-authored-by: Sneha Chhabria <[email protected]>
Co-authored-by: Yiran Li <[email protected]>
Co-authored-by: Oliver King <[email protected]>
Co-authored-by: Jack Ma <[email protected]>
Co-authored-by: Juan Diego Bencardino <[email protected]>
Co-authored-by: juanbe <[email protected]>
Co-authored-by: Martin Heberling <[email protected]>
Co-authored-by: amber-Chen-86 <[email protected]>
Co-authored-by: Azure SDK Bot <[email protected]>
Co-authored-by: l0lawrence <[email protected]>
Co-authored-by: Ben Broderick Phillips <[email protected]>
Co-authored-by: fmabroukmsft <[email protected]>
Co-authored-by: mcgallan <[email protected]>
Co-authored-by: melina5656 <[email protected]>
Co-authored-by: Chenjie Shi <[email protected]>
Co-authored-by: Jiao Di (MSFT) <[email protected]>
Co-authored-by: Pan Shao <[email protected]>
Co-authored-by: Xiaofei Cao <[email protected]>
Co-authored-by: Jim Du <[email protected]>
Co-authored-by: vikotha <[email protected]>
Co-authored-by: tundwed <[email protected]>
Co-authored-by: Danny Tundwe (from Dev Box) <[email protected]>
Co-authored-by: yossigorshomov <[email protected]>
Co-authored-by: ygorshomov <[email protected]>
Co-authored-by: Amichelangelo <[email protected]>
Co-authored-by: Qi Yin <[email protected]>
Co-authored-by: sorabhtandon <[email protected]>
Co-authored-by: Judy Liu <[email protected]>
Co-authored-by: Dapeng Zhang <[email protected]>
Co-authored-by: nnellikunnu <[email protected]>
Co-authored-by: jennypng <[email protected]>
Co-authored-by: Grace Wilcox <[email protected]>
Co-authored-by: Richard Park <[email protected]>
Co-authored-by: jamesvoongms <[email protected]>
Co-authored-by: yk <[email protected]>
Co-authored-by: Yukun Li (Beyondsoft) <[email protected]>
Co-authored-by: steve munk <[email protected]>
Co-authored-by: Prajjwal Kamboj <[email protected]>
Co-authored-by: Prajjwal Kamboj <[email protected]>
Co-authored-by: Hemant Imudianda <[email protected]>
Co-authored-by: Hemant Imudianda <[email protected]>
Co-authored-by: baoqihuang0326 <[email protected]>
Co-authored-by: riddhinilawar <[email protected]>
Co-authored-by: Riddhi Nilawar <[email protected]>
Co-authored-by: Jennifer Wong <[email protected]>
Co-authored-by: aneeshakella-microsoft <[email protected]>
Co-authored-by: Piyush Mishra <[email protected]>
Co-authored-by: Piyush Mishra <[email protected]>
Co-authored-by: pribansa <[email protected]>
Co-authored-by: Jeremy Kramer <[email protected]>
Co-authored-by: catalinaperalta <[email protected]>
Co-authored-by: catalinaperalta <[email protected]>

* remove outdated TypeSpecValidation suppressions (#39247)

Co-authored-by: Kyle Zhang <[email protected]>
Co-authored-by: Mary Gao <[email protected]>

* 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/[email protected]...@typespec/[email protected])

---
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] <[email protected]>
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) <[email protected]>
Co-authored-by: Yuchao Yan <[email protected]>
Co-authored-by: Judy Liu <[email protected]>
Co-authored-by: XiaofeiCao <[email protected]>
Co-authored-by: Pan Shao <[email protected]>

* [.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] <[email protected]>
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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Ojo Okoka <[email protected]>

* 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 <[email protected]>
Co-authored-by: Mike Harder <[email protected]>
Co-authored-by: audreyttt <[email protected]>

* add .net sdk config (#39177)

Signed-off-by: Ryan Zhang <[email protected]>

* Made dotnet SDK validation required (#39318)

* Enabled required setting for .net

* Fixed test

* Remove Invoke-ToolDescriptionEvaluator script (#39321)

Co-authored-by: Summer Warren <[email protected]>

* 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 <[email protected]>
Co-authored-by: Weidong Xu <[email protected]>
Co-authored-by: ChenxiJiang333 <[email protected]>
Co-authored-by: Yuchao Yan <[email protected]>
Co-authored-by: Jialin Huang <[email protected]>
Co-authored-by: Jiao Di (MSFT) <[email protected]>

* 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] <[email protected]>
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/[email protected]...@azure-tools/[email protected])

---
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] <[email protected]>
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 <[email protected]>
Co-authored-by: Chenjie Shi <[email protected]>

* 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] <[email protected]>
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 <[email protected]>

* [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 <[email protected]>
Co-authored-by: mcgallan <[email protected]>
Co-authored-by: Jiao Di (MSFT) <[email protected]>
Co-authored-by: XiaofeiCao <[email protected]>
Co-authored-by: ChenxiJiang333 <[email protected]>
Co-authored-by: Yuchao Yan <[email protected]>
Co-authored-by: judy.liu <[email protected]>
Co-authored-by: Pan Shao <[email protected]>
Co-authored-by: Minghao Chen <[email protected]>

* 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 <[email protected]>
Co-authored-by: Mike Harder <[email protected]>

* MPG migration - purestorageblock (#39365)

* MPG migration - onlineexperimentation (#39345)

* update tspconfig.yaml (#39359)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Ryan Zhang <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xinni Tong <[email protected]>
Co-authored-by: v-xuto <[email protected]>
Co-authored-by: Pan Shao <[email protected]>
Co-authored-by: Jiao Di (MSFT) <[email protected]>
Co-authored-by: Jiao Di (MSFT) <[email protected]>
Co-authored-by: Yuchao Yan <[email protected]>
Co-authored-by: Judy Liu <[email protected]>
Co-authored-by: Xiaofei Cao <[email protected]>
Co-authored-by: Zhonglei Ma <[email protected]>
Co-authored-by: Praveen Kuttappan <[email protected]>
Co-authored-by: Praven Kuttappan <[email protected]>
Co-authored-by: Osahumen Uyi Aghasomwan <[email protected]>
Co-authored-by: Mike Harder <[email protected]>
Co-authored-by: Wenming Liu <[email protected]>
Co-authored-by: Pan Shao <[email protected]>
Co-authored-by: Weidong Xu <[email protected]>
Co-authored-by: tadelesh <[email protected]>
Co-authored-by: Chenjie Shi <[email protected]>
Co-authored-by: xiaofeicao <[email protected]>
Co-authored-by: Xiang Yan <[email protected]>
Co-authored-by: Charles Lowell <[email protected]>
Co-authored-by: Wes Haggard <[email protected]>
Co-authored-by: Yuqing Wei <[email protected]>
Co-authored-by: Dapeng Zhang <[email protected]>
Co-authored-by: ChenxiJiang333 <[email protected]>
Co-authored-by: Juan Ospina <[email protected]>
Co-authored-by: Zulfat Nutfullin <[email protected]>
Co-authored-by: ashwinmayya <[email protected]>
Co-authored-by: steve munk <[email protected]>
Co-authored-by: Gerardo Lecaros <[email protected]>
Co-authored-by: Kyle Zhang <[email protected]>
Co-authored-by: Kyle Zhang <[email protected]>
Co-authored-by: haiyuan_zhang <[email protected]>
Co-authored-by: Jiarui Guo <[email protected]>
Co-authored-by: Jiarui Guo <[email protected]>
Co-authored-by: Arthur Ma <[email protected]>
Co-authored-by: mcgallan <[email protected]>
Co-authored-by: Sean McCullough <[email protected]>
Co-authored-by: Nick Liu <[email protected]>
Co-authored-by: Daniel Jurek <[email protected]>
Co-authored-by: Timothee Guerin <[email protected]>
Co-authored-by: Bernd Verst <[email protected]>
Co-authored-by: Bernd Verst <[email protected]>
Co-authored-by: Rui Guo <[email protected]>
Co-authored-by: Rui Guo <[email protected]>
Co-authored-by: Liwei Ying <[email protected]>
Co-authored-by: Sudhir Reddy Emmadi <[email protected]>
Co-authored-by: Jingshu918 <[email protected]>
Co-authored-by: nirmochiach <[email protected]>
Co-authored-by: FumingZhang <[email protected]>
Co-authored-by: Sneha Chhabria <[email protected]>
Co-authored-by: Yiran Li <[email protected]>
Co-authored-by: Oliver King <[email protected]>
Co-authored-by: Jack Ma <[email protected]>
Co-authored-by: Juan Diego Bencardino <[email protected]>
Co-authored-by: juanbe <[email protected]>
Co-authored-by: Martin Heberling <[email protected]>
Co-authored-by: amber-Chen-86 <[email protected]>
Co-authored-by: l0lawrence <[email protected]>
Co-authored-by: Ben Broderick Phillips <[email protected]>
Co-authored-by: fmabroukmsft <[email protected]>
Co-authored-by: melina5656 <[email protected]>
Co-authored-by: Jim Du <[email protected]>
Co-authored-by: vikotha <[email protected]>
Co-authored-by: tundwed <[email protected]>
Co-authored-by: Danny Tundwe (from Dev Box) <[email protected]>
Co-authored-by: yossigorshomov <[email protected]>
Co-authored-by: ygorshomov <[email protected]>
Co-authored-by: Amichelangelo <[email protected]>
Co-authored-by: Qi Yin <[email protected]>
Co-authored-by: sorabhtandon <[email protected]>
Co-authored-by: nnellikunnu <[email protected]>
Co-authored-by: jennypng <[email protected]>
Co-authored-by: Grace Wilcox <[email protected]>
Co-authored-by: Richard Park <[email protected]>
Co-authored-by: jamesvoongms <[email protected]>
Co-authored-by: yk <[email protected]>
Co-authored-by: Yukun Li (Beyondsoft) <[email protected]>
Co-authored-by: Prajjwal Kamboj <[email protected]>
Co-authored-by: Prajjwal Kamboj <[email protected]>
Co-authored-by: Hemant Imudianda <[email protected]>
Co-authored-by: Hemant Imudianda <[email protected]>
Co-authored-by: baoqihuang0326 <[email protected]>
Co-authored-by: riddhinilawar <[email protected]>
Co-authored-by: Riddhi Nilawar <[email protected]>
Co-authored-by: Jennifer Wong <[email protected]>
Co-authored-by: aneeshakella-microsoft <[email protected]>
Co-authored-by: Piyush Mishra <[email protected]>
Co-authored-by: Piyush Mishra <[email protected]>
Co-authored-by: pribansa <[email protected]>
Co-authored-by: Jeremy Kramer <[email protected]>
Co-authored-by: catalinaperalta <[email protected]>
Co-authored-by: catalinaperalta <[email protected]>
Co-authored-by: Mary Gao <[email protected]>
Co-authored-by: Ojo Okoka <[email protected]>
Co-authored-by: Theodore Chang <[email protected]>
Co-authored-by: audreyttt <[email protected]>
Co-authored-by: Ryan Zhang <[email protected]>
Co-authored-by: Ray Chen <[email protected]>
Co-authored-by: Summer Warren <[email protected]>
Co-authored-by: Tejaswi Salaigari <[email protected]>
Co-authored-by: KajalSethi <[email protected]>
Co-authored-by: abaranwal-ms <[email protected]>
Co-authored-by: Jialin Huang <[email protected]>
Co-authored-by: Nneka Okeke <[email protected]>
Co-authored-by: ZiWei Chen <[email protected]>
Co-authored-by: Meghana Gupta <[email protected]>
Co-authored-by: Ben Broderick Phillips <[email protected]>
Co-authored-by: Qishun Zhong (MSFT) <[email protected]>
Co-authored-by: mcgallan <[email protected]>
Co-authored-by: Minghao Chen <[email protected]>
@github-actions
Copy link

github-actions bot commented Dec 26, 2025

Next Steps to Merge

Next steps that must be taken to merge this PR:
  • ❌ This PR is in purview of the ARM review (label: ARMReview). This PR must get ARMSignedOff label from an ARM reviewer.
    This PR has ARMChangesRequested label. Please address or respond to feedback from the ARM API reviewer.
    When you are ready to continue the ARM API review, please remove the ARMChangesRequested label.
    Automation should then add WaitForARMFeedback label.
    ❗If you don't have permissions to remove the label, request write access per aka.ms/azsdk/access#request-access-to-rest-api-or-sdk-repositories.
    For details of the ARM review, see aka.ms/azsdk/pr-arm-review
  • ❌ The required check named Swagger Avocado has failed. Refer to the check in the PR's 'Checks' tab for details on how to fix it and consult the aka.ms/ci-fix guide


Comment generated by summarize-checks workflow run.

@kamboj-prjwl kamboj-prjwl added the PublishToCustomers Acknowledgement the changes will be published to Azure customers. label Dec 26, 2025
@github-actions github-actions bot added brownfield Brownfield services will soon be required to convert to TypeSpec. See https://aka.ms/azsdk/typespec. ARMReview new-api-version resource-manager SuppressionReviewRequired WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Dec 26, 2025
@github-actions
Copy link

github-actions bot commented Dec 26, 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.Network
Go sdk/resourcemanager/network/armnetwork
Java com.azure.resourcemanager:azure-resourcemanager-network-generated
JavaScript @azure/arm-network

@github-actions github-actions bot added BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required NotReadyForARMReview BreakingChange-JavaScript-Sdk and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Dec 26, 2025
@mikekistler
Copy link
Member

Breaking changes were previously reviewed and approved in #36855, but using the BranchPolicyException label as this PR is the one that actually updates main.

@mikekistler mikekistler added the BreakingChange-Approved-BranchPolicyException Changes violate the branch policy but exception has been granted. aka.ms/azsdk/pr-brch-deep label Dec 29, 2025
@github-actions github-actions bot added WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required and removed NotReadyForARMReview labels Dec 29, 2025
@ravimeda
Copy link
Member

Please address failing checks.

@github-actions github-actions bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Dec 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ARMChangesRequested ARMReview BreakingChange-Approved-BranchPolicyException Changes violate the branch policy but exception has been granted. aka.ms/azsdk/pr-brch-deep BreakingChange-Go-Sdk BreakingChange-JavaScript-Sdk 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. new-api-version PublishToCustomers Acknowledgement the changes will be published to Azure customers. resource-manager SuppressionReviewRequired

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants