Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Common ID for Private Endpoint #195

Open
tombuildsstuff opened this issue Nov 13, 2023 · 0 comments
Open

New Common ID for Private Endpoint #195

tombuildsstuff opened this issue Nov 13, 2023 · 0 comments

Comments

@tombuildsstuff
Copy link
Contributor

tombuildsstuff commented Nov 13, 2023

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

@tombuildsstuff tombuildsstuff added good first issue Good for newcomers new-common-id and removed good first issue Good for newcomers labels Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant