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

[Storage] Fix #22209: az storage entity insert: Fix Edm.Boolean not working #22483

Merged
merged 1 commit into from
May 17, 2022

Conversation

evelyn-ys
Copy link
Member

Related command

az storage entity insert

Description

Fix #22209
Pick up the SDK fix for odata.type="Edm.Boolean" in Azure/azure-sdk-for-python#24290

Testing Guide

Insert an entity with boolean attribute:

az storage entity insert -t ystable --account-name yssa --if-exists replace -e PartitionKey=123 RowKey=456 Active=true Active@odata.type="Edm.Boolean"

Query the entity:

az storage entity query -t ystable --account-name yssa --filter "PartitionKey eq '123' and RowKey eq '456'"

The response should contain "Active": true instead of "Active": "true"


This checklist is used to make sure that common guidelines for a pull request are followed.

@ghost ghost added the Auto-Assign Auto assign by bot label May 17, 2022
@ghost ghost requested review from calvinhzy and yonzhan May 17, 2022 02:28
@ghost ghost assigned evelyn-ys May 17, 2022
@ghost ghost added this to the May 2022 (2022-05-24) - For Build milestone May 17, 2022
@ghost ghost added the Storage az storage label May 17, 2022
@yonzhan
Copy link
Collaborator

yonzhan commented May 17, 2022

Storage

@evelyn-ys
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@evelyn-ys evelyn-ys merged commit 44e4b40 into Azure:dev May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot Storage az storage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

az storage entity does not set Boolean type data properly
3 participants