Skip to content

Commit 0aff3eb

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 3616d10 commit 0aff3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata description = 'Bicep template to deploy the Content Processing Solution
77
// ========== Parameters ========== //
88
@minLength(3)
99
@maxLength(20)
10-
@description('Required. Name of the solution to deploy. This should be 3-20 characters long:')
10+
@description('Required. Name of the solution to deploy. This should be 3-20 characters long.')
1111
param solutionName string = 'cps'
1212
@description('Optional. Location for all Resources.')
1313
param location string = resourceGroup().location

0 commit comments

Comments
 (0)