Hi All, I am having an issue with creating a pulum...
# azure
m
Hi All, I am having an issue with creating a pulumi_azure_native.sql.server (python) and having this error
status code 400, {"error":{"code":"InvalidApiVersionParameter","message":"The api-version '2020-11-01-preview' is invalid. The supported versions are "..<other api versions>.."
do I need to specify the version explicitly for that to work?
c
Look at the ARM reference documentation and verify the field under the API version. https://docs.microsoft.com/en-us/azure/templates/microsoft.sql/servers?tabs=bicep If it not on latest, then you will have to specify the version in Pulumi. https://www.pulumi.com/registry/packages/azure-native/version-guide/
👍 1
m
Thank you for this reply, this solved my issue.