azure icon indicating copy to clipboard operation
azure copied to clipboard

azure.azcollection.azure_rm_adgroup module Should allow for setting the description of the group #1485 > Only a partial Fix. Will not update existing groups.

Open hematic opened this issue 10 months ago • 1 comments

SUMMARY

I reported an issue that description should be supported. This was approved and fixed. Works perfectly for new groups that are created.

However for existing groups with no description, ansible will just show "OK" and doesn't believe a change is necessary. This means the field can't be updated on existing groups.

ISSUE TYPE
  • Bug Report
COMPONENT NAME

azure.azcollection.azure_rm_adgroup

ANSIBLE VERSION

COLLECTION VERSION
azure.azcollection 2.3.0
CONFIGURATION
  tasks:
    - name: Create EntraID Group
      azure.azcollection.azure_rm_adgroup:
        tenant: "{{ azure_tenant_id }}"
        display_name: "{{ group_display_name }}"
        mail_nickname: "{{ group_mail_nickname }}"
        description: "{{ group_description }}"
        state: 'present'
OS / ENVIRONMENT
STEPS TO REPRODUCE

EXPECTED RESULTS
ACTUAL RESULTS

hematic avatar Apr 01 '24 16:04 hematic

Supported in #1530

Fred-sun avatar Apr 08 '24 10:04 Fred-sun