ansible-collections / azure

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

Container instance identity #1581

Closed p3ck closed 3 weeks ago

p3ck commented 1 month ago
SUMMARY

This adds identity support to the container instance module. It also adds the ability to specify an identity to use to log into the registry specified in registry_login_server

ISSUE TYPE
COMPONENT NAME

plugins/modules/azure_rm_containerinstance.py plugins/modules/azure_rm_containerinstance_info.py

ADDITIONAL INFORMATION

Integration tests have been added to validate the module works as expected.

This PR relies on the webapp PR which moved the update_identitites method into a shared method. I will rebase this when that PR merges.

Fred-sun commented 3 weeks ago

@p3ck Please help fix the conflict in PR. I will complete the review and push for merge as soon as possible. Thank you!