-
Notifications
You must be signed in to change notification settings - Fork 5.6k
mitigate reorder breakings #38379
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
msyyc
merged 1 commit into
Azure:tsp-conversion-databoxedge
from
ChenxiJiang333:pr-37236
Oct 23, 2025
Merged
mitigate reorder breakings #38379
msyyc
merged 1 commit into
Azure:tsp-conversion-databoxedge
from
ChenxiJiang333:pr-37236
Oct 23, 2025
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 MergeNext steps that must be taken to merge this PR:
Important checks have failed. As of today they are not blocking this PR, but in near future they may. Addressing the following failures is highly recommended:
Comment generated by summarize-checks workflow run. |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews
|
2937bf1
into
Azure:tsp-conversion-databoxedge
46 of 52 checks passed
pshao25
added a commit
that referenced
this pull request
Nov 10, 2025
* migrate once * Fix error type for operations interface * add readonly visibility for paging model value * fix x-ms-secret * update swagger * update swagger * Update cspell.yaml * Revert "Update cspell.yaml" This reverts commit 85cfcc9. * update * update * update * Delete databoxedge.json * Update readme.md * prettier * Create client.tsp * Update client.tsp * update no properties resource model and summary * update tspconfig * Add Java SDK breaking change mitigations for TypeSpec migration - Added clientName decorators to fix model name casing issues: - SSLStatus -> SslStatus - NetworkAdapterDHCPStatus -> NetworkAdapterDhcpStatus - NetworkAdapterRDMAStatus -> NetworkAdapterRdmaStatus - ARMBaseModel -> ArmBaseModel - Fixed property name changes: - RefreshDetails.lastCompletedRefreshJobTimeInUTC -> lastCompletedRefreshJobTimeInUtc - StorageAccountCredentialProperties.userName -> username * resolve js breaking * mitigate reorder breakings (#38379) * Update client.tsp * add config (#38636) * Add 'go' support to DataBoxEdge client overrides Updated override annotations to include 'go' alongside 'python' for various methods in the DataBoxEdge client. * format * update --------- Co-authored-by: Wenming Liu <[email protected]> Co-authored-by: mcgallan <[email protected]> Co-authored-by: mcgallan <[email protected]> Co-authored-by: Weidong Xu <[email protected]> Co-authored-by: Jiao Di (MSFT) <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: zedy <[email protected]> Co-authored-by: Judy Liu <[email protected]> Co-authored-by: Chenjie Shi <[email protected]> Co-authored-by: Pan Shao <[email protected]>
anushkasingh16
pushed a commit
to anushkasingh16/azure-rest-api-specs
that referenced
this pull request
Nov 11, 2025
* migrate once * Fix error type for operations interface * add readonly visibility for paging model value * fix x-ms-secret * update swagger * update swagger * Update cspell.yaml * Revert "Update cspell.yaml" This reverts commit 85cfcc9. * update * update * update * Delete databoxedge.json * Update readme.md * prettier * Create client.tsp * Update client.tsp * update no properties resource model and summary * update tspconfig * Add Java SDK breaking change mitigations for TypeSpec migration - Added clientName decorators to fix model name casing issues: - SSLStatus -> SslStatus - NetworkAdapterDHCPStatus -> NetworkAdapterDhcpStatus - NetworkAdapterRDMAStatus -> NetworkAdapterRdmaStatus - ARMBaseModel -> ArmBaseModel - Fixed property name changes: - RefreshDetails.lastCompletedRefreshJobTimeInUTC -> lastCompletedRefreshJobTimeInUtc - StorageAccountCredentialProperties.userName -> username * resolve js breaking * mitigate reorder breakings (Azure#38379) * Update client.tsp * add config (Azure#38636) * Add 'go' support to DataBoxEdge client overrides Updated override annotations to include 'go' alongside 'python' for various methods in the DataBoxEdge client. * format * update --------- Co-authored-by: Wenming Liu <[email protected]> Co-authored-by: mcgallan <[email protected]> Co-authored-by: mcgallan <[email protected]> Co-authored-by: Weidong Xu <[email protected]> Co-authored-by: Jiao Di (MSFT) <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: zedy <[email protected]> Co-authored-by: Judy Liu <[email protected]> Co-authored-by: Chenjie Shi <[email protected]> Co-authored-by: Pan Shao <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
fix python breaking for #37236