ansible-collections / azure

Development area for Azure Collections
https://galaxy.ansible.com/azure/azcollection
GNU General Public License v3.0
238 stars 317 forks source link

Add azure-mgmt-frontdoor to enable WAF functionality #1607

Open jartoo opened 2 weeks ago

jartoo commented 2 weeks ago
SUMMARY

Adding azure-mgmt-frontdoor==1.2.0 (latest version) to enable future pull requests for Azure Frontdoor Web Application Framekwork

Continues to work on https://github.com/ansible-collections/azure/issues/1041 This does not complete this issue, yet.

ISSUE TYPE
COMPONENT NAME

Add azure-mgmt-frontdoor==1.2.0 to requirements.txt to enable Frontdoor WAF in future pull requests.

ADDITIONAL INFORMATION
Fred-sun commented 6 days ago

@jartoo No module depends on this package, so why add this package?

jartoo commented 23 hours ago

I was adding this to cover the upcoming azure_rm_frontdoorpolicy.py module, which will cover the WAF functionality for Standard and Premium FD services. I can pull this down and submit with the module itself. I just didn't know if you wanted to vet the separately since it is a new add...