Skip to content

Commit e74b9d5

Browse files
author
Harmanpreet Kaur
committed
edit 2
1 parent 04f8eaa commit e74b9d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

infra/deploy_cosmos_db.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
param solutionName string
55
param solutionLocation string
66
param keyVaultName string
7-
var abbrs = loadJsonContent('./abbreviations.json')
7+
88
param accountName string
99

1010
var databaseName = 'db_conversation_history'

infra/deploy_keyvault.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
param solutionName string
55
param solutionLocation string
66
param managedIdentityObjectId string
7-
var abbrs = loadJsonContent('./abbreviations.json')
7+
88

99
param keyvaultName string
1010

infra/deploy_managed_identity.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ========== Managed Identity ========== //
22
targetScope = 'resourceGroup'
3-
var abbrs = loadJsonContent('./abbreviations.json')
3+
44

55
@minLength(3)
66
@maxLength(15)

0 commit comments

Comments
 (0)