Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
ormetadata
  • Loading branch information
tasherif-msft committed Jan 7, 2021
commit fc7f9839c36cb34a514261d6a6b4263bb9e6cf5e
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ class BlobItemInternal(msrest.serialization.Model):
'properties': {'key': 'Properties', 'type': 'BlobPropertiesInternal'},
'metadata': {'key': 'Metadata', 'type': 'BlobMetadata'},
'blob_tags': {'key': 'BlobTags', 'type': 'BlobTags'},
'object_replication_metadata': {'key': 'ObjectReplicationMetadata', 'type': '{str}'},
'object_replication_metadata': {'key': 'OrMetadata', 'type': '{str}'},
}
_xml_map = {
'name': 'Blob'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class BlobItemInternal(msrest.serialization.Model):
'properties': {'key': 'Properties', 'type': 'BlobPropertiesInternal'},
'metadata': {'key': 'Metadata', 'type': 'BlobMetadata'},
'blob_tags': {'key': 'BlobTags', 'type': 'BlobTags'},
'object_replication_metadata': {'key': 'ObjectReplicationMetadata', 'type': '{str}'},
'object_replication_metadata': {'key': 'OrMetadata', 'type': '{str}'},
}
_xml_map = {
'name': 'Blob'
Expand Down