From 9b52e16fdce3cca9b123a70b96e5b78df76ed719 Mon Sep 17 00:00:00 2001 From: physc <34573402+physc@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:11:39 +0100 Subject: [PATCH] Update azurepolicy.json --- .../azurepolicy.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policyDefinitions/SQL/audit-private-endpoint-connections-setting-for-azure-sql-database/azurepolicy.json b/policyDefinitions/SQL/audit-private-endpoint-connections-setting-for-azure-sql-database/azurepolicy.json index 85524d9c..127fdb40 100644 --- a/policyDefinitions/SQL/audit-private-endpoint-connections-setting-for-azure-sql-database/azurepolicy.json +++ b/policyDefinitions/SQL/audit-private-endpoint-connections-setting-for-azure-sql-database/azurepolicy.json @@ -41,6 +41,10 @@ }, { "field": "Microsoft.Sql/servers/privateEndpointConnections/privateLinkServiceConnectionState.status", + "equals": "Approved" + }, + { + "field": "Microsoft.Sql/servers/privateEndpointConnections/provisioningState", "equals": "Ready" } ]