Skip to content

[Storage] az storage entity: Support specifying EdmType for --entity#22060

Merged
evelyn-ys merged 2 commits intoAzure:devfrom
evelyn-ys:storage_entity_edmType
Apr 15, 2022
Merged

[Storage] az storage entity: Support specifying EdmType for --entity#22060
evelyn-ys merged 2 commits intoAzure:devfrom
evelyn-ys:storage_entity_edmType

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 SizeInBytes@odata.type=Edm.Int64 binaryProperty=AAECAwQF binaryProperty@odata.type=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