Azure / azure-storage-python

Microsoft Azure Storage Library for Python
https://azure-storage.readthedocs.io
MIT License
338 stars 240 forks source link

[Blob][BugFix]Detect missing params #582

Closed xiafu-msft closed 5 years ago

xiafu-msft commented 5 years ago

set_blob_service_properties should remind the users to give correct input when the users give a bad input, while now the request is still sending out even with bad parameters.

https://msazure.visualstudio.com/One/_workitems/edit/3715199

codecov-io commented 5 years ago

Codecov Report

Merging #582 into dev will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #582      +/-   ##
==========================================
+ Coverage   86.83%   86.83%   +<.01%     
==========================================
  Files          52       52              
  Lines        4823     4825       +2     
  Branches      520      521       +1     
==========================================
+ Hits         4188     4190       +2     
  Misses        467      467              
  Partials      168      168
Impacted Files Coverage Δ
...storage-blob/azure/storage/blob/baseblobservice.py 92.96% <100%> (+0.02%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 13e065e...27ffcb2. Read the comment docs.