-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Merge branch main into release-machinelearningservices-Microsoft.MachineLearningServices-2025-09-01 #36858
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* save progress
* Migrate from azs repo * Fix wrong api version property * Add file knowledge source * Updates from merged swagger PRs * Add remainingSeconds back into example * Fix knowledge agent output configuration * Update knowledge sources * Fix prettier issues * Prettier on examples * Update readme * Use prettier rules from spec repo * Prettier on swagger * Late-breaking changes * Add missing object type * Back out Indexer Runtime feature * Remove missing Index Runtime example property * Knowledge Agent Changes + Indexer Runtime * Address Knowledge Agent comments * Fix semantic validation * Add missing examples * Use common identity for KS * Fix uri format * uri -> url * Prettier fix --------- Co-authored-by: efrainretana <[email protected]>
- Allows eng/tools to use them
- Required to update labels for BrCh-Code when it fails
…36343) * Updated labeling policy * log message when evaluate label * trigger labeling * remove issue artifact creation * update label yml * remove success condition from update label wf * added cross version back to trigger * revert change of WF ymls
…stable release of the SDKs (#35946)
…cks` (#36322) * refactor to use shared enumes from shared/github.js * wait for impact assessment before executing any labelling actions or continuing to process required checks * publish commit status called "[TEST-IGNORE] automated merging requirements met" from `summarize-checks` workflow
…down (#36352) - Never imported directly - Included as dep of @azure/openapi-markdown
* Removed test-ignore from BrCh checks * Fixed format issue
Co-authored-by: Shane Fu <[email protected]> Co-authored-by: Ray Chen <[email protected]>
Bumps [zod](https://github.com/colinhacks/zod) from 4.0.13 to 4.0.14. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.0.13...v4.0.14) --- updated-dependencies: - dependency-name: zod dependency-version: 4.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.58.0 to 0.58.1 - [Release notes](https://github.com/Azure/typespec-azure/releases) - [Commits](https://github.com/Azure/typespec-azure/commits/@azure-tools/[email protected]) --- updated-dependencies: - dependency-name: "@azure-tools/typespec-client-generator-core" dependency-version: 0.58.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typespec ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Java Updates to client.tsp * fix metrics typespec * test update * Adjusting client.tsp
* update * update --------- Co-authored-by: Kyle Zhang <[email protected]>
* folder refactor * fix readme * add common-types under each api version folder * Fix the common type reference path * remove common types in readme * fix common-types reference path * fix: readme and suprressions * remove the extra commontype file * move the flexible server file from legacy to flexible folder * add common-types * fix spellCheck * fix suppressions * fix: ModelValidation failed --------- Co-authored-by: Judy Zhu <[email protected]> Co-authored-by: Qiaoqiao Zhang <[email protected]>
…(2) (#35970) * Copy files from stable/2019-03-01 Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to preview/2025-05-25-preview Updated the API version from stable/2019-03-01 to preview/2025-05-25-preview. * Added tag for 2025-05-25-preview in readme file * add changes 2025 * change alertmanagment * delete "old" * remove smartGroupId property * add smartGroupId * add "format": "int64", * delete int64 * add x-ms-enum to sortOrder * delete x-ms-enum * add "type": "object" * delete "type":"object" * Chage Alerts_ListEnrichments to get, and delete get * fix Alerts_GetEnrichments * go sdk * remove smart groups modifi * add "format": "int64" (try2) * add x-ms-enum to sortOrder (try2) * add "type": "object" (try 2) * delete smartGroupId,smartGroupState,smartGroupsSortBy,smartGroupsListsmartGroup,, smartGroupProperties,(try 2) and a lot more * #/parameters/api-version * add were * add where * וupdare where * add suppress * remove some * some tryes * / * . * / * add "x-ms-pageable" * . * . * add where (try 2) * more where * more where * more where * . * / * . * severitychange --------- Co-authored-by: Emmy Filtser <[email protected]> Co-authored-by: yogev2125 <[email protected]> Co-authored-by: Yogev Kleinberger <[email protected]>
Co-authored-by: Kyle Zhang <[email protected]>
…ts met to `in-progress` (#36366) * more unit tests, adding tests that can be easily used for the labelling decisions and impact assessment logic
- Move set.intersect() to shared - Move dump-trigger-metadata to JS file - Update type comments
…cks on a given commit SHA (#36389)
* Change Go rule for tspconfig.yaml * rename * fix format * remove rules --------- Co-authored-by: tadelesh <[email protected]>
Bumps the openapi-to-typespec group with 1 update in the / directory: [@autorest/openapi-to-typespec](https://github.com/Azure/autorest). Updates `@autorest/openapi-to-typespec` from 0.11.8 to 0.11.9 - [Release notes](https://github.com/Azure/autorest/releases) - [Commits](https://github.com/Azure/autorest/commits) --- updated-dependencies: - dependency-name: "@autorest/openapi-to-typespec" dependency-version: 0.11.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: openapi-to-typespec ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add thread message delete operation * Re generate swagger * Add samples * Fix * Rename delete operation
* Add a pipeline template to mark SDK package as released * Ignore test release plans when marking package as released --------- Co-authored-by: Praveen Kuttappan <[email protected]>
…id bbox values. (#34407) * Updated sample response. * Updated sample request information --------- Co-authored-by: Faraz Siddiqui <[email protected]>
Co-authored-by: ReleaseHelper <ReleaseHelper>
…remove unnecessary decorators (#36854) * Change the position of the suppression * Delete unnecessary decorators
* Updated documentation * Changed 'country' to 'country/region'. * Suppressing TypeSpec error. --------- Co-authored-by: Faraz Siddiqui <[email protected]> Co-authored-by: Weidong Xu <[email protected]>
* Update typespec and add swagger JSON * Add examples * Update API version in examples * Update data plane readme.md * Add minValue and maxValue for loadPercentage * Added CreatedByType updates and CreatedByUri properties * Added CreatedByType updates and CreatedByUri properties * Fix enum value * Added clone test apis and equivalent LROs * Missed uploading the swagger file * Add insights in the test run result * Examples and updates to operations apis * Fixing the OperationSTatus LRO * Revert "Add insights in the test run result" This reverts commit d3d3672. * Revert loadPercentage change for optional engine instance * Add maximumVirtualUsersPerEngine auto stop parameter * Add examples and added decorator * tsv format and prettier * Updated examples * Updated example to contain headers * Reverting a change * Fixing a change * Renaming operation * LintDiff supressions * Update client.tsp to latest * Updated generation * Add estimatedVirtualUserHours * Add Read lifecycle * Add testIds filter for ListTestRuns (#35700) * add testIds filter for ListTestRuns * fix: update operationId for ListTestRuns to include TestIds * fix: update title for ListTestRuns to reflect testIds filtering * fix: update documentation for testIds in ListTestRunQueryParams to clarify usage * Update examples * Add testIds example * Changes for actionable insights * Adding specification for new ErrorDetail model (#36532) * fix tsp issues * Move examples to right folder * updated swagger failure * update model * PR comments * add suppression * Fixing OperationStatus Response body as per review comment --------- Co-authored-by: Mitesh Shah <[email protected]> Co-authored-by: Venkat Ragavan S <[email protected]> Co-authored-by: mbhardwaj-msft <[email protected]> Co-authored-by: Himanshu Bisht <[email protected]> Co-authored-by: Venkat Ragavan <[email protected]>
Co-authored-by: Venkat Ragavan S <[email protected]>
…ineLearningServices-2025-09-01
Next Steps to Merge✅ All automated merging requirements have been met! To get your PR merged, see aka.ms/azsdk/specreview/merge.Comment generated by summarize-checks workflow run. |
Member
|
@microsoft-github-policy-service rerun |
mikeharder
approved these changes
Aug 21, 2025
3f8d7f0
into
release-machinelearningservices-Microsoft.MachineLearningServices-2025-09-01
58 of 63 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge branch main into release-machinelearningservices-Microsoft.MachineLearningServices-2025-09-01