mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
azure_rm_cosmosdbaccount - fix for virtual network rules (#52416)
This commit is contained in:
@@ -284,6 +284,9 @@ class AzureRMCosmosDBAccount(AzureRMModuleBase):
|
||||
id=dict(
|
||||
type='str',
|
||||
required=True
|
||||
),
|
||||
ignore_missing_vnet_service_endpoint=dict(
|
||||
type='bool'
|
||||
)
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user