Skip to content

Commit 3bc16c2

Browse files
Update main.bicep
Changing max length from 10 to 20
1 parent eb97041 commit 3bc16c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@minLength(3)
2-
@maxLength(10)
2+
@maxLength(20)
33
@description('Prefix for all resources created by this template. This prefix will be used to create unique names for all resources. The prefix must be unique within the resource group.')
44
param ResourcePrefix string
55

0 commit comments

Comments
 (0)