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

Fix append blob condition parameters #5770

Merged
merged 2 commits into from
Mar 12, 2018
Merged

Conversation

williexu
Copy link
Contributor

@williexu williexu commented Mar 9, 2018


Fixes: #4049

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).

@williexu williexu added the Storage az storage label Mar 9, 2018
@williexu williexu requested a review from troydai March 9, 2018 21:30
@promptws
Copy link

promptws commented Mar 9, 2018

View a preview at https://prompt.ws/r/Azure/azure-cli/5770
This is an experimental preview for @microsoft users.

if client.exists(container_name, blob_name):
# used to check for the preconditions as append_blob_from_path() cannot
client.get_blob_properties(**check_blob_args)
else:
client.create_blob(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it in one line just like line 218

@williexu williexu merged commit 859ba56 into Azure:dev Mar 12, 2018
@williexu williexu deleted the appendconditions branch April 4, 2018 19:19
@haroldrandom haroldrandom added the Storage az storage label Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage az storage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

append blob upload ignores --if-none-match
4 participants