ansible-collections / azure

Development area for Azure Collections
https://galaxy.ansible.com/azure/azcollection
GNU General Public License v3.0
246 stars 330 forks source link

Add Managed Identity to iothub #1615

Closed p3ck closed 3 months ago

p3ck commented 3 months ago
SUMMARY

Adds the ability to Manage Identity to the iothub module

ISSUE TYPE
COMPONENT NAME

plugins/module_utils/azure_rm_common.py plugins/modules/azure_rm_iothub.py plugins/modules/azure_rm_iothub_info.py tests/integration/targets/azure_rm_iothub/tasks/main.yml

ADDITIONAL INFORMATION

Integration tests have been updated.

This PR will be dependent on #1611 being committed first