Skip to content

Commit 3a0f9d2

Browse files
Update prefix parameter default value in Bicep and JSON files
1 parent 2189a2e commit 3a0f9d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ param azureOpenAILocation string = 'eastus2' // The location used for all deploy
3333
@minLength(3)
3434
@maxLength(20)
3535
@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.')
36-
param prefix string = 'macaeatemplate'
36+
param prefix string = 'macae'
3737

3838
@description('Tags to apply to all deployed resources')
3939
param tags object = {}

infra/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.34.44.8038",
9-
"templateHash": "17842743346739787743"
9+
"templateHash": "7719893060553487435"
1010
}
1111
},
1212
"parameters": {
@@ -50,7 +50,7 @@
5050
},
5151
"prefix": {
5252
"type": "string",
53-
"defaultValue": "macaeatemplate",
53+
"defaultValue": "macae",
5454
"minLength": 3,
5555
"maxLength": 20,
5656
"metadata": {

0 commit comments

Comments
 (0)