[BUG] Azure.Provisioning.OperationalInsights DailyQuotaInGB generated as string instead of int #48249
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Provisioning
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Library name and version
Azure.Provisioning.OperationalInsights
Describe the bug
When defining a log analytics workspace like this:
The generated bicep results in:
dailyQuotaGb should be an int, instead of a string.
DailyQuotaInGB is actually defined as a double in the SDK, probably needs to be changed to int :)
private BicepValue<double>? _dailyQuotaInGB;
Expected behavior
dailyQuotaGb should be an int in the output bicep
Actual behavior
dailyQuotaGb is a string in the output bicep
Reproduction Steps
Environment
No response
The text was updated successfully, but these errors were encountered: