-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add new API version for DNS resolver with DNS security policy changes for 2025-05-01 #34615
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: dnsresolver-2025-05-01-ga-release
Are you sure you want to change the base?
Conversation
Next Steps to MergeNext steps that must be taken to merge this PR:
|
PR validation pipeline restarted successfully. If there is ApiView generated, it will be updated in this comment. |
/azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews
|
1 similar comment
API Change CheckAPIView identified API level changes in this PR and created the following API reviews
|
@jamesvoongms so do I understand right that all the changes here have already been ARM reviewed in one PR or another? |
"key1": "value1" | ||
}, | ||
"properties": { | ||
"domainsUrl": "/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/dnsResolverDomainLists/sampleDnsResolverDomainList/bulk", |
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.
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.
don't see any real problem here anyway
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.
I think I'm still confused about why the 'dns resolver domain links get bulk domains operation" gets you a domains url which is itself...
isn't it just ANOTHER get bulk domains operation?
if this is the uRL?
"domainsUrl": "/subscriptions/abdd4249-9f34-4cc6-8e42-c2e32110603e/resourceGroups/sampleResourceGroup/providers/Microsoft.Network/dnsResolverDomainLists/sampleDnsResolverDomainList/bulk",
is this as recursive as it sounds??
"tags": { | ||
"key1": "value1" | ||
}, | ||
"properties": {} |
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.
"$ref": "./examples/DnsResolverDomainList_Get.json" | ||
}, | ||
"Retrieve DNS resolver domain list with bulk number of domains": { | ||
"$ref": "./examples/DnsResolverDomainList_BulkDomains_Get.json" | ||
} | ||
} | ||
} |
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.
@@ -1593,6 +1654,11 @@ | |||
"type": "string" | |||
} | |||
}, |
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.
you might want to mention whether its possible to have both of these properties or if they're exclusive?
this example looks really similar to the non bulk 'DnsResolverDomainList_Get.json. Whats the difference between these two examples? Are they supposed to be the same, or different apis? Refers to: specification/dnsresolver/resource-manager/Microsoft.Network/stable/2025-05-01/examples/DnsResolverDomainList_BulkDomains_Get.json:34 in 6035cbc. [](commit_id = 6035cbc, deletion_comment = False) |
Would appreciate some further explanation of this api |
ARM (Control Plane) API Specification Update Pull Request
This is a PR that builds on our 2023-07-01-preview that introduces four new resources into the dnsresolver module.
The preview version added a new json containing an upcoming feature for DNS Security Policy. It also changes the existing API spec to use common types v5 from v2.
The changes from the preview version adds a new POST request for one of the resource DNS resolver domain list which allows a user to specify a storage URL for uploading or downloading domain lists (list of domains used by allowing or blocking DNS requests).
Previous Public Preview Review -> #30707
Other azure-rest-api-spec-pr change reviews for additions since last version:
https://github.com/Azure/azure-rest-api-specs-pr/pull/21053
https://github.com/Azure/azure-rest-api-specs-pr/pull/22230
https://github.com/Azure/azure-rest-api-specs-pr/pull/22287
Tip
Overwhelmed by all this guidance? See the
Getting help
section at the bottom of this PR description.PR review workflow diagram
Please understand this diagram before proceeding. It explains how to get your PR approved & merged.
Purpose of this PR
What's the purpose of this PR? Check the specific option that applies. This is mandatory!
Due diligence checklist
To merge this PR, you must go through the following checklist and confirm you understood
and followed the instructions by checking all the boxes:
ARM resource provider contract and
REST guidelines (estimated time: 4 hours).
I understand this is required before I can proceed to the diagram Step 2, "ARM API changes review", for this PR.
Additional information
Viewing API changes
For convenient view of the API changes made by this PR, refer to the URLs provided in the table
in the
Generated ApiView
comment added to this PR. You can use ApiView to show API versions diff.Suppressing failures
If one or multiple validation error/warning suppression(s) is detected in your PR, please follow the
suppressions guide to get approval.
Getting help
Purpose of this PR
andDue diligence checklist
.write access
per aka.ms/azsdk/access#request-access-to-rest-api-or-sdk-repositoriesNext Steps to Merge
comment. It will appear within few minutes of submitting this PR and will continue to be up-to-date with current PR state.and https://aka.ms/ci-fix.
queued
state, please add a comment with contents/azp run
.This should result in a new comment denoting a
PR validation pipeline
has started and the checks should be updated after few minutes.