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]Bugfix add create permisson #577

Closed xiafu-msft closed 5 years ago

xiafu-msft commented 5 years ago

Add ADD and CREATE permission for Container SAS

issue link: https://github.com/Azure/azure-cli/issues/8809

codecov-io commented 5 years ago

Codecov Report

Merging #577 into dev will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #577      +/-   ##
==========================================
+ Coverage   86.82%   86.83%   +0.01%     
==========================================
  Files          52       52              
  Lines        4819     4823       +4     
  Branches      520      520              
==========================================
+ Hits         4184     4188       +4     
  Misses        467      467              
  Partials      168      168
Impacted Files Coverage Δ
azure-storage-blob/azure/storage/blob/models.py 95.96% <100%> (+0.07%) :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 a762a67...d643924. Read the comment docs.