Azure / bicep-registry-modules

Bicep registry modules
MIT License
517 stars 363 forks source link

[AVM Module Issue]: db-for-postgre-sql private deployment no publicNetworkAccess param #3166

Open DanGiffen opened 2 months ago

DanGiffen commented 2 months ago

Check for previous/existing GitHub issues

Issue Type?

Bug

Module Name

avm/res/db-for-postgre-sql/flexible-server

(Optional) Module Version

0.2.0

Description

Unable to deploy a private server, get a conflict config error if vnet integration and private dns configured in the template. publicNetworkAccess param on latest api https://learn.microsoft.com/en-us/azure/templates/microsoft.dbforpostgresql/flexibleservers?pivots=deployment-language-bicep not available for the avm module https://github.com/Azure/bicep-registry-modules/blob/main/avm/res/db-for-postgre-sql/flexible-server/main.bicep image image

(Optional) Correlation Id

No response

microsoft-github-policy-service[bot] commented 2 months ago

[!IMPORTANT] The "Needs: Triage :mag:" label must be removed once the triage process is complete!

[!TIP] For additional guidance on how to triage this issue/PR, see the BRM Issue Triage documentation.

avm-team-linter[bot] commented 2 months ago

@DanGiffen, thanks for submitting this issue for the avm/res/db-for-postgre-sql/flexible-server module!

[!IMPORTANT] A member of the @Azure/avm-res-dbforpostgresql-flexibleserver-module-owners-bicep or @Azure/avm-res-dbforpostgresql-flexibleserver-module-contributors-bicep team will review it soon!

arnoldna commented 2 months ago

The currently deployed API version does not support public endpoints. We will need to upgrade the API version to make this feature available.

xdawxd commented 4 weeks ago

@arnoldna is there any ETA for this? My team is looking forward to the API update.