Skip to content

Commit

Permalink
Dummy change to test diff
Browse files Browse the repository at this point in the history
  • Loading branch information
krbar committed Feb 16, 2024
1 parent cd4932f commit bd9c1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/network/public-ip-address/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bd9c1d1

Please sign in to comment.