We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3616d10 commit 0aff3ebCopy full SHA for 0aff3eb
infra/main.bicep
@@ -7,7 +7,7 @@ metadata description = 'Bicep template to deploy the Content Processing Solution
7
// ========== Parameters ========== //
8
@minLength(3)
9
@maxLength(20)
10
-@description('Required. Name of the solution to deploy. This should be 3-20 characters long:')
+@description('Required. Name of the solution to deploy. This should be 3-20 characters long.')
11
param solutionName string = 'cps'
12
@description('Optional. Location for all Resources.')
13
param location string = resourceGroup().location
0 commit comments