-
Notifications
You must be signed in to change notification settings - Fork 332
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
New module: azure_rm_notificationhub #496
New module: azure_rm_notificationhub #496
Conversation
@praveenghuge Thanks for your contribution! I'm working in! |
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.
@praveenhuge There is no content in aliase.
cloud/azure
shippable/azure/group10
destructive
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.
@praveenghuge You can also check for sanity problems in PR via links(https://docs.ansible.com/ansible/latest/dev_guide/testing_sanity.html)! Thank you very much!
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.
@praveenghuge Please increase update and get block to your playbook --tests/integration/targets/azure_rm_notificationhub/tasks/main.yml . Anyway, please share the result of you execute "tests/integration/targets/azure_rm_notificationhub/tasks/main.yml". Thank you very much!
i was not able to run integration test on local adding the output the test we performed while creating the resources on azure portal create namespace playbook:
output
|
playbook
output
|
playbook
output
|
playbook
output
|
playbook
output
|
@Fred-sun addressed the changes requested. |
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.
@Fred-sun addressed the changes requested.
Thanks for the review 👍
@praveenghuge I have been busy with upgrade Python versions recently. Sorry for not replying in time! Thank you very much!
Hi @Fred-sun can you please review the PR. |
tests/integration/targets/azure_rm_notificationhub/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/azure_rm_notificationhub/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/azure_rm_notificationhub/tasks/main.yml
Outdated
Show resolved
Hide resolved
@praveenghuge The test case needs to make minor changes. Thank you very much! |
@praveenghuge Please help to resolve the conflict file and make a minor changes for the playbook! Thank you very much! |
Hi @Fred-sun can you please review the PR. addressed the changes |
tests/integration/targets/azure_rm_notificationhub/tasks/main.yml
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
@praveenghuge Please delete azure_rm_expressrouter_info.py, This PR relate with azure_rm_notification* module! Thank you very much! |
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.
@praveenghuge One last update requirement! please!
@Fred-sun updated the latest version |
@praveenghuge Great! Waiting merged! |
@Fred-sun can we merge this? if there is something to work on will pick up. Thanks |
@praveenghuge Recently, delayed the merger. I will push the merger as soon as possible! Thank you very much! |
LGTM |
* notification hub changes * integration changes * new changes * remaining changes * remaining changes * address changes * address changes * minor change * address comments * fixing update account_enabled bug in azure_rm_aduser.py (ansible-collections#524) * fixing ad related auth issue when using service pricinpal. (ansible-collections#525) * change class name of azure_rm_aduser (ansible-collections#526) * class are worngly named. fixed. * fixing sanity errors. * address changes * address changes * address changes * address changes * address changes * address changes * address changes * address changes * address changes * address changes * address changes * address changes * address changes * update version Co-authored-by: Praveen Ghuge <pravin94ghuge@gmail.com> Co-authored-by: haiyuan_zhang <haiyuan.zhang1982@gmail.com> Co-authored-by: Praveen Ghuge <praghuge@in.ibm.com>
SUMMARY
This module introduces a wide variety of configurations for creating a Notification Hub Namespace and Notification Hub on Azure.
Create Notification Hub Namespace on Azure.
Create Notification Hub on Azure.
Update Notification Hub Namespace on Azure.
Update Notification Hub on Azure.
Delete Notification Hub Namespace on Azure.
Delete Notification Hub on Azure.
Get Notification Hub Namespace on Azure.
Get Notification Hub on Azure.
ISSUE TYPE
New Module Pull Request
COMPONENT NAME
azure_rm_notificationhub
ADDITIONAL INFORMATION
This module allows users to create/update or delete the Notification Hub Namespace and Notification Hub on Azure.
It also provides all the parameters given by:
https://docs.microsoft.com/en-us/azure/templates/microsoft.notificationhubs/namespaces?tabs=json
https://docs.microsoft.com/en-us/azure/templates/microsoft.notificationhubs/namespaces/notificationhubs?tabs=json
More information