-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Regenerate confidential ledger from typespec #41924
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
base: main
Are you sure you want to change the base?
Conversation
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
*, | ||
collection_id: Optional[str] = None, | ||
**kwargs: Any, | ||
) -> LROPoller[JSON]: | ||
) -> LROPoller[_models.TransactionStatus]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this signature hasnt been shipped as stable, it needs some attention, the true return type here should be LROPoller[LedgerEntry] however due to the underlying usage of the begin_wait_for_commit() method the poller seems to return transactionstatus instead
This reverts commit 6351ead.
Regenerate and update the Confidential Ledger library based on the newly migrated typespec project.