azure
azure copied to clipboard
Invite Guest Users for module azure_rm_aduser
SUMMARY
Add feature to invite guests user by email.
ISSUE TYPE
- Feature Idea
COMPONENT NAME
azure_rm_aduser
ADDITIONAL INFORMATION
Feature as described in documentation: https://docs.microsoft.com/en-us/azure/active-directory/external-identities/b2b-quickstart-add-guest-users-portal
- name: Invite Guest User
azure_rm_aduser:
user_mail_to invite: [email protected]
state: present
tenant: "{{ tenant_id }}"
I'm curious on this one as well. From what I saw this might not be implemented in the python sdk though… https://github.com/Azure/azure-sdk-for-python/issues/2577
Hello. Thanks for your reply. I will be following the Azure Graph deprecation thread Azure-Deprecation#60
Regards
@creespow MS graph is already supported in #1112, Thanks!
@creespow AAD Graph is deprecated, we will no longer upgrade azure_rm_ad* related resource, but we will migrate to MS Graph, which is already supported in #1112, and we will close this Issue. Thanks!