[Document] Py sdk 2026-05-15-preview#47984
Draft
amberchen-86 wants to merge 64 commits into
Draft
Conversation
…nalyzeDocuments/tspconfig.yaml', API Version: 2026-05-15-preview, SDK Release Type: beta, and CommitSHA: '0295acbed05cf1cb9f92f7307e2a049e8d7058cd' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6179116 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
amberchen-86
marked this pull request as ready for review
July 16, 2026 17:07
|
Azure Pipelines: Successfully started running 1 pipeline(s). 9 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
danieljurek
approved these changes
Jul 16, 2026
danieljurek
left a comment
Member
There was a problem hiding this comment.
Approving the ci.yml changes for EngSys
Member
Author
|
/check-enforcer override |
msyyc
approved these changes
Jul 17, 2026
msyyc
left a comment
Member
There was a problem hiding this comment.
This approval is just for ci.yml since I am one of owner about this file.
Comment on lines
+165
to
+166
| final_response = pipeline_response.http_response | ||
| if final_response.status_code == 200: |
Comment on lines
+165
to
+166
| final_response = pipeline_response.http_response | ||
| if final_response.status_code == 200: |
Comment on lines
+11
to
+12
|
|
||
| __all__: list[str] = [] # Add all objects you want publicly available to users at this package level |
Comment on lines
+11
to
+12
|
|
||
| __all__: list[str] = [] # Add all objects you want publicly available to users at this package level |
Comment on lines
+119
to
+123
| def begin_submit_job( # type: ignore[override] | ||
| self, | ||
| body: Union[_models.AnalyzeDocumentsJob, JSON, IO[bytes]], | ||
| **kwargs: Any | ||
| ) -> AnalyzeDocumentsLROPoller[ItemPaged[_models.Tasks]]: |
Comment on lines
+218
to
+219
| @distributed_trace_async | ||
| async def begin_cancel_job(self, job_id: str, **kwargs: Any) -> AsyncLROPoller[None]: |
| lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) | ||
| cont_token: Optional[str] = kwargs.pop("continuation_token", None) | ||
| cls: ClsType[ItemPaged[_models.Tasks]] = kwargs.pop("cls", None) | ||
| kwargs.pop("error_map", None) |
| lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) | ||
| cont_token = kwargs.pop("continuation_token", None) | ||
|
|
||
| kwargs.pop("error_map", None) |
| lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) | ||
| cont_token: Optional[str] = kwargs.pop("continuation_token", None) | ||
| cls: ClsType[AsyncItemPaged[_models.Tasks]] = kwargs.pop("cls", None) | ||
| kwargs.pop("error_map", None) |
| lro_delay = kwargs.pop("polling_interval", self._config.polling_interval) | ||
| cont_token = kwargs.pop("continuation_token", None) | ||
|
|
||
| kwargs.pop("error_map", None) |
amberchen-86
marked this pull request as draft
July 17, 2026 18:34
…ttps://github.com/amberchen-86/azure-sdk-for-python into v-amber/document-pysdk-2026-05-15-preview-continued
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
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.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines