Skip to content

Commit 773a704

Browse files
Merge pull request microsoft#324 from microsoft/psl-envname-length
fix: updated the description for environment name
2 parents 9d70824 + a1764d7 commit 773a704

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

infra/main.bicep

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ targetScope = 'resourceGroup'
33

44
@minLength(3)
55
@maxLength(20)
6-
@description('A unique prefix for all resources in this deployment. This should be 3-10 characters long:')
6+
@description('A unique prefix for all resources in this deployment. This should be 3-20 characters long:')
77
param environmentName string
88

9-
10-
119
@metadata({
1210
azd: {
1311
type: 'location'

infra/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.34.1.11899",
8-
"templateHash": "6939886522036033725"
8+
"templateHash": "10534846592360054965"
99
}
1010
},
1111
"parameters": {
@@ -14,7 +14,7 @@
1414
"minLength": 3,
1515
"maxLength": 20,
1616
"metadata": {
17-
"description": "A unique prefix for all resources in this deployment. This should be 3-10 characters long:"
17+
"description": "A unique prefix for all resources in this deployment. This should be 3-20 characters long:"
1818
}
1919
},
2020
"secondaryLocation": {

0 commit comments

Comments
 (0)