You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trying to define an Azure Sql database that uses the serveless model, so has properties corresponding to min number of vCores. Looking at the properties in the ARM json definition (and in the azure portal) there is a `minCapacity`` property which is a deimal e.g '0.5':
Ah I notice the proper route for this type of thing was to comment on the following issue instead - and found that someone had already raised this issue as a comment: #784 (comment)
Feel free to close as long as you have it tracked!
Bicep version
Bicep CLI version 0.13.1 (e3ac80d)
Describe the bug
Trying to define an Azure Sql database that uses the serveless model, so has properties corresponding to min number of vCores. Looking at the properties in the ARM json definition (and in the azure portal) there is a `minCapacity`` property which is a deimal e.g '0.5':
Yet in my bicep template, this property is typed as an
int
How am I meant to set this?
To Reproduce
As above
Additional context
Trying to deploy a sql database that has min vCores specified.
The text was updated successfully, but these errors were encountered: