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

Make Entity subclass of dict #22

Closed
huguesv opened this issue Aug 20, 2015 · 3 comments
Closed

Make Entity subclass of dict #22

huguesv opened this issue Aug 20, 2015 · 3 comments

Comments

@huguesv
Copy link
Contributor

huguesv commented Aug 20, 2015

We should integrate this change:
Azure/azure-sdk-for-python#411

We already allow passing dicts or Entity objects into azure storage, but for queries, we always return Entity objects. This change lets the user access the entity objects as dicts.

@huguesv
Copy link
Contributor Author

huguesv commented Aug 20, 2015

Note that we can get rid of the WindowsAzureData base class, and just derive from dict.
In serialization code, we can remove the check if it's a dict or an entity object, since they are all dicts.

@jehine-MSFT
Copy link
Contributor

Hello @Philmist,

@emgerner-msft merged the suggested fix. A build with this fix will go out with the next major release.

Thanks for the feedback!

@jehine-MSFT
Copy link
Contributor

Hello @Philmist,

We have released the 0.30 version (#132) which addressed this feature request. If you have issues with the new version in regards to this issue, please reopen it and continue the discussion.

Thanks!

zezha-msft added a commit that referenced this issue Aug 1, 2019
* [Blob][BatchSetTier]Batch Set BlockBlob Tier API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants