-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Add into DNS Resolver new functionality for DNS Security Policy as part of 2023-07-01-preview release #26452
base: generation
Are you sure you want to change the base?
Conversation
️✔️Az.Accounts
❌Az.DnsResolver
|
e1bdf2c
to
c04a973
Compare
fe8ede4
to
c1fa330
Compare
c1fa330
to
e953ab8
Compare
Hi team, for the breaking change of systemData, that was removed from our class objects because it is now a part of the common inherited object now. |
May I have some help with the build issue as well? The CI/CD seems to be trying to pull from https://github.com/Azure/azure-rest-api-specs/blob/master/specification/dnsresolver/resource-manager/Microsoft.Network/preview/2023-07-01-preview/dnsresolver.json rather than the /blob/{commit_hash}/ |
require: | ||
- $(this-folder)/../../readme.azure.noprofile.md | ||
- $(this-folder)/../../../tools/SwaggerCI/readme.azure.noprofile.md |
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.
This line should be the same with original
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.
Fixed, thank you
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.
Hi @Nickcandy , i am not seeing that the CI gives the error below due to the change here:
Would you know what the reason for this is?
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. |
Note: for the breaking changes, we have since removed the properties (eg. SystemDataCreatedByType) from our models because they are now being inherited from the base azure classes. |
@jamesvoongms Do you mean it won't cause breaking actually? Additionally, I see test failure in CI. Can you please take a look? |
Description
The PR adds new functionality for DNS Security Policy including the four new resources:
Swagger Spec PR: Azure/azure-rest-api-specs#30707
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.