azure
azure copied to clipboard
Add new module azure_rm_afdrules to support Azure Frontdoor Standard and Premium
SUMMARY
This module manages Frontdoor Rules for the Standard and Premium services. I propose building this as a separate module in lieu of complicating the azure_cdn_profile module so as to make the management of each of the elements easier. Azure Frontdoor is quite complex, so matching the modules with the Python SDK APIs seems to be the prudent design choice.
Continues to work on https://github.com/ansible-collections/azure/issues/1041 This does not complete this issue, yet.
ISSUE TYPE
- New Module Pull Request
COMPONENT NAME
Module: azure_rm_afdrules
ADDITIONAL INFORMATION
Provides the ability to manage Rules, per the Python SDK here: https://learn.microsoft.com/en-us/python/api/azure-mgmt-cdn/azure.mgmt.cdn.operations.rulesoperations?view=azure-python
Integration Tests: passed Sanity Tests: passed