From 5426b26410c9b3ca6783ccfc552274ef7b567e59 Mon Sep 17 00:00:00 2001 From: Joel Lappalainen Date: Mon, 18 Feb 2019 08:19:29 +0200 Subject: [PATCH] Fix az command to get object id (#52277) --- lib/ansible/modules/cloud/azure/azure_rm_keyvault.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_keyvault.py b/lib/ansible/modules/cloud/azure/azure_rm_keyvault.py index fe21cf1ef0f..f8601447511 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_keyvault.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_keyvault.py @@ -63,7 +63,7 @@ options: description: - "The object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies." - - Please note this is not application id. Object id can be obtained by running "az ad show sp --id ". + - Please note this is not application id. Object id can be obtained by running "az ad sp show --id ". required: True application_id: description: