Resource type "Microsoft.DBforPostgreSQL/serverGroupsv2@2020-10-05-privatepreview" does not have types available.bicep(BCP081) #2532
-
|
Does Bicep support all APIs? Seems it cannot create Postgres Hyperscale (Citus) server group
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Bicep allows you to deploy all resource types, but sometimes we do not have type information because it has not been published by the relevant resource provider. We specifically throw a warning for this and not an error, as you are still able to deploy it. The warning tells you that we cannot validate the properties of that resource. Do you mind adding this one to #784 so we can keep track of it? |
Beta Was this translation helpful? Give feedback.
Bicep allows you to deploy all resource types, but sometimes we do not have type information because it has not been published by the relevant resource provider. We specifically throw a warning for this and not an error, as you are still able to deploy it. The warning tells you that we cannot validate the properties of that resource.
Do you mind adding this one to #784 so we can keep track of it?