-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[recoveryservicesdatareplication] update tsp config #34360
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
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
Next Steps to Merge✅ All automated merging requirements have been met! To get your PR merged, see aka.ms/azsdk/specreview/merge. |
PR validation pipeline restarted successfully. If there is ApiView generated, it will be updated in this comment. |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews
|
This was referenced Apr 30, 2025
msyyc
approved these changes
May 6, 2025
koen-mertens
pushed a commit
to koen-mertens/azure-rest-api-specs
that referenced
this pull request
May 7, 2025
* Update client.tsp * format
johnkoh-msft
pushed a commit
to johnkoh-msft/azure-rest-api-specs
that referenced
this pull request
May 8, 2025
* Update client.tsp * format
johnkoh-msft
added a commit
that referenced
this pull request
May 12, 2025
…04 11 preview (#34389) * Copy files from preview/2025-03-01-preview Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to preview/2025-04-11-preview Updated the API version from preview/2025-03-01-preview to preview/2025-04-11-preview. * Added tag for 2025-04-11-preview in readme file * Fix namespace * Fix validation errors * Fix validation errors again * Change type of body schema * Fix example * Updated the apiFlowOptions field * Add None * Remove None * Add ForceDisable Pipeline enum * Add PipelineForceDisabled status * Bump @azure-tools/typespec-client-generator-cli (#34410) 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.20.0 to 0.21.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.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typespec-client-generator-cli ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * adding options for csharp generator (#34413) Co-authored-by: deepakmaurya_microsoft <[email protected]> * Add new APC API version (#33625) * Add new version * Typespec v1.0.0 and add .NET SDK generation options * Adding options for C# generator for MongoDB.Atlas (#34415) * adding options for c# generator * updating tspconfig.yaml * Bump vite from 6.3.3 to 6.3.4 in /.github (#34412) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.3 to 6.3.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Sync eng/common directory with azure-sdk-tools for PR 10523 (#34418) * fix: bump node version in emitter pipeline * pr feedback --------- Co-authored-by: Jorge Rangel <[email protected]> Co-authored-by: Jorge Rangel <[email protected]> * [LintDiff] Improve logging output (#34398) * Improve logging output * Adjust logging * Trivial change to trigger LintDiff * Breaking change that causes LintDiff to fail * Always include link in the log * Try to break URL * generate autorest exception * Add source to table * Contrive an error that will fail LintDiff * Regular LintDiff failure * Contrive autorest error * Log violations * -table * Logging inside lint-diff.ts instead of lintdiff.yaml * +list * log GITHUB_SERVER_URL * log more * console.log * Revert contosowidgetmanager * Exit if there's nothing to do * Test successful LintDiff run * Revert "Test successful LintDiff run" This reverts commit 6d7bd0a. * Log link to workflow summary on success, too * Reverted apiview enablement due to a bug (#34417) * [shared] Add SpecModel (#33362) - Fixes #33227 * [spec-model] One file per class, add tests for 100% coverage (#34431) * [spec-model] Remove sync access check from ctors (#34432) - Improves perf and testability * [spec-model] Move specModel to options (#34433) - Only needed for relative paths in toJsonAsync() * Add None * Remove None * Add ForceDisable Pipeline enum * [LintDiff, Avocado] Extract label-override code (#34445) * Generalize avocado-status.js, wire up lintdiff-status.yaml * Testing, lintdiff.yaml -> lintdiff-code.yaml * Now with types * prettier * Use reusable workflow * Param names, copy * Revert label.js changes, they're not needed in this PR * Set Status * Prettier * CQA build api changes (#34299) * CQA build api changes * adding swagger references in readme * Adding initial examples for the new api version * adding examples for new changes * fixing build failures * updating tsp examples * whitespace error * Spell checks --------- Co-authored-by: Yash Oswal <[email protected]> Co-authored-by: Bidisha Chakraborty <[email protected]> * Update client settings for releasing Workload .Net SDK (#34461) * [recoveryservicesdatareplication] update tsp config (#34360) * Update client.tsp * format * remove the duplicate models for projects, branches, database, roles a… (#34283) * remove the duplicate models for projects, branches, database, roles and endpoints in the main.tsp * updated examples using oav generate examples command * updated the examples to fix the model and semantic validations * fix typespec errors * addressed comments changed the namespace to neon.postgres * fix typespec issue * update the spec by removing the unused api * updated the typespec by removing the out of scope items --------- Co-authored-by: Srinivas Alluri <[email protected]> * Add package to validate TypeSpec migration result (#34438) * Add package to validate typespec migration * Some fix * Add prompt support * update * Update --------- Co-authored-by: Pan Shao <[email protected]> Co-authored-by: Mike Harder <[email protected]> * Sync eng/common directory with azure-sdk-tools for PR 10534 (#34455) * Add helper function for spec-gen-sdk pipeline * Move logging script sourceing to global scope --------- Co-authored-by: Chidozie Ononiwu <[email protected]> Co-authored-by: Chidozie Ononiwu <[email protected]> * Add spilloverDeploymentName (#34376) * Sync eng/common directory with azure-sdk-tools for PR 10542 (#34454) * update most current taxnonomy for entra * update link --------- Co-authored-by: Minh Anh <[email protected]> * Add Relationships RP Public Preview Spec Files (#33932) * add initial Relationships RP files * make provisioningState readOnly * update readme, remove readmes and edit confiig * [spec-model] Add option to create Readme from string content (#34465) * Fix two bugs for grounding api and acl (#34422) * [eng/tools] Upgrade target and module to match TypeSpec repo (#34480) - Required to use APIs like string.replaceAll() * ACR: Update 2025-04-01 GA Swagger to fix SDK generation failure (#34233) * ACR: Update 2025-04-01 GA Swagger to fix SDK generation failure * add lintdiff suppression for connected registry update parameters * fix suppression parameter reference * address review comments * deploy the proxy with human-readable multipart output (#34409) Co-authored-by: Scott Beddall <[email protected]> * [dellstorage] update-tspconfig (#34459) * update-tspconfig * Update tspconfig.yaml * java config * update config --------- Co-authored-by: kazrael2119 <[email protected]> Co-authored-by: XiaofeiCao <[email protected]> Co-authored-by: jliusan <[email protected]> * java, mgmt, Azure Chaos Studios, client (#34466) * fist, mgmt, client.tsp, add flattenProperty for backward-compatibility (#34204) * Adding 2025-03-01-preview api version (#33924) * Adding 2025-03-01-preview api version * Fixing format * Fixing validation errors * Fixing format * Adding versioning * Suppressing lintdiff errors * Removing sdk generation config from readme * Adding output-dir to tsp files * Adding where clause for suppression rules * Incorporating review comments * Correcting format * Updating suppression where clause * Refactoring to fix lintdiff * Correcting typo to fix lintdiff --------- Co-authored-by: Yuchao Yan <[email protected]> * fix go config (#34487) * java, mgmt, chaos, update client.tsp (#34488) * add go config (#34485) * Retirement announcement (#34353) Co-authored-by: Faraz Siddiqui <[email protected]> * [LintDiff] Use spec model (#34463) * Tell typescript to use ESNext to eliminate errors on private class members * Use spec model * Update package-lock.json * Contrive a change to test LintDiff * Remove deep-eql, use bundle and JSON.stringify instead, add test coverage * Use deref * Remove fs mock * Revert change that triggers LintDiff * Remove ESNext from .github/shared/tsconfig.json * Remove target/module definitoins from lint-diff/tsconfig.json * newlines * newline * Update watchers to watch new workflow names (#34501) * Upgrade typespec 1.0 (#34482) * [LintDiff] Only process existing files (#34504) * Only process existing files * Add test coverage * Skip resolving examples * Test fixtures * newline * Remove extra logging * Prettier * Update error message * Prettier * isWindows() * Revert changes to .github * Remvoe references to examples (files not present, not needed) * Update sample tspconfig.yaml in Contoso.Management (#34114) * [sitemanager] update tsp config (#34495) * Create client.tsp * reformat * reformat * Update client settings for releasing CarbonEmission.Net SDK (#34497) * java, mgmt, Azure Arc site manager, client (#34527) * Sdk config change (#34526) * sdk config change * typespec failures * typespec failures --------- Co-authored-by: deepakmaurya_microsoft <[email protected]> * java, mgmt, MongoDB Atlas, client (#34467) * Add PipelineForceDisabled status * Remove PipelineForceDisabled status * Remove ForceDisable --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Steven Kim <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: deepakmauryams <[email protected]> Co-authored-by: deepakmaurya_microsoft <[email protected]> Co-authored-by: SallyAnneBennett <[email protected]> Co-authored-by: Ajay Kumar <[email protected]> Co-authored-by: Azure SDK Bot <[email protected]> Co-authored-by: Jorge Rangel <[email protected]> Co-authored-by: Jorge Rangel <[email protected]> Co-authored-by: Daniel Jurek <[email protected]> Co-authored-by: Ray Chen <[email protected]> Co-authored-by: Mike Harder <[email protected]> Co-authored-by: yashoswal <[email protected]> Co-authored-by: Yash Oswal <[email protected]> Co-authored-by: Bidisha Chakraborty <[email protected]> Co-authored-by: Arthur Ma <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: Srinivas <[email protected]> Co-authored-by: Srinivas Alluri <[email protected]> Co-authored-by: Pan Shao <[email protected]> Co-authored-by: Pan Shao <[email protected]> Co-authored-by: Chidozie Ononiwu <[email protected]> Co-authored-by: Chidozie Ononiwu <[email protected]> Co-authored-by: ZhidaLiu <[email protected]> Co-authored-by: Minh Anh <[email protected]> Co-authored-by: Alex Chrostowski <[email protected]> Co-authored-by: Xiong Qiao <[email protected]> Co-authored-by: savaradh <[email protected]> Co-authored-by: Scott Beddall <[email protected]> Co-authored-by: kazrael2119 <[email protected]> Co-authored-by: XiaofeiCao <[email protected]> Co-authored-by: jliusan <[email protected]> Co-authored-by: Hong Li(MSFT) <[email protected]> Co-authored-by: Weidong Xu <[email protected]> Co-authored-by: bsomeshekar <[email protected]> Co-authored-by: Yuchao Yan <[email protected]> Co-authored-by: steve munk <[email protected]> Co-authored-by: Faraz Siddiqui <[email protected]> Co-authored-by: Timothee Guerin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
BreakingChange-Python-Sdk
BreakingChange-Python-Sdk-Approved
PublishToCustomers
Acknowledgement the changes will be published to Azure customers.
TypeSpec
Authored with TypeSpec
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.
update tsp config to release: https://github.com/Azure/sdk-release-request/issues/6113