mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Add support for Azure Functions (#28566)
* add template for az func * (wip) add basic azure functions support * add support to add app settings to azure function * add support for updating based off of app settings * add integration tests and refactor required param * support check mode and add facts module * add test for azure functions facts module * add necessary checks and registrations for web client * fix documentation * change return type from complex to dict * disable azure_rm_functionapp tests until stable * remove dict comprehension for py2.6 * pepe has whitespace tumor
This commit is contained in:
parent
ef660f87b0
commit
8a6ae51f90
7 changed files with 610 additions and 1 deletions
2
test/integration/targets/azure_rm_functionapp/aliases
Normal file
2
test/integration/targets/azure_rm_functionapp/aliases
Normal file
|
@ -0,0 +1,2 @@
|
|||
cloud/azure
|
||||
destructive
|
Loading…
Add table
Add a link
Reference in a new issue