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

Make batch_upload honour "force" attribute in azure_rm_storageblob #1018

Merged
merged 1 commit into from
Jan 29, 2023

Conversation

johnsonp57
Copy link
Contributor

@johnsonp57 johnsonp57 commented Nov 8, 2022

When doing a batch upload, take note of the "force" attribute to overwrite existing files if needed

SUMMARY

I have replicated the override parameter passed in on a single file upload into the batch_upload

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

azure_rm_storageblob

ADDITIONAL INFORMATION

I am performing a batch upload of files on a monthly basis and I want to be able to overwrite any existing files. This is possible if I upload a single file, but not when uploading in a batch.

When doing a batch upload, take note of the "force" attribute to overwrite existing files if needed
@johnsonp57 johnsonp57 changed the title Make batch_upload honour "force" attribute Make batch_upload honour "force" attribute in azure_rm_storageblob Nov 9, 2022
@Fred-sun Fred-sun added ready_for_review The PR has been modified and can be reviewed and merged medium_priority Medium priority labels Nov 24, 2022
@xuzhang3 xuzhang3 merged commit 0eb4eb4 into ansible-collections:dev Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium_priority Medium priority ready_for_review The PR has been modified and can be reviewed and merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants