diff options
author | Thomas Stringer <github@trstringer.com> | 2017-08-30 03:54:58 +0200 |
---|---|---|
committer | Matt Davis <nitzmahone@users.noreply.github.com> | 2017-08-30 03:54:58 +0200 |
commit | 8a6ae51f9065ce8ac78af641216a4c6fed8d4fb5 (patch) | |
tree | 601a48c271e1a4b089ca6322f450622428edfdcd /.gitignore | |
parent | Use variable for domain name (#28806) (diff) | |
download | ansible-8a6ae51f9065ce8ac78af641216a4c6fed8d4fb5.tar.xz ansible-8a6ae51f9065ce8ac78af641216a4c6fed8d4fb5.zip |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index aa351ec62b..fae5e5f50a 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ htmlcov/ .coverage # ansible-test coverage results test/units/.coverage.* +/test/integration/cloud-config-azure.yml |