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] az storage entity: Support specifying EdmType for --entity #22060

Merged
merged 2 commits into from
Apr 15, 2022

Conversation

evelyn-ys
Copy link
Member

Description

Support EdnType for storage entity to fix #22018

Testing Guide

az storage entity insert -e PartitionKey=AAA RowKey=BBBB SizeInBytes=86222504922 [email protected]=Edm.Int64 binaryProperty=AAECAwQF [email protected]=Edm.Binary -t ystable --account-name yssa --auth-mode login
az storage entity show --partition-key AAA --row-key BBBB -t ystable --account-name yssa --auth-mode login

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 Apr 14, 2022
@ghost ghost requested a review from yonzhan April 14, 2022 06:56
@ghost ghost assigned evelyn-ys Apr 14, 2022
@ghost ghost added this to the Apr 2022 (2022-04-26) milestone Apr 14, 2022
@ghost ghost added the Storage az storage label Apr 14, 2022
@yonzhan
Copy link
Collaborator

yonzhan commented Apr 14, 2022

Storage

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 insert trying cast value as int32 when odata.type=Edm.Int64
3 participants