You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Private Endpoint is used across the AzureRM Provider, as such when the network service gets updated, the API version specific import needs to change in every place the Private Endpoint Resource ID is referenced, as can be seen in hashicorp/terraform-provider-azurerm#23875
We should make Private Endpoint a Common ID, meaning these imports reference the commonids directory, rather than privateendpoints within a given version of the network service across the Provider - which'll reduce the churn.
Resource ID format: /subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/privateEndpoints/%s
The text was updated successfully, but these errors were encountered:
Private Endpoint is used across the AzureRM Provider, as such when the
network
service gets updated, the API version specific import needs to change in every place the Private Endpoint Resource ID is referenced, as can be seen in hashicorp/terraform-provider-azurerm#23875We should make Private Endpoint a Common ID, meaning these imports reference the
commonids
directory, rather thanprivateendpoints
within a given version of thenetwork
service across the Provider - which'll reduce the churn.Resource ID format:
/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/privateEndpoints/%s
The text was updated successfully, but these errors were encountered: