inspec-azure icon indicating copy to clipboard operation
inspec-azure copied to clipboard

Add azure_network_privateEndpoints resource type

Open kgopi1 opened this issue 1 year ago • 0 comments

Detailed Description

Azure resources can have private endpoints , most of the resources will have it in properties.privateEndpointConnections details to query.

But few resources properties doesnt include . hence we need have sepearate resource like azure_network_privateEndpoints whose type is 'Microsoft.Network/privateEndpoints. Ex: Azure Data factory.

Context

This resource is required to test private endpoint connections .

Possible Implementation

Create resource azure_network_privateEndpoints

kgopi1 avatar Sep 26 '23 09:09 kgopi1