Skip to content

Support numeric types other than 32bit integers #486

@onionhammer

Description

@onionhammer

Bicep version
v0.1.37-alpha

Describe the bug
When I try to add a parameter that takes a large input ,like the following, i receive an error
Error BCP010: Expected a valid 32-bit signed integer

param sqlMaxSize int {
    default: 2147483648
}

However, 'maxSizeBytes' of Microsft.Sql/servers/databases allows larger than 32-bit int

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions