This website requires JavaScript.
Explore
Help
Sign In
a-c-m
/
community.general
mirror of
https://github.com/ansible-collections/community.general.git
Watch
1
Star
0
Fork
You've already forked community.general
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2e2cfa6232
community.general
/
test
/
integration
/
targets
/
azure_rm_functionapp
/
aliases
4 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
2017-08-30 01:54:58 +00:00
cloud/azure
fixing function app test (#37687)
2018-03-22 03:58:28 +00:00
posix/ci/cloud/group2/azure
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
2017-08-30 01:54:58 +00:00
destructive