fixing disabled azure sanity tests (#40519)

* fixing azure sanity tests

* fixing sanity

* fixing some tags issues

* removed unnecessary things from managed disk

* fixed location problem

* more sanity fixes

* sanity test fixes

* final sanity fixes?

* final fixes again

* undo changes related to container instance

* removed container instance

* readd again

* fixed stupid mistake

* removed _azure from changes

* one more mistake
This commit is contained in:
Zim Kalinowski 2018-05-23 12:49:04 +08:00 committed by ansibot
parent 9bc5dd5d09
commit 8e38668285
30 changed files with 123 additions and 126 deletions

View file

@ -25,10 +25,28 @@ options:
description:
- Name of resource group
required: true
aliases:
- resource_group_name
name:
description:
- Name of the Azure Function App
required: true
location:
description:
- Valid Azure location. Defaults to location of the resource group.
version_added: 2.6
storage_account:
description:
- Name of the storage account to use.
required: true
aliases:
- storage
- storage_account_name
version_added: 2.6
app_settings:
description:
- Dictionary containing application settings
version_added: 2.6
state:
description:
- Assert the state of the Function App. Use 'present' to create or update a Function App and
@ -41,6 +59,7 @@ options:
extends_documentation_fragment:
- azure
- azure_tags
author:
- "Thomas Stringer (@tstringer)"