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

Feature: Virtual Network Link for DnsForwardingRuleset #4239

Open
vronnG opened this issue Sep 3, 2024 · 1 comment
Open

Feature: Virtual Network Link for DnsForwardingRuleset #4239

vronnG opened this issue Sep 3, 2024 · 1 comment
Assignees
Labels
new-feature new-resouce-version New version of a resource ASO already supports new-resource Requests for new supported resources
Milestone

Comments

@vronnG
Copy link

vronnG commented Sep 3, 2024

Virtual Network Link for DnsForwardingRuleset

Screenshot 2024-08-29 at 1 57 12 PM and

ARM-Template

Should be able to link virtual network

---
apiVersion: network.azure.com/v1api20220701
kind: DnsForwardingRuleset
metadata:
  creationTimestamp: null
  name: xx
spec:
  azureName: xx
  dnsResolverOutboundEndpoints:
  - reference:
      armId: /subscriptions/XXXXXXX/resourceGroups/XX/providers/Microsoft.Network/dnsResolvers/xx/outboundEndpoints/xx
  location: westus3

Describe the improvement
Able to link DNS Forwarding Ruleset with Virtual Network

@matthchr matthchr self-assigned this Sep 9, 2024
@matthchr matthchr added this to the v2.10.0 milestone Sep 9, 2024
@matthchr matthchr added new-resouce-version New version of a resource ASO already supports and removed needs-triage 🔍 labels Sep 9, 2024
@matthchr
Copy link
Member

matthchr commented Sep 9, 2024

I think that we need to support a new networking API version to enable this integration. This is somewhat a duplicate of #4224, but will leave this open for now in case it's not.

@matthchr matthchr added the new-resource Requests for new supported resources label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature new-resouce-version New version of a resource ASO already supports new-resource Requests for new supported resources
Projects
Development

No branches or pull requests

2 participants