mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
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:
@@ -46,6 +46,15 @@ options:
|
||||
description:
|
||||
- "The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resour
|
||||
ce. Possible values include: 'SystemAssigned'"
|
||||
state:
|
||||
description:
|
||||
- Assert the state of the SQL server. Use 'present' to create or update a server and
|
||||
'absent' to delete a server.
|
||||
default: present
|
||||
choices:
|
||||
- absent
|
||||
- present
|
||||
version_added: "2.6"
|
||||
|
||||
extends_documentation_fragment:
|
||||
- azure
|
||||
|
||||
Reference in New Issue
Block a user