Skip to content

Add Watch Jobs for SemanticValidation and ModelValidation #35185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025

Conversation

scbedd
Copy link
Member

@scbedd scbedd commented Jun 10, 2025

I originally combined these into a single workflow. When I did that, I maintained:

  workflow_run:
    types: completed
    workflows:
      - "\\[TEST-IGNORE\\] Swagger ModelValidation"
      - "\\[TEST-IGNORE\\] Swagger SemanticValidation"

But realized that would just result in this same workflow running twice and checking the difference in results for both Swagger ModelValidation and Swagger SemanticValidation on both. We'd be sacrificing wasted agent minutes for reducing the # of checks showing up on the PR by 1.

Copy link

openapi-pipeline-app bot commented Jun 10, 2025

Next Steps to Merge

Next steps that must be taken to merge this PR:
  • ❌ The required check named Protected Files 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

Copy link

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

@scbedd scbedd moved this from 🤔 Triage to 🔬 Dev in PR in Azure SDK EngSys 🔨🏗️💻🚧 Jun 10, 2025
@scbedd scbedd merged commit fc39e07 into Azure:main Jun 10, 2025
45 of 47 checks passed
@kurtzeborn kurtzeborn moved this from 🔬 Dev in PR to 🎊 Closed in Azure SDK EngSys 🔨🏗️💻🚧 Jun 10, 2025
dvadas pushed a commit that referenced this pull request Jul 3, 2025
* update spec to make sdk not breaking (#35091)

* Update tags for flexible server (#34969)

* Update tags for flexible server

* Update TypeScript tags for flexible server to include specific version dates

* Fix description wording and correct typos in PostgreSQL readme

---------

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

* feat: add containeregistry 2025-05-01-preview (#34584)

* feat: initialize 2025-05-01-preview from 2025-03-01-preview

* update
- include change from 2025-04-01
- add networkRuleBypassAllowedForTasks

* address lint warning

* address comment

* revert uri format change

* Split Microsoft.Resources into different service packages (#34190)

* Add package to split resources.json into resources & deployments

* Run split logic

* Use restore command to avoid having to force push updates

* Fix existing readmes

* Remove additional references

* More tweaks

* Remove leading newline

* Add suppressions

* Minor SDK fixes

* Update namespaces per namespace review guidance

* Incorporate changes from https://github.com/Azure/azure-sdk/issues/8768

* Tweak generation settings

---------

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

* Microsoft.Security new version - 2025-05-04-preview (#34606)

* Copy files from preview/2019-01-01-preview

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

* Update version to preview/2025-05-04-preview

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

* Added tag for 2025-05-04-preview in readme file

* removing unused properties, adding values that did not exist, updating examples

* fixing readme for swagger avocado NO_JSON_FILE_FOUND, removing references to files not being updates, left only assessments and assessmentsmetadata

* tag was changed to use 2025-05-04 by default, dont want this, should stay as composite-v3 for default

* adding suppressions

* fixing formatting

* suppression for not latest API version

* spell check fix

* removing suppressions that didnt work

* add risk example to "GetAssessements"

* adding back in removed properties

* ading in risk property and all supporting objects

* Combining everything from latest stable version (2021-06-01) that was missing

* fixing parameters and json

* fixing json

* hopefully actually fixed it all this time

* Fixing assessments

* removing stats ref becasue its not in laests version

* updating readme, the default tag "package-composite-v3" needs to have the updated preview files

* updating default tag to have latest preview of assessments and assessmentsmeadata only, and adding Risk property to assessments

* fixing Risk definition

* removing a suppression

* fixing json

* adding status property

* fixing Risk property

* fixing Risk property

* removing last supressions and adding operations json

* adding oeprations file to readme

* updating operation to latest version in readme, adding operations example to latest preview

* fixing operatons version

* updating operations example version

* modifying Risk property and updating readme

* adding more context to edges

* moving RIsk to SecurityAssessmentsPropertiesBase

* running prettier on assessments.json

* updating readme to include the operations file in the input

---------

Co-authored-by: willbuckner <willbuckner@microsoft.com>
Co-authored-by: Aviram Yitzhak <ayitzhak@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>

* Self unsuspend domainservice api (#34921)

* Copy files from stable/2022-12-01

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

* Update version to preview/2025-05-01

Updated the API version from stable/2022-12-01 to preview/2025-05-01.

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

* Unsuspend domain swagger update

* Fix Swagger LintDiff failed

* Fix Swagger LintDiff errors

* fix Swagger ModelValidation failed

* update pattern for DomainServiceNameParameter as per AD policy

* fix(spellcheck): replace 'unsuspends' and 'unsuspended' with standard terms to pass spell check

* Conform to recomended spelling. unsuspended to resume

* Moved suppression into a fenced YAML code block under '## Suppression'

* Added 'from' and 'where' fields to suppression directive in readme.md

* update PathResourceProviderNamePascalCase suppression to use single-quoted where clause
- Ensures linter correctly recognizes the targeted path suppression

* update PathResourceProviderNamePascalCase suppression to use only 'where' and 'reason'

---------

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

* Bump @azure-tools/spec-gen-sdk from 0.8.0 to 0.8.1 (#35082)

Bumps [@azure-tools/spec-gen-sdk](https://github.com/Azure/azure-sdk-tools) from 0.8.0 to 0.8.1.
- [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.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* Add validation of specifications and examples via actions (#34918)

* Add oav-runner package to eng/tools/package.json
* Add 4 new actions [TEST IGNORE] Swagger ModelValidation, [TEST IGNORE] Swagger SemanticValidation, and the set status jobs for both
* Add `error-reporting.js` and `paths.js` to `.github/shared`
* Update `swagger.js` in `.github/shared` to allow separate `getRefs` and `getExamples` to power spec discovery given changed examplefiles

---------

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

* Update the name for the set status job associated with `[TEST-IGNORE] Swagger ModelValidation` (#35099)

* [oracledatabase] update config for python (#35087)

* update config for python

* update go config

* Update client.tsp

---------

Co-authored-by: jliusan <v-liujudy@microsoft.com>
Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>

* [Cdn] Use common-types/resource-management/v6 for some definitions (#34949)

* Use common-types v6 for some definitions

* Use common-types v6 for some definitions

* Fix id

* update avs client.tsp (#35109)

* update avs client.tsp

* Update client.tsp

* Update client.tsp

* [StorageActions] Swagger bugfixes - SDK header hint, descriptions (#34992)

* java, face, tspconfig (#35114)

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

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

* Updates readme

* Updates API version in new specs and examples

* update python readme

* add ManagedSystem pool mode (#34862)

Co-authored-by: Hao Yuan <hayua@microsoft.com>

* Remove safeguardsProfile from managedCluster (#34872)

* Remove safeguardsProfile from managedCluster

* Run prettier

* restrict autoscaleprofile to be one (#34891)

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

* Add Machine API  (#34926)

* fix

* fix

* fix

* fix

* fix: Update the description for Dynamic Individual Pod IP Allocation Mode to be similar to the one in the GA version for AKS (#34954)

* nguyenquang/2025 04 02 preview ACNS Transit Encryption API (#34957)

Signed-off-by: Quang Nguyen <nguyenquang@microsoft.com>

* suppress node label additional properties

* fix python readme

---------

Signed-off-by: Quang Nguyen <nguyenquang@microsoft.com>
Co-authored-by: Hao Yuan <hao1939@gmail.com>
Co-authored-by: Hao Yuan <hayua@microsoft.com>
Co-authored-by: Nick Keller <nikelle@microsoft.com>
Co-authored-by: reneeli123 <151102271+reneeli123@users.noreply.github.com>
Co-authored-by: Xu Xue <55420084+xuexu6666@users.noreply.github.com>
Co-authored-by: Ashish Nair <nairashu@gmail.com>
Co-authored-by: Quang Nguyen <nguyenquang@microsoft.com>

* Update tspconfig.yaml (#35118)

* Update Microsoft.SecretsyncController API Spec (#35119)

The kubernetesSecretType cannot be changed, so we update the lifecycle
so that is can only be set on creation.

Set the targetKey as the primary key for kubernetesSecretObjectMapping
as this value must be unique across the entire list.

* Update CODEOWNERS for EventGrid DP (#35100)

* Add support for double quotes, move testing (#35042)

* Add support for double quotes, move testing

* Prettier

* Update .github/shared/src/readme.js

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

* Tag match requires matching open and close quotes

---------

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

* Release resourcehealth microsoft.resourcehealth stable/2025 05 01 (#34813)

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

* Adding Metadata Tags attributes to Events APIs. Added Billing related properties to Events APIs. (#34658)

* Adding billing feature changes.

* Adding billing properties in billing example.

* [SemanticValidation] Fix name of status workflow (#35113)

* Update tspconfigs to disable Eclipse in Java generation (#35097)

* [oav-runner] align version of dep "oav" with root (#35112)

* [EventGrid] update typescript emitter options (#35123)

* [EventGrid] update typescript emitter options

* fix package-dir

---------

Co-authored-by: Jeremy Meng <jeremy.ymeng@gmail.com.com>

* [tsp] get rid of new `no-unnamed-types` warnings (#35126)

* fix new specs with unnamed types

* whitespace differences

* suppress to avoid breaking change

---------

Co-authored-by: iscai-msft <isabellavcai@gmail.com>

* Support v2 folder structure (#35108)

* support v2 folder structure

* updated test fixtures

* removed excessive code

* [VideoTranslation][API Spec] Support GA API version for video translation. (#34199)

* Support GA API version for video translation.

* Add video translation API for GA.

* Add parameter to control emotional voice for iteration.

* Support whether enable lip sync in create translation.

* Add ping enum value to event kind enum.

* Update name to EnableEmotionalPlatfromVoice.

* Update color from bgr to rbg.

* Add subtitle outline color.

* Add new argument in iteration input to control subtitle font size.

* Add font size parameter.

* Fix description issue.

* Fix API review comment.

* Fix API review comment.

* Update main.tsp

* Update operation name in sample.

* i

* Fix description.

* [resources] Update readme.python.md for  TemplateSpecsClient (#35140)

* Update readme.python.md (#35141)

* add client.tsp from computeschedule (#35144)

* java, mgmt, config for deployments (#35137)

* [resources] Update readme.python.md (#35142)

update python config for

* [EngSys] Support folder structure v2 (#34878)

- [test/Avocado] Ignore TSP `examples` folder
- [TSV/FolderStructure] Detect v1/v2 and validate accordingly
  - Regex for v2 RP Namespace: `/^[A-Za-z0-9\.]+$/`
  - Regex for v2 Service (DP or RM): `/^[A-Za-z0-9]+$/`
- [spec-gen-sdk-runner] Add "under /resource-manager/" to RM detection

* Add global suppression convert instruction (#35143)

* update

* update

* include report in json format for tsmv tool (#35088)

* include report as json

* update to added-or-deleted change

* update (#35145)

* update python config (#35146)

* Added missed changes in API-Version merge. (#34827)

* Add new DeploymentSafeguards resource to Microsoft.ContainerService spec (#34902)

* Add deploymentSafeguards resource to 2025-04-01 and 2025-04-02-preview

* [tcgc] `no-unnamed-types` fixing #3 (#35152)

* hopefully final pass

* format

---------

Co-authored-by: iscai-msft <isabellavcai@gmail.com>

* Updates for `oav-runner` (#35131)

* oav runner changes
  * add processing of a static file list instead of relying on simple-git ONLY
  * only scan files that start with specification/
  * add some error handling when parsing a specific swagger so broken links don't break the entire PR

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

* Made SDK Validation check required for JS mgmt spec PR (#35150)

* make JS mgmt required

* updated test

* [CODEOWNERS] Add EngSys to /dev/, /.vscode/, and /specification/suppressions.yaml (#35155)

* [Resources] update python config (#35138)

* add sdk-only tag

* add sdk-only tag

* update python config

* update python config

* update python config

* add suffix

* update python config

* update python config

* Swagger changes for Health Bot Service (#34923)

* Copy files from stable/2024-02-01

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

* Update version to stable/2025-05-25

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

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

* add access control method property

* suppress python breaking changes

* [CDN] Use common-types v6 (#35117)

* Use common-types v6

* Update

* update

* Update sdk-suppressions.yaml

* Update sdk-suppressions.yaml

* add suppression

* add suppression

* add suppression

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: jliusan <v-liujudy@microsoft.com>

* Bump simple-git from 3.27.0 to 3.28.0 in /.github/shared (#35158)

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.27.0 to 3.28.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.28.0/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump simple-git from 3.27.0 to 3.28.0 in /.github (#35157)

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.27.0 to 3.28.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.28.0/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump @apidevtools/json-schema-ref-parser from 11.9.3 to 13.0.4 (#35166)

* Add ability to specify GitHub repo path (e.g. Azure/azure-rest-api-specs) and uses default environment variable present in GH Actions (#35164)

* Update subpackge to `models` for java eventgrid system events (#35129)

* use subpackage value default models for java eventgrid system events

* update package namespace

* renames

* tsp-foramt

* tsp compile

* [EventGrid] Remove summaryReportBlobUrl override (#35172)

as we prefer url in JavaScript. This is also consistent with

StorageTaskCompletedEventData.summaryReportBlobUrl

* disable java CI pipeline generation (#35179)

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

* Yukonchen/disablelocalauth based preview (#35096)

* Copy files from preview/2024-09-01-preview

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

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

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

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

* Update with PNA and DLA

* Fix typo

* Add resolution of repo root to `oav-runner` (#35180)

* add resolution of the owning directory. add tests ensuring it works as expected.
* resolve() the result of simple-git so that are are dealing with a platform-specific result from the function call resolving root directory

* [TSP Migration]--dashboard (#34274)

* newly created

* update

* Delete oldSwagger.json

* update

* flatten disabled by default

* update

* prettier

* Update tspconfig.yaml

* rename

* remove useless comment

* update

* update

* Fix optional body issue

* update

* remove

* recovery

* update

* update

* Delete conditionalClientFlatten

* update

* update

* update

* update

* fix TSP generation SDK

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: ZiWei Chen <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: mcgallan <1186003288@qq.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>

* [HealthInsights] Remove Trial Matcher examples and related API definitions from OpenAPI specification (#34795)

* Koen mertens/adjust docstring (#35183)

* Update tspconfig.yaml

* Update model.radiologyinsights.tsp

* Update openapi.json

* Add typespec-powershell configuration for dependencymap (#35192)

* Add typespec-powershell configuration for dependencymap

* Fix format fo tspconfig.yaml in dependency map

* Disable sample generation for dependency map in go to work around an issue in go emitter

* Add path to the suggestions from tsmv cli (#35197)

* support suggestion's path

* refine to use constructJsonPath

* Salambashir/add dfsv2 filtering and optional index tags (#34639)

* add scanResultsEventGridTopicResourceId

* fix typo

* prettier

* remove "required": false,

* add scanResultsEventGridTopicResourceId

* fix typo

* prettier

* remove "required": false,

* Add previous swaggers to the new api versions without changes

* Add the needed changes for the new version

* Prettier

* avocado

* add missing failedBlobsCount

* prettier again...

---------

Co-authored-by: Roopesh Manda <rmanda@microsoft.com>

* [CogSvc] 2025 06 01 release (#34174)

This commit includes all changes from 2025-04-01-preview, along with the following:
* Insure all new operations use noun-plural consistent with existing operations
* Remove unused parameter definition ConnectionNameParameter
* Update all common-type references to use v6
* Remove unused/invalid response code for project delete
* Improved/added descriptions to properties.  Added x-ms-secret annotations where missing
* Removed response status code 200 for project delete example
* Revert v2 to v6 update
* Add parameter to DeploymentProperties
* Properly define generated name of "body" parameter for connection and capabilityHost create/update operations
* Update examples for name changes

* [EventGrid] override HealthcareFhirResourceDeletedEventData.resourceF… (#35177)

* [EventGrid] override HealthcareFhirResourceDeletedEventData.resourceFhirAccount to FhirServiceHostName

for all client sdk languages, not just autorest.

* add two watch jobs for modelvalidation and semanticvalidation (#35185)

* [LintDiff] Skip readme.md files with no "input-file:" string (#35174)

* LintDiff: Skip readmes that don't have "input-file:"

* Add tests

* Skip testing on Windows

* Update eng/tools/lint-diff/test/fixtures/buildState/specification/no-input-file/readme.md

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

---------

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

* Python generates ExperimentMetric.etag instead of “e_tag” property. (#35203)

* SDK agent prompt changes to link namespace approval issue (#35128)

* Add github prompt to link namespace issue and SDK details

* Fix schema registry tsp (#35208)

* Fix schema registry tsp

* compile

* [EngSys] Add sample "widget" using folder structure v2 (#34823)

* Update CODEOWNERS for copilot (#35191)

* [Key Vault] Generate Fakes for Go (#33285)

* Remove “analytics” prefix from TypeScript package name for Online Experimentation data-plane. (#35207)

* Upgrade TypeSpec to 1.1.0 (#35226)

* Setup CI for typespec-next

* scope camel case fix

* Update x-ms-identifier present on every array model (#35019)

* [DNM] Validate typespec-azure#2607

* fix format

* more data-plane

* update package

* other one

* revert files that shouldn't change

---------

Co-authored-by: Mark Cowlishaw <1054056+markcowl@users.noreply.github.com>
Co-authored-by: AlitzelMendez <alitzelmendez@Alitzels-MacBook-Pro.local>

* regen

* regen

* Setup overrides

* have to use latest tcgc

* missed one

* fix

* Remove multipart models

* update versions

* fix x-ms-identifiers based on https://github.com/Azure/azure-rest-api-specs/pull/35019

* fix widgets x-ms-identifiers

---------

Co-authored-by: Timothee Guerin <tiguerin@microsoft.com>
Co-authored-by: AlitzelMendez <almend@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Alitzel Mendez <alitzelmendez@Alitzels-MacBook-Pro.local>
Co-authored-by: Alitzel Mendez <6895254+AlitzelMendez@users.noreply.github.com>
Co-authored-by: Mark Cowlishaw <1054056+markcowl@users.noreply.github.com>
Co-authored-by: Christopher Radek <Christopher.Radek@microsoft.com>

* Use AuthToken for cal to Search API (#35237)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Remove temporary conversion script (#35162)

* Remove temporary conversion script

* Update launch.json

* [EngSys] npm update (#35241)

* Add nsp api to api version (#33543)

Co-authored-by: Akshit Goyal <akshitgoyal@microsoft.com>

* [Dashboard] Update client file and fix a response issue (#35227)

* update

* separate language scoped enhancement decorate into client.tsp

* Attempting to merge the changes for api version from private repo (#32492)

* Attempting to merge the changes for api version from private repo

* Deleted the folder and its content for the new API version so that I can follow the ARM PR creation process

* Copying spec files from existing stable version 2022-04-01 to create the base commit

* Added changes specific to new api version

* Updated missing readme.md file with new api version

* Fixed the new api version tag to the new one

---------

Co-authored-by: Abhinav Kotha <abhinavkotha@microsoft.com>

* all optional (#35024)

* clientName not in session fun (#35104)

* upgrade indirect dependency `brace-expansion` version to 2.0.2 (#35253)

This PR applies changes done by `npm audit fix`.

Co-authored-by: Jeremy Meng <jeremy.ymeng@gmail.com.com>

* Update the owners for /specification/cdn/ (#35027)

* Add custom setup steps for coding agent (#35257)

* Condition the APIView step at compile ntime (#35256)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Removed the sdk automation faq and suppression pages to wiki (#35230)

* added an common error and solution to the faq

* Migrated these docs to wiki

* [Safeguards][v20250502preview] Add PodSecurityStandardsLevel to DeploymentSafeguardsProperties (#35252)

Add PodSecurityStandardsLevel to DeploymetnSafeguardProperties for the Safeguards PodSecurityStandards feature offering. 

---------

Co-authored-by: Jenny Liu <jennyliu@microsoft.com>

* Fix next link type (#35236)

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

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

* Update logging for verify-links script

* Update verify-links.yml

* Update eng/common/scripts/Verify-Links.ps1

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

* Update eng/common/scripts/Verify-Links.ps1

---------

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

* Update script to support running on GH action (#35268)

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

* Update readme.md (#35280)

* Updating the code owners (#35262)

Co-authored-by: Amarjeet Kumar <amakum@microsoft.com>

* Stop using Eclipse in Java KeyVault customizations (#35127)

Stop using Eclipse in Java KeyVault customizations

* Update owners for Microsoft.Search RP (#35057)

* Release machinelearningservices microsoft.machine learning services 2025 06 01 (#35014)

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

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

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

* Copy over pre-approved suppressions from 2025-04-01 version to 2025-06-01 version.

* GA systemdatastoresauthmode.

* Save file changes updating to new API version after new version script. (#35015)

* Rename firewall pip to egress pip (#34724)

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

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

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

* Copy over pre-approved suppressions from 2025-04-01 version to 2025-06-01 version.

* rename firewall pip to egress pip

---------

Co-authored-by: fmabrouk@microsoft.com <fmabrouk@microsoft.com>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>

* Revert "Rename firewall pip to egress pip (#34724)" (#35122)

This reverts commit d84d16b3ae0a87591ff2b8ed9a8c0fce2eed2147.

* GA capability hosts for june stable version (#35212)

* GA capabilityHosts in swagger.

* Add suppression for capability host resource.

* Re-run pipelines

* Trigger builds.

* Readme fix.

* Readme fix.

* enableServiceSideCmkEncryption property GA for june stable version (#35200)

* GA EnableServiceSideCmkEncryption Property for June stable version.

* Fix lintdiff.

---------

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

* [Az.DataProtection] Added optional restore param for data protection blob workload (#35267)

* Copy files from stable/2025-02-01

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

* Update version to stable/2025-07-01

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

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

* added restore param for data protection blob workload

---------

Co-authored-by: ianna1-admin <ianna@microsoft.com>

* Bump oav dependency version (#35293)

* Bump @azure-tools/typespec-client-generator-cli (#35274)

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


Updates `@azure-tools/typespec-client-generator-cli` from 0.21.0 to 0.22.0
- [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/typespec-client-generator-cli"
  dependency-version: 0.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typespec-client-generator-cli
...

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

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

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


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

Updates `eslint` from 9.28.0 to 9.29.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.28.0...v9.29.0)

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

Updates `eslint` from 9.28.0 to 9.29.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.28.0...v9.29.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@eslint/js"
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.29.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>

* Bump @tsconfig/node20 from 20.1.5 to 20.1.6 in /.github/shared (#35277)

Bumps [@tsconfig/node20](https://github.com/tsconfig/bases/tree/HEAD/bases) from 20.1.5 to 20.1.6.
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

---
updated-dependencies:
- dependency-name: "@tsconfig/node20"
  dependency-version: 20.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* Bump @tsconfig/node20 from 20.1.5 to 20.1.6 in /.github (#35276)

Bumps [@tsconfig/node20](https://github.com/tsconfig/bases/tree/HEAD/bases) from 20.1.5 to 20.1.6.
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

---
updated-dependencies:
- dependency-name: "@tsconfig/node20"
  dependency-version: 20.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* [EngSys] bump @apidevtools/json-schema-ref-parser to 14.0.1 (#35301)

* Adding MongoDB Atlas Stable Version: 2025-06-01 (#35160)

* updating mongodbatlas stable version

* updating examples and readme

* updating openapi.json

* updating openapi.json

---------

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

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

* update readme.java (#35307)

* Prepare client settings for releasing Azure.ResourceManager.CloudHealth (#35309)

* Update client setting for releasing Azure.ResourceMananger.Oracle (#35314)

* update readme.java (#35315)

* Release communication chat 2025 03 15 (#32136)

* Copy files from preview/2024-03-15-preview

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

* add new stable version 2025-03-15

* add new stable version 2025-03-15

* prettier files

* remove non-GA properties

* revert the update chat message request change

* remove error response, error, error detail

---------

Co-authored-by: Lu Chen <luc@Lus-MacBook-Pro.local>

* Client library customization of input param name when creating a Dataset or Index (instead of generic variable name "body") (#35235)

* [AVS] Update client.tsp for python (#35328)

* public swagger stable version update (#35310)

* Stable version release first commit

* fix

---------

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

* Use releaseJob for publishing (#35324)

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

* Use Path.Combine for create directory (#35323)

Path.Combine will allow for fully qualified paths to override the combination. For example `Path.Combine("a","b","c:\test")` will resolve to `c:\test'. We have depended on such behavior in a few places like https://github.com/Azure/azure-sdk-for-python/blob/d66b5160f2fb9a3ca03e833a65b1c429993b2bc2/eng/pipelines/templates/steps/smoke-test-steps.yml#L99 so I'm reverting back to Path.Combine.

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

* AppConfiguration add new preview api version for EXP (#32356)

* Add new preview api version

* Add experimentation child resource

* Fix spell

* Fix check

* Fix check

* Fix check

* Fix check

* Update resource type and description

* Remove unneeded spell change

* Fix code style

* Specify required false

* Add mobo to cspell.yaml

* Add location

* Update name to default

* Fix pipeline error after merge latest main that adds 2024-06-01 and 2024-06-01-preview

* Fix pipeline error after merge latest main that adds 2024-06-01 and 2024-06-01-preview

* Add Microsoft.HealthcareApis ARM Version 2025-04-01-preview (#34139)

* Copy files from stable/2024-03-31

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

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

Updated the API version from stable/2024-03-31 to preview/2025-04-01-preview.

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

* Update schema with new property

* Fix preview tag

* Update namespace-preview.json (#33902)

* Update namespace-preview.json

Updated description of zoneRedundant property

* Extended change file code to return values by categories (#35325)

* extended change file shared code to return values by categories

* added scenario filter

* updated style

* updated function name

* Bump @azure-tools/typespec-client-generator-core (#35305)

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.57.0 to 0.57.1
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/typespec-azure@0.57.0...@azure-tools/typespec-client-generator-core@0.57.1)

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

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

* [typespec-migration-validation] Remove unused dependency "@types/jest" (#35304)

* fix service name for Java SDK generate request for Azure Load Testing (#35357)

* fix service name for java

* fix comments

* Adding new stable API version 2025-06-01 (#34799)

* Base API commit

* Updating to the new API version 2025-06-01

* Updating / Copying the changes from the latest API version 2025-01-15-preview

* Updating API descriptions

* Updating readme.md

* Fixing readme.md

---------

Co-authored-by: Nikhil Gupta <52026487+nikhgup@users.noreply.github.com>

* Adding new ACA Session Data Plane APIs (#31996)

* Adding new Session Data Plane APIs

* Review comments

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* Adding parity between get and list

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* Adding pagination to listSessions api

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* updating examples

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* updates as per api reviews

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* Adding new version 2025-02-02-preview version

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* Removing changes from 2024-10-02-preview version

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* adding 20250202preview version in readme

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* Added comments for suppression

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* fixing swagger check

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* Swagger pretty check

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* removing openai sdk generation

* removing sdk generation from tspconfig

* Adding changes only in 2025-02-02-preview version

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* Fix typespec

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

---------

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>
Co-authored-by: Shivam Kumar <shivamkumar@microsoft.com>

* [playwright] update tspconfig (#35356)

* Create client.tsp

* format tsp

* Update client.tsp

---------

Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>

* Migrate Bicep service to TypeSpec (#35306)

* Migrate Bicep service to TypeSpec

* Update configuration files to use TypeSpec

* Update Safeguards tspconfigs and readmes to show new package (#35264)

* Update tspconfigs and readmes to show new package

* Add python to tspconfig

* release Azure Carbon Optimization GA SDK (#35359)

* Update CODEOWNERS with EG Data-plane owner (#35247)

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

* Mysql add version 2024-12-01-preview and fix version uniform issue (#35110)

* refactor folder

* Collect all the latest version files into the 20241201 folder

* Update the API version to 20241201

* add 20241201 version into readme

* Update the common type path in the files inside the legacy folder

* Add an additional folder layer for the new API version

* Update the resource-management path in the 2024-12-01 file, and upgrade all  versions to a consistent version

* Move readme.language.md and readme.md to the correct folder

* update the file path and remove unused code in the readme.md

* Did folder refactor, now removed

* fix: invalid format

* fix: path

* Fix: missing file, OperationIdParameter reference, and common type version

* Update readme.python.md

* update suppressions file and readme.typescript.md

* Update readme.go.md

* add batchOfMaintenance into 2024-12-01

* fix: error

* fix suppression

* fix ci

---------

Co-authored-by: Judy Zhu <zhujudy@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Qiaoqiao Zhang <qiaozha@microsoft.com>

* Use url for nextlink (#35374)

* [resources] Update readme.python.md for deployments (#35383)

* [servicefabricmanagedclusters] sdk configuration changes for java and dotnet (#34953)

* {} in typespec does not allow for additional properties

* suppressions for additional properties

* missing $ in suppression

* defintions -> definitions

* remove operations from .net client for back compat

* fix improperply tagged lro for java sdk

* moved client decorators from back-compat.tsp to client.tsp

* change to location header, unknown<record>->unknown

* [TypeSpecValidation] Enable SdkTspConfigValidation and Suppress Existing Failures (#35259)

* Prepare client settings for releasing Azure.ResourceMananger.ConnectedCache (#35385)

* Custom runner setup to run coding agent

* custom yaml to configure gh runner for coding agent

* Dev sentinel securityinsights microsoft.security insights 2025 06 01 (#34886)

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

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

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

* Add workload Identity Federation in the response (#34885)

* resolve the Lint Diff error by applying the suppression from version 2024-09-01 (#34963)

* specify where in suppression to resolve the comments (#35054)

* fix where format (#35060)

* revert where clause change as it does not take effect (#35151)

* Return all status changes in the change file function (#35379)

* Return all status changes  in change file function

* update spec for testing purpose

* Revert "update spec for testing purpose"

This reverts commit 28142ae016f2f69e3fea86857c05bd86e23494d9.

* Add 2024-09-01-preview API version to Microsoft.Network (#35101)

* Initial commit with base files.

* Add routing changes to preview files.

* Update readme with new preview.

* Run prettier and fix typo in example file.

---------

Co-authored-by: Jared Gorthy <jaredgorthy@microsoft.com>

* Update npm-publish template (#35392)

- Add basic tag support beta or latest
- Add tag validation for ESRP
- Support subpaths from the artifact to scope to just some packages
-

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

* [tspconfig-validation] Support FSv2, fix tspconfig.yaml in samples (#35386)

* [EngSys] npm update (#35378)

* Set model-namespace to true (#35398)

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

* update all eng/common templates or scripts that utilize the old azsdk-pool-* to utilize the unified pool azsdk-pool
* upgrade to target ubuntu 24.04 where applicable

---------

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

* [resource-bicep] Create client.tsp (#35404)

* Create client.tsp

* Update client.tsp

* Update client.tsp

* Update client.tsp

* Update tspconfig.yaml

* [DependencyMap][Export Dependencies API] Add New API Version 2025-05-01, Update Request Parameters and Update LRO Response (#34557)

1) Add new API version 2025-05-01 for Export Dependencies API in Dependency Map service
2) Add new optional parameter 'applianceNameList' in Export Dependencies Request
3) Make parameter 'focussedMachineId' optional in Export Dependencies Request
4) Update Export Dependencies with latest asynchronous LRO guidelines and Response Object
https://github.com/cloud-and-ai-microsoft/resource-provider-contract/blob/master/v1.0/async-api-reference.md
5) Update some examples to fix go-sdk generation

* Add release readiness prompt (#35415)

* Add release readiness prompt

* update client.tsp for avs (#35283)

* update client.tsp for avs

* more updates

* more changes

* update

* some more fixes

* reorder to make the diff more clear

* update

* revert namedOutputs change

* use Record<string>

* add back suppression

* use Record<unknown> for namedOutputs

* revert a change for csharp

* add usage changes

---------

Co-authored-by: Cameron Taggart <cataggar@microsoft.com>
Co-authored-by: Ana Arias Rosales <147624519+anaarias-msft@users.noreply.github.com>

* Review request for Microsoft.ConfidentialLedger to add version preview 2025-06-10-preview (#35206)

* Review request for Microsoft.ConfidentialLedger to add version preview/2025-06-10-preview and  Copy files from preview/2024-09-19-preview

* Update version to 2025-06-10-preview

* Added tag for 2025-06-10-preview in readme file

* Add SCITT Configuration  property

* change sCITTConfiguration type

* Fix prettier

* fix Swagger LintDiff  case issue

* Pass SCITT Configuration as a string

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Andrea Piccione <and.piccione@gmail.com>

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

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


Updates `@autorest/openapi-to-typespec` from 0.11.1 to 0.11.2
- [Release notes](https://github.com/Azure/autorest/releases)
- [Commits](https://github.com/Azure/autorest/compare/ClientRuntime.Authentication.0.11.1...ClientRuntime.Authentication.0.11.2)

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

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

* Add C# rename (#35419)

* SRP Jan25 [2025-01-01] API Version Swagger Changes (#33529)

* Copy latest API version 2024 without any change to new API version 2025 folder, change the API version 2024-01-01 in the new API version 2025-01-01

* SMB OAuth property swagger changes

* Repair item] Fix required properties in activeDirectoryProperties swagger, improve descriptions

* Zonal placement swagger changes for 2025-01-01 API

* Create swagger for restore storage account Api

* Swagger for Encryption in transit file service property for SMB & NFS in 2025-01-01

**Code Review Checklist**

*Code Style/Hygiene*
- [ ] Is the change self-contained ? If not, can this be broken to separate PRs ?
- [ ] If this is a new feature, is the entire feature behind a config or allow-listed subscription or AFEC ? Ensure that the feature is turned off by default and enabled only for a select set of subscriptions.
- [ ] If a new feature, and AFEC/subscription opt-in is not feasible, can this change be limited to stage/canaries and phased open in a future rollout ?
- [ ] Are configs/DCs included for variable limits, settings and to disable the feature off as a whole ?
- [ ] If a bug is being fixed that impacts written KVS state, is there a backfill (backfill job) plan in place to repair existing KVS records with bad data ? If not, is the bug fix backward compatible with existing data ?

*API versioning*
- [ ] Are new customer facing APIs or properties being introduced ? Should this change be introduced in a new API version ?
- [ ] Is any existing KVS schema being modified ? If yes, this change should be introduced in a new API version.
- [ ] If KVS schema is being modified for persistent state, is there a backfill (backfill job) plan in place to repair existing KVS records with the old schema ? If not, is the change backward compatible with existing KVS data ?

*Logging*
- [ ] Do any of the log messages include PII or sensitive information eg. keys (account/encryption), customer data (tags) ?
- [ ] Are appropriate verbose logs included to diagnose customer issues when this change is deployed ? i.e. are we able to describe a timeline of what happened to a customer request while triggering the new code path ?

*Exception/Error Handling*
- [ ] Are all non-recoverable errors handled and logged ? Is a user-friendly/actionable error code returned to the user ?
- [ ] If non-recoverable error are seen, is the transaction unwound to a clean state to avoid orphaned metadata ?
- [ ] If recoverable, are the retries bounded for non-transactional ?
- [ ] If recoverable, are the retries unbounded for transactional ?

*Memory*
- [ ] Are there any unbounded KVS reads eg. list entire KVS tables ? Consider pointed reads by key or paged reads.
- [ ] Does the change introduce an increased memory footprint to RSRP replicas ? Do we require memory profiling in preprod/test ?

*Performance*
- [ ] KVS writes cost 5-15ms. Are there any redundant KVS reads/writes ?
- [ ] Do we need to consider secondary indexes to improve operation performance ?

*Unit Test Coverage*
- [ ] Do unit tests cover all happy path & failure scenarios ?
- [ ] Do any of the unit tests introduced rely on randomness or prone to transient failures eg. time skew, randomly selecting account type or request parameter etc ?
- [ ] Do the Unit tests take less than 100ms(each) to execute when the test suite is run?
- [ ] Do any of the unit tests take a dependency on time, I/O, network call, disks etc?

*Monitoring*
- [ ] Are metrics created for outbound/inbound external dependenc...

* Merged PR 11577981: Swagger for Encryption in transit file service property for SMB & NFS in 2025-01-01

**Objective**: To add the swagger for a new file service property - 'EncryptionInTransit' for SMB & NFS, for service version '2026-02-06' .

- The example is added in a new file S:\Azure\Storage\Storage-SRP\src\Swagger\Microsoft.Storage\stable\2026-02-06\examples\FileServicesPut_EncryptionInTransitRequired.json

**Code Review Checklist**

*Code Style/Hygiene*
- [ ] Is the change self-contained ? If not, can this be broken to separate PRs ?
- [ ] If this is a new feature, is the entire feature behind a config or allow-listed subscription or AFEC ? Ensure that the feature is turned off by default and enabled only for a select set of subscriptions.
- [ ] If a new feature, and AFEC/subscription opt-in is not feasible, can this change be limited to stage/canaries and phased open in a future rollout ?
- [ ] Are configs/DCs included for variable limits, settings and to disable the feature off as a whole ?
- [ ] If a bug is being fixed that impacts written KVS state, is there a backfill (backfill job) plan in place to repair existing KVS records with bad data ? If not, is the bug fix backward compatible with existing data ?

*API versioning*
- [ ] Are new customer facing APIs or properties being introduced ? Should this change be introduced in a new API version ?
- [ ] Is any existing KVS schema being modified ? If yes, this change should be introduced in a new API version.
- [ ] If KVS schema is being modified for persistent state, is there a backfill (backfill job) plan in place to repair existing KVS records with the old schema ? If not, is the change backward compatible with existing KVS data ?

*Logging*
- [ ] Do any of the log messages include PII or sensitive information eg. keys (account/encryption), customer data (tags) ?
- [ ] Are appropriate verbose logs included to diagnose customer issues when this change is deployed ? i.e. are we able to describe a timeline of what happened to a customer request while triggering the new code path ?

*Exception/Error Handling*
- [ ] Are all non-recoverable errors handled and logged ? Is a user-friendly/actionable error code returned to the user ?
- [ ] If non-recoverable error are seen, is the transaction unwound to a clean state to avoid orphaned metadata ?
- [ ] If recoverable, are the retries bounded for non-transactional ?
- [ ] If recoverable, are the retries unbounded for transactional ?

*Memory*
- [ ] Are there any unbounded KVS reads eg. list entire KVS tables ? Consider pointed reads by key or paged reads.
- [ ] Does the change introduce an increased memory footprint to RSRP replicas ? Do we require memory profiling in preprod/test ?

*Performance*
- [ ] KVS writes cost 5-15ms. Are there any redundant KVS reads/writes ?
- [ ] Do we need to consider secondary indexes to improve operation performance ?

*Unit Test Coverage*
- [ ] Do unit tests cover all happy path & failure scenarios ?
- [ ] Do any of the unit tests introduced rely on randomness or prone to transient failures eg. time skew, ...

* Merged PR 12011805: Create swagger for restore storage account Api.

**Why do we need this change?**
We missed the chance to document restore storage account Api, though put storage account operation.
This is also causing challenge of build-in policy for related scenario.
Task 29330514: Build-in policy Storage_NetworkAcls_Audit.json should consider storage account recovery scenario

----
API change

This pull request updates the Swagger documentation to include the restore storage account scenario.
- Added `DeletedStorageAccountRestore.json` example for restoring a deleted storage account.
- Updated `storage.json` to include `deletedAccountCreationTime` property and reference the new restore example.
- Modified the description for the 202 response to include restore storage account requests.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->

Related work items: #31884198

* suppress errors

* fix the api version in eample from 2025-05-01 to 2025-01-01

* fix comma syntax error

* Add the example refereces and model service

* format and storage account model fix

* Update DeletedStorageAccountRestore.json

* Update DeletedStorageAccountRestore.json

* fix the examples

* fix prettier code check

* Add type object to the "NfsSetting" and "EncryptionInTransit" in file.json

* Add additional property tag in SMB & NFS Setting in file.json

* Fix Auto REST exception file.json

* Fix file.json errors

* Fix reference definition for EncryptionInTransit in file.json

* Prettier check - FileServicesPut_EncryptionInTransitRequired.json

* Add suppression for BodyTopLevelProperties

* fix readme and prettier check

* more prettier fix

---------

Co-authored-by: Risheek Rajolu <risheekrr@gmail.com>
Co-authored-by: jliusan <v-liujudy@microsoft.com>
Co-authored-by: Kunyi Lin <kunyilin@microsoft.com>
Co-authored-by: Radhika Gupta <radhikagupta@microsoft.com>
Co-authored-by: Elvis Shi <elsh@microsoft.com>
Co-authored-by: Elvis Shi <45674121+Elvis-Shi@users.noreply.github.com>

* [Key Vault] Generate in correct Python namespace (#35422)

* Generate in correct Python namespace

* Add package-dir value for validation

* Updating the union so the two fields we need to rename are explicitly named. The clientName decorator can't be used, otherwise. (#35423)

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

* DesktopVirtualization: Add Public Preview 2025-03-01-preview (#33822)

* Copy files from preview/2024-11-01-preview

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

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

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

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

* 2025-03-01-preview

* fix swagger

* fix example

* update property description

* add suppressions

* update suppressions

* resolve comments

* update

---------

Co-authored-by: Yu Zhang <yuzhang7@microsoft.com>

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

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

* Updates readme

* Updates API version in new specs and examples

* update python readme

* Add NAP API to AKS Stable 2025-05-01 (#35147)

* Add AI Toolchain Operator API to 2025-05-01 GA (#35168)

Signed-off-by: Heba Elayoty <heelayot@microsoft.com>

* Fix AI Toolchain Operator API (#35190)

* Revert "Add AI Toolchain Operator API to 2025-05-01 GA (#35168)"

This reverts commit 4506be40a11511d8b601dee8c9bc3f66f3ba6855.

* add kaito to 05-01

* Merge title/description for AKS stable API (#35194)

---------

Signed-off-by: Heba Elayoty <heelayot@microsoft.com>
Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>
Co-authored-by: Heba <31887807+helayoty@users.noreply.github.com>

* Improvement on the comparison tool (#35364)

* Improvement on the comparison tool

* update

---------

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

* Prepare client settings for releasing Azure.ResourceManager.Grafana (#35411)

* Updated @@clientName for .NET SDK (#35435)

* resolve renaming comments (#35437)

* [NetAppFiles] Release microsoft.net app 2025-03-01 (#35229)

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

* 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

* 2025-03-01

* fix lintdiff

* Update readme.typescript.md

* Update readme.typescript.md

* replicationSchedule typescript directive

* Update readme.typescript.md

* Update readme.typescript.md

* Revert "Update readme.typescript.md"

This reverts commit 76d995858b93c337e3f58c828adf7edc7b066bdb.

* empty

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: Renhe Li <renhe.li@hotmail.com>

* [containerservicesafeguards] Create client.tsp (#35405)

* Create client.tsp

* Update client.tsp

* Update copilot instructions and prompts (#35443)

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

* Fix vscode config auto-install in mcp script

* Update eng/common/mcp/azure-sdk-mcp.ps1

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

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>

* Update RedTeam target type visibility (#35447)

* GitHub Actions LintDiff -> Live (#35431)

* Add usage for roledefinition (#35453)

* [containerservicesafeguards] Update tspconfig.yaml (#35457)

* Update tspconfig.yaml

* Update tspconfig.yaml

* Java config

---------

Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>

* Update readme.python.md (#35456)

* mgmt, java, tspconfig for dashboard (#35329)

* ConfigManager GA api version (2025-06-01) (#35370)

* ConfigManager GA api version (2025-06-01)

* added cspell

* Prepare client settings for releasing Azure.ResourceManager.ServiceFa… (#35464)

* AzureCompute DiskRP 2025-01-02 release  (#35205)

* add 2025-01-02 folder

* update version references

* update readme

* Swagger changes for ConfidentialVMv2 (#35011)

* Swagger changes for ConfidentialVMv2

* update description of importsecure and uploadpreparedsecure create options

* Swagger changes for Trusted Launch as Default feature (#34922)

* Adding supportedSecurityOption

* Updating description for supportedSecurityOption

* Fixing pretty check errors

* Formatting file Disk_Create_FromAnAzureComputeGalleryImage.json

* Fixing prettier issues

---------

Co-authored-by: Varsha Sankar <varshasankar@microsoft.com>

* Swagger changes for Instant Access Snapshot and Availability Policy features (#34917)

* fixing typo elasticSanResourceId

* Swagger changes for Instant Access Snapshot and Availability Policy features

* missed file in previous commit

* adding missed description AvailabilityPolicy

* adding missed references

* updating descriptions

* fixing casing

* refactoring

* refactoring-2

* fixing model validation

* changing camel case of defintion of SnapshotAccessState

---------

Co-authored-by: Theodore Chang <thchan@microsoft.com>

* add format: uri

* add minimum

* add x-ms-secret

* remove x-ms-secret

---------

Co-authored-by: aayushkher <153165259+aayushkher@users.noreply.github.com>
Co-authored-by: varsha9713 <varshagsankar@gmail.com>
Co-authored-by: Varsha Sankar <varshasankar@microsoft.com>
Co-authored-by: PrambMS <136007667+PrambMS@users.noreply.github.com>

* Update Tags for all APIs to match - Required for Terraform development - 2025-01-31  (#34986)

* Update Tags for all APIs to match - Required for Terrafrom development

* update tags

* update

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

* Microsoft.Advisor: New 2025-05-01-preview API version (#34818)

* Baseline commit from 2024-11-18-preview for 2025-05-01-preview

* Updated API version and added examples

* Updated readme, advisor json file to reflect right exmaples

* Fixed the error on Control parameter

* Added a new Row for the RsourceUri path for the Recommendations RT

* Added different operationId

* Fxied the example

* Fxied the prettier npm error

* NPM Pretty error fix

* Npx prettier command executed

* More npx prettier

* [Key Vault] Optional parameter support in TSP (#34032)

* Bump @azure-tools/typespec-client-generator-core (#35461)

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.57.1 to 0.57.2
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/@azure-tools/typespec-client-generator-core@0.57.1...@azure-tools/typespec-client-generator-core@0.57.2)

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

* [EngSys] Delete file 'npx' accidentally added to repo (#35472)

* Fix path in mcp installer (#35448)

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

* Migrate compute latest swagger to TypeSpec (#32748)

* Migrate compute latest swagger to TypeSpec

* update

* update

* update

* Some fix

* update

* small fixes: supress some warnings and update readme.md

* add go-emitter option

* Fix duplicate issue

* remove go-emitter option

* update

* Addressing more differences in spec

* Addressing more differences in spec

* fix INVALID_FORMAT examples

* fix INVALID_FORMAT examples

* modelvalidation Missing_resource_ID examples fixes

* Revert pageable change

* Fix examples

* change back default tag to package-2024-11-04 for validation

* Revert some change to make API back again

* Fix bump changes

* update

* Fix format

* Upgrade to tag 2025-02-01

* Addressing differences in Gallery

* Addressing Gallery diff & after merge main fixes

* Update compute after fixing clouderror

* Fix format

* Clean Pull Request after merge with main

* Address compute difference

* Address compute differences - subresource only

* Fix examples and invalid format

Current test were not the 11-01 test, updating them

* Add type and name as example check this / verify with Pan if this breaks SDK

* Change done to match with test / Check with Pan SDK validation

* Model validation fixes

- etag
- diskControllerType from array enum to enum (string type)

* Add new path - fix previous not matching path

* revert changes to compute 2024-07-01

* update readme to use 2024-11-01/ComputeRP.json

* remove reference to 2024/07/01/ComputeRP.json on readme

* Delete ComputeRP.json file

* Fix avocado

* Feedback with Theo: remove pattern, remove max and add x-ms-identifiers

* Compute: Add description for enums

* Fix x-ms-idenfitirs inconsistency with compute rp

* update

* update

* readme.java.md

* readme.go.md

* readme.go.md

* Compute feedback

* Fix prettier

* fix prettier in examples

* Update Gallery examples to examples from 2024-03-03

* Fix new gallery examples

* Update examples in Gallery.Management

* Update operations from ErrorResponse to CloudErrror for list operations on  computeRP

* fix readme.go.md

* Update

* Update names

* update readme.go.md

* update readme.go.md

* Remove useless model

* Fix model validation after name changes

* Fix tests in compute.management tsp

* Update cloudService.json

* revert

* Add newline

* update capitalization

* Typespec udpate after release (#35125)

* Update to latest tsp version && address vmName issue

* fix format

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: AlitzelMendez <almend@microsoft.com>
Co-authored-by: JiaqiZhang-Dev <jiaqzhang@microsoft.com>
Co-authored-by: Alitzel Mendez <6895254+AlitzelMendez@users.noreply.github.com>
Co-authored-by: Theodore Chang <thchan@microsoft.com>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>

* Update uri to url for API Management properties (#35427)

* Update uri to url for API Management properties

* update csharp

* updates

* update for csharp

* without modification

* Filter on go

* Fix acronym casing

* ignore the main renames for Go (we'll do it in our own file)

* Remove Go's renames for this.

* format

* update for clientName property

* revert clientname change

* ran tsp compile

* feedback update

---------

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

* Convert StorageActions Swagger to TypeSpec (#34150)

* generate

* update

* Update models.tsp

* Update tspconfig.yaml

* Update tspconfig.yaml

* update

* update

* update

* Delete oldstorageactions.json

* update

* update

* Update tspconfig.yaml

* update

* update

* update

* update

* update

* update

* update

* update

* name fix

* update

* update

* update

* update

* update

* update

* Update sdk-suppressions.yaml

* Revert "Update sdk-suppressions.yaml"

This reverts commit 8056611c73d28c640458fb674a6e9492469a1ee7.

* update

* update

* update

* update

* update

* update

* update

* update

* Update ListStorageTasksRunReportSummary.json

* Update ListStorageTasksRunReportSummary.json

* update

* update

* Update client.tsp

* update

* update

* update

* update

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-au…
serbrech pushed a commit that referenced this pull request Jul 9, 2025
* [tcgc] `no-unnamed-types` fixing #3 (#35152)

* hopefully final pass

* format

---------

Co-authored-by: iscai-msft <isabellavcai@gmail.com>

* Updates for `oav-runner` (#35131)

* oav runner changes
  * add processing of a static file list instead of relying on simple-git ONLY
  * only scan files that start with specification/
  * add some error handling when parsing a specific swagger so broken links don't break the entire PR

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

* Made SDK Validation check required for JS mgmt spec PR (#35150)

* make JS mgmt required

* updated test

* [CODEOWNERS] Add EngSys to /dev/, /.vscode/, and /specification/suppressions.yaml (#35155)

* [Resources] update python config (#35138)

* add sdk-only tag

* add sdk-only tag

* update python config

* update python config

* update python config

* add suffix

* update python config

* update python config

* Swagger changes for Health Bot Service (#34923)

* Copy files from stable/2024-02-01

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

* Update version to stable/2025-05-25

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

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

* add access control method property

* suppress python breaking changes

* [CDN] Use common-types v6 (#35117)

* Use common-types v6

* Update

* update

* Update sdk-suppressions.yaml

* Update sdk-suppressions.yaml

* add suppression

* add suppression

* add suppression

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: jliusan <v-liujudy@microsoft.com>

* Bump simple-git from 3.27.0 to 3.28.0 in /.github/shared (#35158)

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.27.0 to 3.28.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.28.0/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump simple-git from 3.27.0 to 3.28.0 in /.github (#35157)

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.27.0 to 3.28.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.28.0/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump @apidevtools/json-schema-ref-parser from 11.9.3 to 13.0.4 (#35166)

* Add ability to specify GitHub repo path (e.g. Azure/azure-rest-api-specs) and uses default environment variable present in GH Actions (#35164)

* Update subpackge to `models` for java eventgrid system events (#35129)

* use subpackage value default models for java eventgrid system events

* update package namespace

* renames

* tsp-foramt

* tsp compile

* [EventGrid] Remove summaryReportBlobUrl override (#35172)

as we prefer url in JavaScript. This is also consistent with

StorageTaskCompletedEventData.summaryReportBlobUrl

* disable java CI pipeline generation (#35179)

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

* Yukonchen/disablelocalauth based preview (#35096)

* Copy files from preview/2024-09-01-preview

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

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

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

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

* Update with PNA and DLA

* Fix typo

* Add resolution of repo root to `oav-runner` (#35180)

* add resolution of the owning directory. add tests ensuring it works as expected.
* resolve() the result of simple-git so that are are dealing with a platform-specific result from the function call resolving root directory

* [TSP Migration]--dashboard (#34274)

* newly created

* update

* Delete oldSwagger.json

* update

* flatten disabled by default

* update

* prettier

* Update tspconfig.yaml

* rename

* remove useless comment

* update

* update

* Fix optional body issue

* update

* remove

* recovery

* update

* update

* Delete conditionalClientFlatten

* update

* update

* update

* update

* fix TSP generation SDK

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: ZiWei Chen <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com>
Co-authored-by: mcgallan <1186003288@qq.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>

* [HealthInsights] Remove Trial Matcher examples and related API definitions from OpenAPI specification (#34795)

* Koen mertens/adjust docstring (#35183)

* Update tspconfig.yaml

* Update model.radiologyinsights.tsp

* Update openapi.json

* Add typespec-powershell configuration for dependencymap (#35192)

* Add typespec-powershell configuration for dependencymap

* Fix format fo tspconfig.yaml in dependency map

* Disable sample generation for dependency map in go to work around an issue in go emitter

* Add path to the suggestions from tsmv cli (#35197)

* support suggestion's path

* refine to use constructJsonPath

* Salambashir/add dfsv2 filtering and optional index tags (#34639)

* add scanResultsEventGridTopicResourceId

* fix typo

* prettier

* remove "required": false,

* add scanResultsEventGridTopicResourceId

* fix typo

* prettier

* remove "required": false,

* Add previous swaggers to the new api versions without changes

* Add the needed changes for the new version

* Prettier

* avocado

* add missing failedBlobsCount

* prettier again...

---------

Co-authored-by: Roopesh Manda <rmanda@microsoft.com>

* [CogSvc] 2025 06 01 release (#34174)

This commit includes all changes from 2025-04-01-preview, along with the following:
* Insure all new operations use noun-plural consistent with existing operations
* Remove unused parameter definition ConnectionNameParameter
* Update all common-type references to use v6
* Remove unused/invalid response code for project delete
* Improved/added descriptions to properties.  Added x-ms-secret annotations where missing
* Removed response status code 200 for project delete example
* Revert v2 to v6 update
* Add parameter to DeploymentProperties
* Properly define generated name of "body" parameter for connection and capabilityHost create/update operations
* Update examples for name changes

* [EventGrid] override HealthcareFhirResourceDeletedEventData.resourceF… (#35177)

* [EventGrid] override HealthcareFhirResourceDeletedEventData.resourceFhirAccount to FhirServiceHostName

for all client sdk languages, not just autorest.

* add two watch jobs for modelvalidation and semanticvalidation (#35185)

* [LintDiff] Skip readme.md files with no "input-file:" string (#35174)

* LintDiff: Skip readmes that don't have "input-file:"

* Add tests

* Skip testing on Windows

* Update eng/tools/lint-diff/test/fixtures/buildState/specification/no-input-file/readme.md

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

---------

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

* Python generates ExperimentMetric.etag instead of “e_tag” property. (#35203)

* SDK agent prompt changes to link namespace approval issue (#35128)

* Add github prompt to link namespace issue and SDK details

* Fix schema registry tsp (#35208)

* Fix schema registry tsp

* compile

* [EngSys] Add sample "widget" using folder structure v2 (#34823)

* Update CODEOWNERS for copilot (#35191)

* [Key Vault] Generate Fakes for Go (#33285)

* Remove “analytics” prefix from TypeScript package name for Online Experimentation data-plane. (#35207)

* Upgrade TypeSpec to 1.1.0 (#35226)

* Setup CI for typespec-next

* scope camel case fix

* Update x-ms-identifier present on every array model (#35019)

* [DNM] Validate typespec-azure#2607

* fix format

* more data-plane

* update package

* other one

* revert files that shouldn't change

---------

Co-authored-by: Mark Cowlishaw <1054056+markcowl@users.noreply.github.com>
Co-authored-by: AlitzelMendez <alitzelmendez@Alitzels-MacBook-Pro.local>

* regen

* regen

* Setup overrides

* have to use latest tcgc

* missed one

* fix

* Remove multipart models

* update versions

* fix x-ms-identifiers based on https://github.com/Azure/azure-rest-api-specs/pull/35019

* fix widgets x-ms-identifiers

---------

Co-authored-by: Timothee Guerin <tiguerin@microsoft.com>
Co-authored-by: AlitzelMendez <almend@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Alitzel Mendez <alitzelmendez@Alitzels-MacBook-Pro.local>
Co-authored-by: Alitzel Mendez <6895254+AlitzelMendez@users.noreply.github.com>
Co-authored-by: Mark Cowlishaw <1054056+markcowl@users.noreply.github.com>
Co-authored-by: Christopher Radek <Christopher.Radek@microsoft.com>

* Use AuthToken for cal to Search API (#35237)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Remove temporary conversion script (#35162)

* Remove temporary conversion script

* Update launch.json

* [EngSys] npm update (#35241)

* Add nsp api to api version (#33543)

Co-authored-by: Akshit Goyal <akshitgoyal@microsoft.com>

* [Dashboard] Update client file and fix a response issue (#35227)

* update

* separate language scoped enhancement decorate into client.tsp

* Attempting to merge the changes for api version from private repo (#32492)

* Attempting to merge the changes for api version from private repo

* Deleted the folder and its content for the new API version so that I can follow the ARM PR creation process

* Copying spec files from existing stable version 2022-04-01 to create the base commit

* Added changes specific to new api version

* Updated missing readme.md file with new api version

* Fixed the new api version tag to the new one

---------

Co-authored-by: Abhinav Kotha <abhinavkotha@microsoft.com>

* all optional (#35024)

* clientName not in session fun (#35104)

* upgrade indirect dependency `brace-expansion` version to 2.0.2 (#35253)

This PR applies changes done by `npm audit fix`.

Co-authored-by: Jeremy Meng <jeremy.ymeng@gmail.com.com>

* Update the owners for /specification/cdn/ (#35027)

* Add custom setup steps for coding agent (#35257)

* Condition the APIView step at compile ntime (#35256)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Removed the sdk automation faq and suppression pages to wiki (#35230)

* added an common error and solution to the faq

* Migrated these docs to wiki

* [Safeguards][v20250502preview] Add PodSecurityStandardsLevel to DeploymentSafeguardsProperties (#35252)

Add PodSecurityStandardsLevel to DeploymetnSafeguardProperties for the Safeguards PodSecurityStandards feature offering. 

---------

Co-authored-by: Jenny Liu <jennyliu@microsoft.com>

* Fix next link type (#35236)

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

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

* Update logging for verify-links script

* Update verify-links.yml

* Update eng/common/scripts/Verify-Links.ps1

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

* Update eng/common/scripts/Verify-Links.ps1

---------

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

* Update script to support running on GH action (#35268)

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

* Update readme.md (#35280)

* Updating the code owners (#35262)

Co-authored-by: Amarjeet Kumar <amakum@microsoft.com>

* Stop using Eclipse in Java KeyVault customizations (#35127)

Stop using Eclipse in Java KeyVault customizations

* Update owners for Microsoft.Search RP (#35057)

* Release machinelearningservices microsoft.machine learning services 2025 06 01 (#35014)

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

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

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

* Copy over pre-approved suppressions from 2025-04-01 version to 2025-06-01 version.

* GA systemdatastoresauthmode.

* Save file changes updating to new API version after new version script. (#35015)

* Rename firewall pip to egress pip (#34724)

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

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

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

* Copy over pre-approved suppressions from 2025-04-01 version to 2025-06-01 version.

* rename firewall pip to egress pip

---------

Co-authored-by: fmabrouk@microsoft.com <fmabrouk@microsoft.com>
Co-authored-by: fmabroukmsft <134638798+fmabroukmsft@users.noreply.github.com>

* Revert "Rename firewall pip to egress pip (#34724)" (#35122)

This reverts commit d84d16b3ae0a87591ff2b8ed9a8c0fce2eed2147.

* GA capability hosts for june stable version (#35212)

* GA capabilityHosts in swagger.

* Add suppression for capability host resource.

* Re-run pipelines

* Trigger builds.

* Readme fix.

* Readme fix.

* enableServiceSideCmkEncryption property GA for june stable version (#35200)

* GA EnableServiceSideCmkEncryption Property for June stable version.

* Fix lintdiff.

---------

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

* [Az.DataProtection] Added optional restore param for data protection blob workload (#35267)

* Copy files from stable/2025-02-01

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

* Update version to stable/2025-07-01

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

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

* added restore param for data protection blob workload

---------

Co-authored-by: ianna1-admin <ianna@microsoft.com>

* Bump oav dependency version (#35293)

* Bump @azure-tools/typespec-client-generator-cli (#35274)

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


Updates `@azure-tools/typespec-client-generator-cli` from 0.21.0 to 0.22.0
- [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/typespec-client-generator-cli"
  dependency-version: 0.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typespec-client-generator-cli
...

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

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

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


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

Updates `eslint` from 9.28.0 to 9.29.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.28.0...v9.29.0)

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

Updates `eslint` from 9.28.0 to 9.29.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.28.0...v9.29.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@eslint/js"
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.29.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>

* Bump @tsconfig/node20 from 20.1.5 to 20.1.6 in /.github/shared (#35277)

Bumps [@tsconfig/node20](https://github.com/tsconfig/bases/tree/HEAD/bases) from 20.1.5 to 20.1.6.
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

---
updated-dependencies:
- dependency-name: "@tsconfig/node20"
  dependency-version: 20.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* Bump @tsconfig/node20 from 20.1.5 to 20.1.6 in /.github (#35276)

Bumps [@tsconfig/node20](https://github.com/tsconfig/bases/tree/HEAD/bases) from 20.1.5 to 20.1.6.
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

---
updated-dependencies:
- dependency-name: "@tsconfig/node20"
  dependency-version: 20.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* [EngSys] bump @apidevtools/json-schema-ref-parser to 14.0.1 (#35301)

* Adding MongoDB Atlas Stable Version: 2025-06-01 (#35160)

* updating mongodbatlas stable version

* updating examples and readme

* updating openapi.json

* updating openapi.json

---------

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

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

* update readme.java (#35307)

* Prepare client settings for releasing Azure.ResourceManager.CloudHealth (#35309)

* Update client setting for releasing Azure.ResourceMananger.Oracle (#35314)

* update readme.java (#35315)

* Release communication chat 2025 03 15 (#32136)

* Copy files from preview/2024-03-15-preview

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

* add new stable version 2025-03-15

* add new stable version 2025-03-15

* prettier files

* remove non-GA properties

* revert the update chat message request change

* remove error response, error, error detail

---------

Co-authored-by: Lu Chen <luc@Lus-MacBook-Pro.local>

* Client library customization of input param name when creating a Dataset or Index (instead of generic variable name "body") (#35235)

* [AVS] Update client.tsp for python (#35328)

* public swagger stable version update (#35310)

* Stable version release first commit

* fix

---------

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

* Use releaseJob for publishing (#35324)

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

* Use Path.Combine for create directory (#35323)

Path.Combine will allow for fully qualified paths to override the combination. For example `Path.Combine("a","b","c:\test")` will resolve to `c:\test'. We have depended on such behavior in a few places like https://github.com/Azure/azure-sdk-for-python/blob/d66b5160f2fb9a3ca03e833a65b1c429993b2bc2/eng/pipelines/templates/steps/smoke-test-steps.yml#L99 so I'm reverting back to Path.Combine.

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

* AppConfiguration add new preview api version for EXP (#32356)

* Add new preview api version

* Add experimentation child resource

* Fix spell

* Fix check

* Fix check

* Fix check

* Fix check

* Update resource type and description

* Remove unneeded spell change

* Fix code style

* Specify required false

* Add mobo to cspell.yaml

* Add location

* Update name to default

* Fix pipeline error after merge latest main that adds 2024-06-01 and 2024-06-01-preview

* Fix pipeline error after merge latest main that adds 2024-06-01 and 2024-06-01-preview

* Add Microsoft.HealthcareApis ARM Version 2025-04-01-preview (#34139)

* Copy files from stable/2024-03-31

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

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

Updated the API version from stable/2024-03-31 to preview/2025-04-01-preview.

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

* Update schema with new property

* Fix preview tag

* Update namespace-preview.json (#33902)

* Update namespace-preview.json

Updated description of zoneRedundant property

* Extended change file code to return values by categories (#35325)

* extended change file shared code to return values by categories

* added scenario filter

* updated style

* updated function name

* Bump @azure-tools/typespec-client-generator-core (#35305)

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.57.0 to 0.57.1
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/typespec-azure@0.57.0...@azure-tools/typespec-client-generator-core@0.57.1)

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

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

* [typespec-migration-validation] Remove unused dependency "@types/jest" (#35304)

* fix service name for Java SDK generate request for Azure Load Testing (#35357)

* fix service name for java

* fix comments

* Adding new stable API version 2025-06-01 (#34799)

* Base API commit

* Updating to the new API version 2025-06-01

* Updating / Copying the changes from the latest API version 2025-01-15-preview

* Updating API descriptions

* Updating readme.md

* Fixing readme.md

---------

Co-authored-by: Nikhil Gupta <52026487+nikhgup@users.noreply.github.com>

* Adding new ACA Session Data Plane APIs (#31996)

* Adding new Session Data Plane APIs

* Review comments

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* Adding parity between get and list

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* Adding pagination to listSessions api

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* updating examples

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* updates as per api reviews

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* Adding new version 2025-02-02-preview version

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* Removing changes from 2024-10-02-preview version

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* adding 20250202preview version in readme

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* Added comments for suppression

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* fixing swagger check

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* Swagger pretty check

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* removing openai sdk generation

* removing sdk generation from tspconfig

* Adding changes only in 2025-02-02-preview version

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

* Fix typespec

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>

---------

Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com>
Co-authored-by: Shivam Kumar <shivamkumar@microsoft.com>

* [playwright] update tspconfig (#35356)

* Create client.tsp

* format tsp

* Update client.tsp

---------

Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>

* Migrate Bicep service to TypeSpec (#35306)

* Migrate Bicep service to TypeSpec

* Update configuration files to use TypeSpec

* Update Safeguards tspconfigs and readmes to show new package (#35264)

* Update tspconfigs and readmes to show new package

* Add python to tspconfig

* release Azure Carbon Optimization GA SDK (#35359)

* Update CODEOWNERS with EG Data-plane owner (#35247)

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

* Mysql add version 2024-12-01-preview and fix version uniform issue (#35110)

* refactor folder

* Collect all the latest version files into the 20241201 folder

* Update the API version to 20241201

* add 20241201 version into readme

* Update the common type path in the files inside the legacy folder

* Add an additional folder layer for the new API version

* Update the resource-management path in the 2024-12-01 file, and upgrade all  versions to a consistent version

* Move readme.language.md and readme.md to the correct folder

* update the file path and remove unused code in the readme.md

* Did folder refactor, now removed

* fix: invalid format

* fix: path

* Fix: missing file, OperationIdParameter reference, and common type version

* Update readme.python.md

* update suppressions file and readme.typescript.md

* Update readme.go.md

* add batchOfMaintenance into 2024-12-01

* fix: error

* fix suppression

* fix ci

---------

Co-authored-by: Judy Zhu <zhujudy@microsoft.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: Qiaoqiao Zhang <qiaozha@microsoft.com>

* Use url for nextlink (#35374)

* [resources] Update readme.python.md for deployments (#35383)

* [servicefabricmanagedclusters] sdk configuration changes for java and dotnet (#34953)

* {} in typespec does not allow for additional properties

* suppressions for additional properties

* missing $ in suppression

* defintions -> definitions

* remove operations from .net client for back compat

* fix improperply tagged lro for java sdk

* moved client decorators from back-compat.tsp to client.tsp

* change to location header, unknown<record>->unknown

* [TypeSpecValidation] Enable SdkTspConfigValidation and Suppress Existing Failures (#35259)

* Prepare client settings for releasing Azure.ResourceMananger.ConnectedCache (#35385)

* Custom runner setup to run coding agent

* custom yaml to configure gh runner for coding agent

* Dev sentinel securityinsights microsoft.security insights 2025 06 01 (#34886)

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

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

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

* Add workload Identity Federation in the response (#34885)

* resolve the Lint Diff error by applying the suppression from version 2024-09-01 (#34963)

* specify where in suppression to resolve the comments (#35054)

* fix where format (#35060)

* revert where clause change as it does not take effect (#35151)

* Return all status changes in the change file function (#35379)

* Return all status changes  in change file function

* update spec for testing purpose

* Revert "update spec for testing purpose"

This reverts commit 28142ae016f2f69e3fea86857c05bd86e23494d9.

* Add 2024-09-01-preview API version to Microsoft.Network (#35101)

* Initial commit with base files.

* Add routing changes to preview files.

* Update readme with new preview.

* Run prettier and fix typo in example file.

---------

Co-authored-by: Jared Gorthy <jaredgorthy@microsoft.com>

* Update npm-publish template (#35392)

- Add basic tag support beta or latest
- Add tag validation for ESRP
- Support subpaths from the artifact to scope to just some packages
-

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

* [tspconfig-validation] Support FSv2, fix tspconfig.yaml in samples (#35386)

* [EngSys] npm update (#35378)

* Set model-namespace to true (#35398)

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

* update all eng/common templates or scripts that utilize the old azsdk-pool-* to utilize the unified pool azsdk-pool
* upgrade to target ubuntu 24.04 where applicable

---------

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

* [resource-bicep] Create client.tsp (#35404)

* Create client.tsp

* Update client.tsp

* Update client.tsp

* Update client.tsp

* Update tspconfig.yaml

* [DependencyMap][Export Dependencies API] Add New API Version 2025-05-01, Update Request Parameters and Update LRO Response (#34557)

1) Add new API version 2025-05-01 for Export Dependencies API in Dependency Map service
2) Add new optional parameter 'applianceNameList' in Export Dependencies Request
3) Make parameter 'focussedMachineId' optional in Export Dependencies Request
4) Update Export Dependencies with latest asynchronous LRO guidelines and Response Object
https://github.com/cloud-and-ai-microsoft/resource-provider-contract/blob/master/v1.0/async-api-reference.md
5) Update some examples to fix go-sdk generation

* Add release readiness prompt (#35415)

* Add release readiness prompt

* update client.tsp for avs (#35283)

* update client.tsp for avs

* more updates

* more changes

* update

* some more fixes

* reorder to make the diff more clear

* update

* revert namedOutputs change

* use Record<string>

* add back suppression

* use Record<unknown> for namedOutputs

* revert a change for csharp

* add usage changes

---------

Co-authored-by: Cameron Taggart <cataggar@microsoft.com>
Co-authored-by: Ana Arias Rosales <147624519+anaarias-msft@users.noreply.github.com>

* Review request for Microsoft.ConfidentialLedger to add version preview 2025-06-10-preview (#35206)

* Review request for Microsoft.ConfidentialLedger to add version preview/2025-06-10-preview and  Copy files from preview/2024-09-19-preview

* Update version to 2025-06-10-preview

* Added tag for 2025-06-10-preview in readme file

* Add SCITT Configuration  property

* change sCITTConfiguration type

* Fix prettier

* fix Swagger LintDiff  case issue

* Pass SCITT Configuration as a string

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Andrea Piccione <and.piccione@gmail.com>

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

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


Updates `@autorest/openapi-to-typespec` from 0.11.1 to 0.11.2
- [Release notes](https://github.com/Azure/autorest/releases)
- [Commits](https://github.com/Azure/autorest/compare/ClientRuntime.Authentication.0.11.1...ClientRuntime.Authentication.0.11.2)

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

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

* Add C# rename (#35419)

* SRP Jan25 [2025-01-01] API Version Swagger Changes (#33529)

* Copy latest API version 2024 without any change to new API version 2025 folder, change the API version 2024-01-01 in the new API version 2025-01-01

* SMB OAuth property swagger changes

* Repair item] Fix required properties in activeDirectoryProperties swagger, improve descriptions

* Zonal placement swagger changes for 2025-01-01 API

* Create swagger for restore storage account Api

* Swagger for Encryption in transit file service property for SMB & NFS in 2025-01-01

**Code Review Checklist**

*Code Style/Hygiene*
- [ ] Is the change self-contained ? If not, can this be broken to separate PRs ?
- [ ] If this is a new feature, is the entire feature behind a config or allow-listed subscription or AFEC ? Ensure that the feature is turned off by default and enabled only for a select set of subscriptions.
- [ ] If a new feature, and AFEC/subscription opt-in is not feasible, can this change be limited to stage/canaries and phased open in a future rollout ?
- [ ] Are configs/DCs included for variable limits, settings and to disable the feature off as a whole ?
- [ ] If a bug is being fixed that impacts written KVS state, is there a backfill (backfill job) plan in place to repair existing KVS records with bad data ? If not, is the bug fix backward compatible with existing data ?

*API versioning*
- [ ] Are new customer facing APIs or properties being introduced ? Should this change be introduced in a new API version ?
- [ ] Is any existing KVS schema being modified ? If yes, this change should be introduced in a new API version.
- [ ] If KVS schema is being modified for persistent state, is there a backfill (backfill job) plan in place to repair existing KVS records with the old schema ? If not, is the change backward compatible with existing KVS data ?

*Logging*
- [ ] Do any of the log messages include PII or sensitive information eg. keys (account/encryption), customer data (tags) ?
- [ ] Are appropriate verbose logs included to diagnose customer issues when this change is deployed ? i.e. are we able to describe a timeline of what happened to a customer request while triggering the new code path ?

*Exception/Error Handling*
- [ ] Are all non-recoverable errors handled and logged ? Is a user-friendly/actionable error code returned to the user ?
- [ ] If non-recoverable error are seen, is the transaction unwound to a clean state to avoid orphaned metadata ?
- [ ] If recoverable, are the retries bounded for non-transactional ?
- [ ] If recoverable, are the retries unbounded for transactional ?

*Memory*
- [ ] Are there any unbounded KVS reads eg. list entire KVS tables ? Consider pointed reads by key or paged reads.
- [ ] Does the change introduce an increased memory footprint to RSRP replicas ? Do we require memory profiling in preprod/test ?

*Performance*
- [ ] KVS writes cost 5-15ms. Are there any redundant KVS reads/writes ?
- [ ] Do we need to consider secondary indexes to improve operation performance ?

*Unit Test Coverage*
- [ ] Do unit tests cover all happy path & failure scenarios ?
- [ ] Do any of the unit tests introduced rely on randomness or prone to transient failures eg. time skew, randomly selecting account type or request parameter etc ?
- [ ] Do the Unit tests take less than 100ms(each) to execute when the test suite is run?
- [ ] Do any of the unit tests take a dependency on time, I/O, network call, disks etc?

*Monitoring*
- [ ] Are metrics created for outbound/inbound external dependenc...

* Merged PR 11577981: Swagger for Encryption in transit file service property for SMB & NFS in 2025-01-01

**Objective**: To add the swagger for a new file service property - 'EncryptionInTransit' for SMB & NFS, for service version '2026-02-06' .

- The example is added in a new file S:\Azure\Storage\Storage-SRP\src\Swagger\Microsoft.Storage\stable\2026-02-06\examples\FileServicesPut_EncryptionInTransitRequired.json

**Code Review Checklist**

*Code Style/Hygiene*
- [ ] Is the change self-contained ? If not, can this be broken to separate PRs ?
- [ ] If this is a new feature, is the entire feature behind a config or allow-listed subscription or AFEC ? Ensure that the feature is turned off by default and enabled only for a select set of subscriptions.
- [ ] If a new feature, and AFEC/subscription opt-in is not feasible, can this change be limited to stage/canaries and phased open in a future rollout ?
- [ ] Are configs/DCs included for variable limits, settings and to disable the feature off as a whole ?
- [ ] If a bug is being fixed that impacts written KVS state, is there a backfill (backfill job) plan in place to repair existing KVS records with bad data ? If not, is the bug fix backward compatible with existing data ?

*API versioning*
- [ ] Are new customer facing APIs or properties being introduced ? Should this change be introduced in a new API version ?
- [ ] Is any existing KVS schema being modified ? If yes, this change should be introduced in a new API version.
- [ ] If KVS schema is being modified for persistent state, is there a backfill (backfill job) plan in place to repair existing KVS records with the old schema ? If not, is the change backward compatible with existing KVS data ?

*Logging*
- [ ] Do any of the log messages include PII or sensitive information eg. keys (account/encryption), customer data (tags) ?
- [ ] Are appropriate verbose logs included to diagnose customer issues when this change is deployed ? i.e. are we able to describe a timeline of what happened to a customer request while triggering the new code path ?

*Exception/Error Handling*
- [ ] Are all non-recoverable errors handled and logged ? Is a user-friendly/actionable error code returned to the user ?
- [ ] If non-recoverable error are seen, is the transaction unwound to a clean state to avoid orphaned metadata ?
- [ ] If recoverable, are the retries bounded for non-transactional ?
- [ ] If recoverable, are the retries unbounded for transactional ?

*Memory*
- [ ] Are there any unbounded KVS reads eg. list entire KVS tables ? Consider pointed reads by key or paged reads.
- [ ] Does the change introduce an increased memory footprint to RSRP replicas ? Do we require memory profiling in preprod/test ?

*Performance*
- [ ] KVS writes cost 5-15ms. Are there any redundant KVS reads/writes ?
- [ ] Do we need to consider secondary indexes to improve operation performance ?

*Unit Test Coverage*
- [ ] Do unit tests cover all happy path & failure scenarios ?
- [ ] Do any of the unit tests introduced rely on randomness or prone to transient failures eg. time skew, ...

* Merged PR 12011805: Create swagger for restore storage account Api.

**Why do we need this change?**
We missed the chance to document restore storage account Api, though put storage account operation.
This is also causing challenge of build-in policy for related scenario.
Task 29330514: Build-in policy Storage_NetworkAcls_Audit.json should consider storage account recovery scenario

----
API change

This pull request updates the Swagger documentation to include the restore storage account scenario.
- Added `DeletedStorageAccountRestore.json` example for restoring a deleted storage account.
- Updated `storage.json` to include `deletedAccountCreationTime` property and reference the new restore example.
- Modified the description for the 202 response to include restore storage account requests.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->

Related work items: #31884198

* suppress errors

* fix the api version in eample from 2025-05-01 to 2025-01-01

* fix comma syntax error

* Add the example refereces and model service

* format and storage account model fix

* Update DeletedStorageAccountRestore.json

* Update DeletedStorageAccountRestore.json

* fix the examples

* fix prettier code check

* Add type object to the "NfsSetting" and "EncryptionInTransit" in file.json

* Add additional property tag in SMB & NFS Setting in file.json

* Fix Auto REST exception file.json

* Fix file.json errors

* Fix reference definition for EncryptionInTransit in file.json

* Prettier check - FileServicesPut_EncryptionInTransitRequired.json

* Add suppression for BodyTopLevelProperties

* fix readme and prettier check

* more prettier fix

---------

Co-authored-by: Risheek Rajolu <risheekrr@gmail.com>
Co-authored-by: jliusan <v-liujudy@microsoft.com>
Co-authored-by: Kunyi Lin <kunyilin@microsoft.com>
Co-authored-by: Radhika Gupta <radhikagupta@microsoft.com>
Co-authored-by: Elvis Shi <elsh@microsoft.com>
Co-authored-by: Elvis Shi <45674121+Elvis-Shi@users.noreply.github.com>

* [Key Vault] Generate in correct Python namespace (#35422)

* Generate in correct Python namespace

* Add package-dir value for validation

* Updating the union so the two fields we need to rename are explicitly named. The clientName decorator can't be used, otherwise. (#35423)

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

* DesktopVirtualization: Add Public Preview 2025-03-01-preview (#33822)

* Copy files from preview/2024-11-01-preview

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

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

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

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

* 2025-03-01-preview

* fix swagger

* fix example

* update property description

* add suppressions

* update suppressions

* resolve comments

* update

---------

Co-authored-by: Yu Zhang <yuzhang7@microsoft.com>

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

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

* Updates readme

* Updates API version in new specs and examples

* update python readme

* Add NAP API to AKS Stable 2025-05-01 (#35147)

* Add AI Toolchain Operator API to 2025-05-01 GA (#35168)

Signed-off-by: Heba Elayoty <heelayot@microsoft.com>

* Fix AI Toolchain Operator API (#35190)

* Revert "Add AI Toolchain Operator API to 2025-05-01 GA (#35168)"

This reverts commit 4506be40a11511d8b601dee8c9bc3f66f3ba6855.

* add kaito to 05-01

* Merge title/description for AKS stable API (#35194)

---------

Signed-off-by: Heba Elayoty <heelayot@microsoft.com>
Co-authored-by: Matthew Christopher <matthchr@users.noreply.github.com>
Co-authored-by: Heba <31887807+helayoty@users.noreply.github.com>

* Improvement on the comparison tool (#35364)

* Improvement on the comparison tool

* update

---------

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

* Prepare client settings for releasing Azure.ResourceManager.Grafana (#35411)

* Updated @@clientName for .NET SDK (#35435)

* resolve renaming comments (#35437)

* [NetAppFiles] Release microsoft.net app 2025-03-01 (#35229)

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

* 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

* 2025-03-01

* fix lintdiff

* Update readme.typescript.md

* Update readme.typescript.md

* replicationSchedule typescript directive

* Update readme.typescript.md

* Update readme.typescript.md

* Revert "Update readme.typescript.md"

This reverts commit 76d995858b93c337e3f58c828adf7edc7b066bdb.

* empty

---------

Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>
Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: Renhe Li <renhe.li@hotmail.com>

* [containerservicesafeguards] Create client.tsp (#35405)

* Create client.tsp

* Update client.tsp

* Update copilot instructions and prompts (#35443)

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

* Fix vscode config auto-install in mcp script

* Update eng/common/mcp/azure-sdk-mcp.ps1

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

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>

* Update RedTeam target type visibility (#35447)

* GitHub Actions LintDiff -> Live (#35431)

* Add usage for roledefinition (#35453)

* [containerservicesafeguards] Update tspconfig.yaml (#35457)

* Update tspconfig.yaml

* Update tspconfig.yaml

* Java config

---------

Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>

* Update readme.python.md (#35456)

* mgmt, java, tspconfig for dashboard (#35329)

* ConfigManager GA api version (2025-06-01) (#35370)

* ConfigManager GA api version (2025-06-01)

* added cspell

* Prepare client settings for releasing Azure.ResourceManager.ServiceFa… (#35464)

* AzureCompute DiskRP 2025-01-02 release  (#35205)

* add 2025-01-02 folder

* update version references

* update readme

* Swagger changes for ConfidentialVMv2 (#35011)

* Swagger changes for ConfidentialVMv2

* update description of importsecure and uploadpreparedsecure create options

* Swagger changes for Trusted Launch as Default feature (#34922)

* Adding supportedSecurityOption

* Updating description for supportedSecurityOption

* Fixing pretty check errors

* Formatting file Disk_Create_FromAnAzureComputeGalleryImage.json

* Fixing prettier issues

---------

Co-authored-by: Varsha Sankar <varshasankar@microsoft.com>

* Swagger changes for Instant Access Snapshot and Availability Policy features (#34917)

* fixing typo elasticSanResourceId

* Swagger changes for Instant Access Snapshot and Availability Policy features

* missed file in previous commit

* adding missed description AvailabilityPolicy

* adding missed references

* updating descriptions

* fixing casing

* refactoring

* refactoring-2

* fixing model validation

* changing camel case of defintion of SnapshotAccessState

---------

Co-authored-by: Theodore Chang <thchan@microsoft.com>

* add format: uri

* add minimum

* add x-ms-secret

* remove x-ms-secret

---------

Co-authored-by: aayushkher <153165259+aayushkher@users.noreply.github.com>
Co-authored-by: varsha9713 <varshagsankar@gmail.com>
Co-authored-by: Varsha Sankar <varshasankar@microsoft.com>
Co-authored-by: PrambMS <136007667+PrambMS@users.noreply.github.com>

* Update Tags for all APIs to match - Required for Terraform development - 2025-01-31  (#34986)

* Update Tags for all APIs to match - Required for Terrafrom development

* update tags

* update

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

* Microsoft.Advisor: New 2025-05-01-preview API version (#34818)

* Baseline commit from 2024-11-18-preview for 2025-05-01-preview

* Updated API version and added examples

* Updated readme, advisor json file to reflect right exmaples

* Fixed the error on Control parameter

* Added a new Row for the RsourceUri path for the Recommendations RT

* Added different operationId

* Fxied the example

* Fxied the prettier npm error

* NPM Pretty error fix

* Npx prettier command executed

* More npx prettier

* [Key Vault] Optional parameter support in TSP (#34032)

* Bump @azure-tools/typespec-client-generator-core (#35461)

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.57.1 to 0.57.2
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/@azure-tools/typespec-client-generator-core@0.57.1...@azure-tools/typespec-client-generator-core@0.57.2)

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

* [EngSys] Delete file 'npx' accidentally added to repo (#35472)

* Fix path in mcp installer (#35448)

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

* Migrate compute latest swagger to TypeSpec (#32748)

* Migrate compute latest swagger to TypeSpec

* update

* update

* update

* Some fix

* update

* small fixes: supress some warnings and update readme.md

* add go-emitter option

* Fix duplicate issue

* remove go-emitter option

* update

* Addressing more differences in spec

* Addressing more differences in spec

* fix INVALID_FORMAT examples

* fix INVALID_FORMAT examples

* modelvalidation Missing_resource_ID examples fixes

* Revert pageable change

* Fix examples

* change back default tag to package-2024-11-04 for validation

* Revert some change to make API back again

* Fix bump changes

* update

* Fix format

* Upgrade to tag 2025-02-01

* Addressing differences in Gallery

* Addressing Gallery diff & after merge main fixes

* Update compute after fixing clouderror

* Fix format

* Clean Pull Request after merge with main

* Address compute difference

* Address compute differences - subresource only

* Fix examples and invalid format

Current test were not the 11-01 test, updating them

* Add type and name as example check this / verify with Pan if this breaks SDK

* Change done to match with test / Check with Pan SDK validation

* Model validation fixes

- etag
- diskControllerType from array enum to enum (string type)

* Add new path - fix previous not matching path

* revert changes to compute 2024-07-01

* update readme to use 2024-11-01/ComputeRP.json

* remove reference to 2024/07/01/ComputeRP.json on readme

* Delete ComputeRP.json file

* Fix avocado

* Feedback with Theo: remove pattern, remove max and add x-ms-identifiers

* Compute: Add description for enums

* Fix x-ms-idenfitirs inconsistency with compute rp

* update

* update

* readme.java.md

* readme.go.md

* readme.go.md

* Compute feedback

* Fix prettier

* fix prettier in examples

* Update Gallery examples to examples from 2024-03-03

* Fix new gallery examples

* Update examples in Gallery.Management

* Update operations from ErrorResponse to CloudErrror for list operations on  computeRP

* fix readme.go.md

* Update

* Update names

* update readme.go.md

* update readme.go.md

* Remove useless model

* Fix model validation after name changes

* Fix tests in compute.management tsp

* Update cloudService.json

* revert

* Add newline

* update capitalization

* Typespec udpate after release (#35125)

* Update to latest tsp version && address vmName issue

* fix format

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: AlitzelMendez <almend@microsoft.com>
Co-authored-by: JiaqiZhang-Dev <jiaqzhang@microsoft.com>
Co-authored-by: Alitzel Mendez <6895254+AlitzelMendez@users.noreply.github.com>
Co-authored-by: Theodore Chang <thchan@microsoft.com>
Co-authored-by: xiaofeicao <xiaofeicao@microsoft.com>

* Update uri to url for API Management properties (#35427)

* Update uri to url for API Management properties

* update csharp

* updates

* update for csharp

* without modification

* Filter on go

* Fix acronym casing

* ignore the main renames for Go (we'll do it in our own file)

* Remove Go's renames for this.

* format

* update for clientName property

* revert clientname change

* ran tsp compile

* feedback update

---------

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

* Convert StorageActions Swagger to TypeSpec (#34150)

* generate

* update

* Update models.tsp

* Update tspconfig.yaml

* Update tspconfig.yaml

* update

* update

* update

* Delete oldstorageactions.json

* update

* update

* Update tspconfig.yaml

* update

* update

* update

* update

* update

* update

* update

* update

* name fix

* update

* update

* update

* update

* update

* update

* Update sdk-suppressions.yaml

* Revert "Update sdk-suppressions.yaml"

This reverts commit 8056611c73d28c640458fb674a6e9492469a1ee7.

* update

* update

* update

* update

* update

* update

* update

* update

* Update ListStorageTasksRunReportSummary.json

* Update ListStorageTasksRunReportSummary.json

* update

* update

* Update client.tsp

* update

* update

* update

* update

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: kazrael2119 <98569699+kazrael2119@users.noreply.github.com>
Co-authored-by: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: Arthur Ma <arthurma@microsoft.com>

* Create runner for breaking change check (#35353)

* Initial check in for openapi-diff-runner

* added readme content

* added report generator

* added report generator

* refactored code to be function based

* refactor breaking change detector

* added unit tests

* refactor oad processor and logging

* Added breaking change label processing

* added workflows

* updated dev deps

* updated settings for test workflow

* updated prettier script

* checkout full history

* fixed tests

* added error handling for branch operation

* added .net installation step

* filter swaggers for the changed files

* updated output variable name

* continue on error in workflow

* updated title in the report

* updated triggers of update label WF

* updated workflows list in the update label WF

* removed brackets from WF name

* Add trailing newline

* upgraded openapi-diff pkg version

* removed version from package.json

* update package lock file

* Revert "update package lock file"

This reverts commit 3b1c4a59c31b6784778b23ac81c65f884faded99.

* suppress node warnings

* updated markdown table format

* updated markdown table format

* use node 20

* revert debug code

---------

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

* mgmt, storageaction, update flattenProperty (#35485)

* Fix final-state-via setting for the StorageTasks.delete operation. (#35487)

* [suppressions.yaml] Reduce duplication, improve formatting, add missing (#35489)

- Reduced from 2321 to 1040 non-blank lines
- Added whitespace between specs for readability
- Converted all paths to dash-arrays for readability
- Within an org, grouped paths with duplicate suppressions
- Used "awsconnector/*" to eliminate a lot of duplicate code
- Adds suppressions for "edge" specs broken in main

* Data Plane - Microsoft.AzurePlaywrightService integration into Microsoft.LoadTestService  (#34012)

* First commit of adding existing Playwright Dataplane APIs in Microsoft.LaodTestService

* Added APIs for Playwright in Microsoft.Loadtestservice

* Added readme changes for fixing CI failures

* Resolved examples error

* Removed playwright folder for proper naming

* Renamed playwright service folder

* Removed shared folder as suggested

* Readme files modifications

* Added missing version from readme

* Renamed folder as suggested

* Removed code to swagger sections from readme

* Generate-metadata set to true

* Removed GET workspaces API and added patterns

* TSP Formatting

* Added suppressions.yaml

* Removing deprecated preview versions

* Formatting files

* Guid maxlength correction

* Maxlength correction

* Re-checking swagger lint diff errors

* Removed all suppressions

* Resolved example issue

* Added runid as query param in get brwosers api

* Added test runs APIs

* Added certain validations

* Updated example

* Updated tspconfig.yaml

* TSP Validation fix

* Review comments on Test run model

* Review comments on Test run model

* Fixed Typo in property name for model validation

* TSP Validation fix

* TSP Validation fix

* TSP Validation fix

* TSP Validation fix

* TSP Validation fix

---------

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

* update go config (#35409)

Co-authored-by: ReleaseHelper <ReleaseHelper>

* Restructure guestconfiguration to support suite of services (#35400)

* Add TypeSpec configuration for generated Batch error model in Java (#35482)

* Add config for generated Batch error model in Java

* Fix generated BatchService file

* Added watcher for breaking change check (#35479)

* Float LintDiff dependencies (#35511)

* Float LintDiff dependencies

* Update package-lock.json (run npm install at root)

* Update eng/tools/lint-diff/package.json

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

* Update package-lock.json in light of new autorest version

---------

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

* Pass TestResourcesDirectory from deploy-test-resources.yml to New-TestResources.ps1 (#35515)

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

* Correct typo (#35391)

* [context.js] Catch exceptions thrown from listPullRequests() (#35518)

* Bump @azure-tools/typespec-client-generator-cli (#35520)

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


Updates `@azure-tools/typespec-client-generator-cli` from 0.22.0 to 0.23.0
- [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/typespec-client-generator-cli"
  dependency-version: 0.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typespec-client-generator-cli
...

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

* Update client.tsp (#35521)

* Update client.tsp

* Update client.tsp

* Update client.tsp

* Update tspconfig.yaml for .Net Mgmt. SDK generation (#35501)

* [NetAppFiles] Release microsoft.net app 2025 03 01 preview (#35261)

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

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

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

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

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

* add 2025-03-01-preview

* readme fix

* Bump dependency "marked" to ^16.0.0 (#35527)

* Updating typespec-azure versions (#35484)

* [EngSys] npm update (#35528)

* Rename ResourceBaseEventData property - resourceUri to resourceUrl (#35529)

* Rename ResourceBaseEventData property - resourceUri to resourceUrl

* scope this to just Java

* JS also requires this change

* [EngSys] Configure prettier, format files under eng/tools (#35540)

* mgmt, storageaction, update client.tsp to rename op for Java (#35486)

* Update client.tsp (#35554)

* adding 2025-06-01-preview api version (#35033)

* adding 2025-06-01-preview api version

* adding example files

* adding operations example files

* updating json

* running compile again

* Add logical network type

* running prettier check

* update properties

* format

---------

Co-authored-by: Harika Vedati <havedati@microsoft.com>
Co-authored-by: Arka <arkanayan@microsoft.com>
Co-authored-by: shraddhasun <shsunil@microsoft.com>
Co-authored-by: shraddhasun <128851887+shraddhasun@users.noreply.github.com>

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

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


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

Updates `eslint` from 9.29.0 to 9.30.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.29.0...v9.30.0)

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

Updates `eslint` from 9.29.0 to 9.30.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.29.0...v9.30.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@eslint/js"
  dependency-version: 9.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.30.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>

* Fix TypeSpec validation (#35558)

* [EngSys] Check formatting in PR checks for eng/tools (#35548)

* [.github] Format files, enable PR formatting check (#35562)

- Fixes #35547

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

* Disable SBom generation for pull requests

* Update eng/common/pipelines/templates/steps/publish-1es-artifact.yml

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

---------

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

* [eng/tools] Run "format:check:ci" in PRs (#35563)

- Logs every file checked

* Added status workflow for breaking change check (#35542)

* added status workflow for breaking change check

* removed node version setting and fixed style

* Added comment and fixed style issues

* Remove MAC from pwsh tools template (#35569)

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

* Add new 2025-06-01 stable API version to Microsoft.Cdn for Managed Identity Origin Authentication [2nd attempt] (#35425)

* Copy preview stable version 2025-04-15 into new stable version 2025-06-01. Includes updating api version to 2025-06-01

* Add Managed Identity Origin Auth APIs from 2025-01-01-preview; Update readme

* Bump @azure-tools/typespec-azure-resource-manager (#35576)

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


Updates `@azure-tools/typespec-azure-resource-manager` from 0.57.1 to 0.57.2
- [Release notes](https://github.com/Azure/typespec-azure/releases)
- [Commits](https://github.com/Azure/typespec-azure/compare/@azure-tools/typespec-azure-resource-manager@0.57.1...@azure-tools/typespec-azure-resource-manager@0.57.2)

---
updated-dependencies:
- dependency-name: "@azure-tools/typespec-azure-resource-manager"
  dependency-version: 0.57.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typespec
...

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

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

Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 14.0.2 to 14.0.3.
- [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/re…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants