-
Notifications
You must be signed in to change notification settings - Fork 3k
[Storage] [STG 98] Merge STG 98 Base Branch into Main #40381
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
Conversation
…azure-storage-queue` (#40159)
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.
Copilot reviewed 104 out of 105 changed files in this pull request and generated no comments.
Files not reviewed (1)
- sdk/storage/azure-storage-blob/assets.json: Language not supported
Comments suppressed due to low confidence (2)
sdk/storage/azure-storage-blob/azure/storage/blob/_blob_client_helpers.py:200
- [nitpick] The newly introduced parameter 'source_token_intent' appears to serve a similar purpose to 'file_request_intent' in other operations. Consider unifying these parameter names for consistency and clarity across the SDK.
source_token_intent = kwargs.pop('source_token_intent', None)
sdk/storage/azure-storage-blob/azure/storage/blob/_blob_client_helpers.py:381
- [nitpick] Ensure that there is adequate test coverage for the new 'source_token_intent' parameter flows (and its corresponding header 'x-ms-file-request-intent') in client helper methods.
options.update({k: v for k, v in kwargs.items() if v is not None})
API change check APIView has identified API level changes in this PR and created following API reviews. azure-storage-blob |
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
No description provided.