-
Notifications
You must be signed in to change notification settings - Fork 336
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
Added new module for supporting DNS recordset operations in Private DNS zone and Resolved issue #265 #286
Added new module for supporting DNS recordset operations in Private DNS zone and Resolved issue #265 #286
Conversation
Hi @Fred-sun, Could you please review this PR and provide your feedback? Thank you! |
I will start reviewing this soon! 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.
None of the parameters in the document have defined types!
"return" in the return value should be changed to "returned"!
The 72, 92, 125 lines of azure_rm_privatednsrecordset_info are repeated!
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.
Please add the following two lines in ‘tests/sanity/ignore-2.10.txt’ and ’tests/sanity/ignore-2.11.txt‘!
plugins/modules/azure_rm_privatednsrecordset.py validate-modules:doc-elements-mismatch
plugins/modules/azure_rm_privatednsrecordset.py validate-modules:invalid-ansiblemodule-schema
Done, Added these 2 lines in ‘tests/sanity/ignore-2.10.txt’ and ’tests/sanity/ignore-2.11.txt‘. Thank you |
@Fred-sun , Done, Added the changes as suggested, Please review again and let me know if any other changes are required, Thank you! |
Hi @Fred-sun, Kindly let me know if any other changes required in this PR? I have incorporated all the previous suggested changes. could you please take a look at it once and share your feedback? Thank you! |
@aparna-patil There are still many formatting errors in the document! Please refer to the link ---"https://docs.ansible.com/ansible/latest/dev_guide/testing_integration.html", the command is --"ansible-test sanity --color -v --junit”
|
Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
Hi @Fred-sun , I have corrected the documentation errors. Could you please check once and provide your feedback? Thanks. |
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.
fixes sanity errors!
Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com>
@Fred-sun Committed the suggested changes in sanity tests files |
All test pass! I will push for merge! Thank you very much! |
SUMMARY
This module introduces following DNS record sets operations for a Private DNS zone.
Fixes #265
ISSUE TYPE
COMPONENT NAME
azure_rm_privatednsrecordset
ADDITIONAL INFORMATION
This module allows to perform the create/update, delete and list operations on DNS record sets in an existing Private DNS zone. Azure API doc - https://docs.microsoft.com/en-us/rest/api/dns/privatedns/recordsets/createorupdate