-
Notifications
You must be signed in to change notification settings - Fork 62
Add new DNS API version #4583
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
base: main
Are you sure you want to change the base?
Add new DNS API version #4583
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR @alexwilcox9. Preview versions have a tendency to contain unexpected breaking changes, whether we allow preview versions to be used or not depends on several factors e.g. how popular/heavily used is the service, how pivotal is it in a customer's environment/infrastructure.
dns
is a service we would want to be really careful about not introducing unforseen breaking changes so I've asked our counterparts at Microsoft to reach out to the service team for information on whether there are plans for this to go into a stable version (in which case we would prefer to wait for that to happen instead of introducing this) and whether they can provide some assurances that this won't contain any breaking changes going forwards.
I'll let you know once we have some feedback and whether we can proceed with this.
Hi @alexwilcox9 , I’m Jingwei from the Azure Terraform PM team. Apologies for reaching out here, but I couldn’t find your alias. I noticed that the API you’re looking to onboard is currently in preview. Could you let me know if this preview version is expected to reach GA soon or if it’s stable enough with no anticipated breaking changes in the future? If it’s convenient, please ping me on Teams: jingweiwang, and we can have deeper discussions. |
Hi @Jingwei-MS I'd love to say it's about to reach GA or that it's stable but I'm afraid I don't work for Microsoft so have no access to that information |
This is also needed for hashicorp/terraform-provider-azurerm#28732 I'll also raise it with our Microsoft reps to see if a stable version is going to be available soon. |
would love to see this move forward. |
Hi team, we see that DNSSEC API is still in preview and service side cannot confirm an exact ETA for GA/releasing stable APIs, and team hasn't responded to the email thread for quite long. So the feature is now pending. |
Adds support for DS and TLSA records as well as DNSSEC support
Used in hashicorp/terraform-provider-azurerm#28213