Skip to content

[Reference feedback]: Insert Table Entity as Entity - Set Column Type #30974

@shanerowley-ds

Description

@shanerowley-ds

Type of issue

Other (describe below)

Reference command name

So this works

$entity = @()
$entity += "PartitionKey=$partitionKey"
$entity += "RowKey=$rowKey"
$entity += "Content=$content"
az storage entity insert -t $tableName --account-name $storageAccount --auth-mode login -e @entity

Feedback

But how do I include the odata.type per column in the entity? e.g. "Content=$content [email protected]@odata.type=Edm.Int32"? I've tried a few different things but nothing seems to work.

Page URL

No response

Content source URL

#23932

Author

No response

Document Id

No response

Metadata

Metadata

Labels

Auto-AssignAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamStorageaz storagecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-triageThis is a new issue that needs to be triaged to the appropriate team.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions