Skip to content

Commit 98217fa

Browse files
author
Seth
committed
Infra - added password requirements to param desc
1 parent 639de2d commit 98217fa

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
@@ -27,7 +27,7 @@ param vmAdminUsername string = '${name}vmuser'
2727

2828
@minLength(8)
2929
@maxLength(70)
30-
@description('Specifies the password for the jump-box virtual machine. This is necessary to provide secure access to the private VNET via a jump-box VM with Bastion.')
30+
@description('Specifies the password for the jump-box virtual machine. This is necessary to provide secure access to the private VNET via a jump-box VM with Bastion. Value should be meet 3 of the following: uppercase character, lowercase character, numberic digit, special character, and NO control characters.')
3131
@secure()
3232
param vmAdminPasswordOrKey string
3333

0 commit comments

Comments
 (0)