From bd9c1d18765a2f65ce208593aba3f5869d2adc86 Mon Sep 17 00:00:00 2001 From: Kris Baranek Date: Fri, 16 Feb 2024 23:07:03 +0100 Subject: [PATCH] Dummy change to test diff --- modules/network/public-ip-address/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/network/public-ip-address/main.bicep b/modules/network/public-ip-address/main.bicep index 46fd1decb2..b9f376fcbc 100644 --- a/modules/network/public-ip-address/main.bicep +++ b/modules/network/public-ip-address/main.bicep @@ -8,7 +8,7 @@ param name string @description('Optional. Resource ID of the Public IP Prefix object. This is only needed if you want your Public IPs created in a PIP Prefix.') param publicIPPrefixResourceId string = '' -@description('Optional. The public IP address allocation method.') +@description('Optional. The public IP address allocation method...') @allowed([ 'Dynamic' 'Static'