Skip to content
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

[azure-storage-blob] requires_sync issue in start_copy_from_url #13116

Closed
Juliehzl opened this issue Aug 14, 2020 · 4 comments
Closed

[azure-storage-blob] requires_sync issue in start_copy_from_url #13116

Juliehzl opened this issue Aug 14, 2020 · 4 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. needs-author-feedback Workflow: More information is needed from author to address the issue. no-recent-activity There has been no recent activity on this issue. Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files)

Comments

@Juliehzl
Copy link

  • Package Name: azure-storage-blob
  • Package Version: 12.4.0b1
  • Operating System: Win 10
  • Python Version: 3.7.7

Describe the bug
A clear and concise description of what the bug is.

Request will be failed with additional property requires_sync when kwargs['requires_sync']=None

if kwargs.get('requires_sync'):
headers['x-ms-requires-sync'] = str(kwargs.pop('requires_sync'))

Recommended silution:

        if 'requires_sync' in kwargs:
            requires_sync = kwargs.pop('requires_sync')
            if requires_sync:
                headers['x-ms-requires-sync'] = str(requires_sync)

To Reproduce
Steps to reproduce the behavior:
1.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Aug 14, 2020
@kaerm kaerm added Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files) labels Aug 14, 2020
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Aug 14, 2020
@kaerm kaerm added needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. Service Attention Workflow: This issue is responsible by Azure service team. labels Aug 14, 2020
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Aug 14, 2020
@ghost
Copy link

ghost commented Aug 14, 2020

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.

@xiafu-msft
Copy link
Contributor

Hi @Juliehzl
Can you explain a bit what is kwargs['requires_sync']=None? I didn't get the problem

@tasherif-msft tasherif-msft self-assigned this Sep 13, 2020
@tasherif-msft
Copy link
Contributor

Hi @Juliehzl, any updates on this issue? could you further explain the problem?
otherwise we can close this issue if it has been resolved.

@tasherif-msft tasherif-msft added needs-author-feedback Workflow: More information is needed from author to address the issue. no-recent-activity There has been no recent activity on this issue. labels Sep 18, 2020
@ghost ghost removed the no-recent-activity There has been no recent activity on this issue. label Sep 22, 2020
@ghost ghost added the no-recent-activity There has been no recent activity on this issue. label Sep 29, 2020
@ghost
Copy link

ghost commented Sep 29, 2020

Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!

@ghost ghost closed this as completed Oct 14, 2020
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-python that referenced this issue Feb 26, 2021
Users/mayaggar/dataprotection (Azure#13168)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Microsoft.data protection (Azure#12814)

* moving changes from Private repo

* changes for autorest vqalidation err

* fix delete response

* fixing lint and model errors

* exposureControlledFeatures fixes

* prettier fixes

* fixing spell check issues

* adding backuptype in custom-words

* PolicyParameters related changes for Disk Backup

* fixing PR comments

* description changes

* changes for preview to stable folder

* changes for retention in monitoring

* changes for stable in readme

* fixing checklist gate issues

* changes for systemdata in dppresource

Co-authored-by: sumitmal <[email protected]>
Co-authored-by: Mayank Aggarwal <[email protected]>
Co-authored-by: vityagi <[email protected]>

* MFA MUA DPP swagger changes (Azure#13081)

* MFA MUA DPP swagger changes

* Resolving PR comments

Co-authored-by: Madhumanti Dey <[email protected]>

* Swagger changes for VaultGuardResource Object (Azure#13116)

* MFA MUA DPP swagger changes

* Resolving PR comments

* MFA MUA dpp swagger changes

* Fixed preetierCheck failures

* Fixed Avocado failures

* Fixed LintDiff warning

* resolved PR comments

* GO SDK fix

* Go SDK fix

* Go SDK fix

* preview related changes

* Go SDK fix

* resolved PR comments

Co-authored-by: Madhumanti Dey <[email protected]>

* changes for preview DPP version

* fix for credscan SAS

Co-authored-by: sumitmal2711 <[email protected]>
Co-authored-by: sumitmal <[email protected]>
Co-authored-by: Mayank Aggarwal <[email protected]>
Co-authored-by: vityagi <[email protected]>
Co-authored-by: deymadhumanti <[email protected]>
Co-authored-by: Madhumanti Dey <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. needs-author-feedback Workflow: More information is needed from author to address the issue. no-recent-activity There has been no recent activity on this issue. Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

4 participants