Skip to content

Commit

Permalink
Removed dummy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
krbar committed Feb 18, 2024
1 parent 41e37c5 commit f26cf22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/network/ip-group/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
Expand Down
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 f26cf22

Please sign in to comment.