From cd4932f29dfc54bf251befba7e7e3d474561b3a2 Mon Sep 17 00:00:00 2001 From: Kris Baranek Date: Fri, 16 Feb 2024 19:53:13 +0100 Subject: [PATCH] Dummy change to test diff --- modules/network/ip-group/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/network/ip-group/main.bicep b/modules/network/ip-group/main.bicep index 08a30eee33..91f139c485 100644 --- a/modules/network/ip-group/main.bicep +++ b/modules/network/ip-group/main.bicep @@ -9,7 +9,7 @@ param name string @description('Optional. Location for all resources.') param location string = resourceGroup().location -@description('Optional. IpAddresses/IpAddressPrefixes in the IpGroups resource.') +@description('Optional. IpAddresses/IpAddressPrefixes in the IpGroups resource...') param ipAddresses array = [] @description('Optional. The lock settings of the service.')