Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
71fe8ff
Update msrest and regenerate swagger. (#7308)
Sep 19, 2019
ad3edc9
Fix to have no content type when request body is empty (#7343)
Sep 19, 2019
e544514
[Blob] Set tier and rehydrate (#7269)
xiafu-msft Sep 23, 2019
075d8a1
[Blob] Echo client (#7350)
xiafu-msft Sep 23, 2019
13c9f08
Refactor max_connections to max_concurrency (#7531)
Oct 1, 2019
564722b
Use generated version as constant API version (#7547)
Oct 1, 2019
1979c89
Merge remote-tracking branch 'upstream/master' into feature/storage-p…
lmazuel Oct 2, 2019
f6d32d0
Re-recording from #7555 (#7585)
lmazuel Oct 3, 2019
a80734c
Storage batch API (#7387)
lmazuel Oct 3, 2019
0451790
Batch ChangeLog (#7593)
lmazuel Oct 3, 2019
f49eba3
[Storage Blob] Regenerate Swagger (#7572)
Oct 3, 2019
bc932a7
Merge remote-tracking branch 'origin/master' into feature/storage-pre…
lmazuel Oct 3, 2019
8b6ebaf
adjusts literalincludes for msft docs (#7599)
kristapratico Oct 3, 2019
e9ef9cf
Download sparse blob (#7555)
xiafu-msft Oct 3, 2019
cb7cfdc
Breaking Changes - Permission models (#7517)
Oct 4, 2019
637535e
Fix batch docstrings (#7600)
lmazuel Oct 4, 2019
61b6388
[Rename]rename max_connections to max_concurrency (#7606)
xiafu-msft Oct 4, 2019
ed20b58
small edits to lease client docs (#7550)
bryevdv Oct 4, 2019
215bb9a
Add a from_blob_url method (#7567)
Oct 4, 2019
9a527ff
Doc imprvment for Storage (#7601)
lmazuel Oct 4, 2019
62774eb
Revert "small edits to lease client docs (#7550)" (#7631)
bryevdv Oct 4, 2019
0b284c8
kwarg-ify methods (#7611)
Oct 5, 2019
716c141
Merge branch 'master' into feature/storage-preview4
Oct 5, 2019
b969b5e
[Storage] Consolidate offset and range parameters (#7598)
annatisch Oct 5, 2019
727e08e
Some Final tweaks (#7653)
Oct 7, 2019
e617ee2
Fix live tests (#7665)
Oct 8, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into feature/storage-preview4
  • Loading branch information
Rakshith Bhyravabhotla authored Oct 5, 2019
commit 716c141d75b52474c1fd4988e1d028aef4ae85cc
8 changes: 4 additions & 4 deletions sdk/storage/azure-storage-blob/azure/storage/blob/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,6 @@ def __init__(self, allowed_origins, allowed_methods, **kwargs):
class ContainerProperties(DictMixin):
"""Blob container's properties class.

Returned ``ContainerProperties`` instances expose these values through a
dictionary interface, for example: ``container_props["last_modified"]``.
Additionally, the container name is available as ``container_props["name"]``.

:param ~datetime.datetime last_modified:
A datetime object representing the last time the container was modified.
:param str etag:
Expand All @@ -263,6 +259,10 @@ class ContainerProperties(DictMixin):
Represents whether the container has a legal hold.
:param dict metadata: A dict with name-value pairs to associate with the
container as metadata.

Returned ``ContainerProperties`` instances expose these values through a
dictionary interface, for example: ``container_props["last_modified"]``.
Additionally, the container name is available as ``container_props["name"]``.
"""

def __init__(self, **kwargs):
Expand Down
8 changes: 8 additions & 0 deletions shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ six>=1.6
#override azure-storage-blob msrest>=0.6.10
#override azure-storage-queue msrest>=0.6.10
#override azure-storage-file msrest>=0.6.10
opencensus>=0.6.0
opencensus-ext-threading
opencensus-ext-azure>=0.3.1
#override azure-cognitiveservices-inkrecognizer azure-core<2.0.0,>=1.0.0b2
#override azure-identity azure-core<2.0.0,>=1.0.0b2
#override azure-keyvault-certificates azure-core<2.0.0,>=1.0.0b2
#override azure-keyvault-keys azure-core<2.0.0,>=1.0.0b2
#override azure-keyvault-secrets azure-core<2.0.0,>=1.0.0b2
#override azure-cosmos azure-core<2.0.0,>=1.0.0b3
#override azure-eventhub-checkpointstoreblob-aio azure-storage-blob<=12.0.0b4,>=12.0.0b2
#override azure-eventhub-checkpointstoreblob-aio aiohttp<4.0,>=3.0
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.