pulumi-azure
pulumi-azure copied to clipboard
MaxSizeBytes when creating an Elastic Pool needs to be "long" in C#
Have just tried to import an elastic pool in C# and found I couldn't since the MaxSizeBytes was too large for an int.
@lbargery, just to clarify, are you importing an existing elastic pool into Pulumi, or creating a new elastic pool? If the latter, can MaxSizeGb
be used?
Was importing an existing one (sorry should have said this!)