summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Stringer <github@trstringer.com>2017-08-29 21:54:58 -0400
committerMatt Davis <nitzmahone@users.noreply.github.com>2017-08-29 18:54:58 -0700
commit8a6ae51f9065ce8ac78af641216a4c6fed8d4fb5 (patch)
tree601a48c271e1a4b089ca6322f450622428edfdcd /.gitignore
parentef660f87b012fb2b2ef388f41a9b6520e6a65ded (diff)
downloadansible-8a6ae51f9065ce8ac78af641216a4c6fed8d4fb5.tar.gz
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--.gitignore1
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