Wrong inference of azure storage table entity value type
Open
act-codegen-extensibility-squad
CosmosDB Table
Service Attention
Storage
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Describe the bug**
If I insert an entity value "123_456.1" using `az storage entity insert`, "123456.1" is actually inserted. I think az cli infers the type, and converts it to a numeric type.
**To Reproduce**
```
az storage entity insert ... --entity PartitionKey=PartitionKey RowKey=1 'Name=123_456.1'
```
**Expected behavior**
`123_456.1` should be inserted.
**Environment summary**
```
az --version
azure-cli 2.13.0
core 2.13.0
telemetry 1.0.6
Extensions:
azure-devops 0.18.0
```
**Additional context**
looks like this might be related to #8032 .
Contributor guide
Assessment
This issue has not been assessed yet.