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

azure_rm_storageaccount: Add allowSharedKeyAccess as option #1582

Closed sodds-eq closed 3 months ago

sodds-eq commented 4 months ago
SUMMARY

Allow more Configuration so be done for an Azure Storage Account:

Maps to: image

In the GUI under Settings->Configuration

ISSUE TYPE
COMPONENT NAME

azure_rm_storageaccount

ADDITIONAL INFORMATION

Would make it possible to enabled or disable storage account key access to the resource.

- name: create an account
  azure_rm_storageaccount:
    resource_group: myResourceGroup
    name: clh0002
    type: Standard_RAGRS
    allow_shared_key_access: false
Fred-sun commented 3 months ago

@sodds-eq Added in #1583

sodds-eq commented 3 months ago

And i see you added the other two i was looking to add as well. The Cross replication and the default authentication. Excellent!!!