Azure / azure_preview_modules

Azure preview modules for Ansible
https://galaxy.ansible.com/azure/azure_preview_modules
43 stars 49 forks source link

azure_rm_keyvault module not update access_policies for a keyvault #370

Closed Eugen1987 closed 4 years ago

Eugen1987 commented 4 years ago

Hi.

When we try to update access policies the module not update it:

when we change the access_policies like this :

    access_policies:
      - tenant_id: "{{ t }}"
        object_id: "{{ oid }}"
        keys:
          - encrypt
        certificates:
          - get
        secrets:
          - get

the module not update it.

Fred-sun commented 4 years ago

@Eugen1987 Thank you for taking the time to report this question. We will ansible 's azure module related Issue and PR is transferred to azure collection (https://github.com/ansible-collections/azure/issues), you can transfer the Issue to azure collection repo?

Eugen1987 commented 4 years ago

oks, i will transfer it

Eugen1987 commented 4 years ago

transfered to collection-azure : azure_rm_keyvault module does not update access_policies for a keyvault #56