Skip to content

Commit 4dcbd3e

Browse files
updated
1 parent b3f63d6 commit 4dcbd3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Deployment/resourcedeployment.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,8 @@ class DeploymentResult {
445445
$this.AzGPTEmbeddingModelId = Get-DeploymentOutputValue -outputs $deploymentOutputs -primaryKey "aZ_GPT_EMBEDDING_MODEL_ID" -fallbackKey "azGptEmbeddingModelId"
446446

447447
# App Configuration
448-
$this.AzAppConfigEndpoint = Get-DeploymentOutputValue -outputs $deploymentOutputs -primaryKey "AZURE_APP_CONFIG_ENDPOINT" -fallbackKey "azureAppConfigEndpoint"
449-
$this.AzAppConfigName = Get-DeploymentOutputValue -outputs $deploymentOutputs -primaryKey "AZURE_APP_CONFIG_NAME" -fallbackKey "azureAppConfigName"
448+
$this.AzAppConfigEndpoint = Get-DeploymentOutputValue -outputs $deploymentOutputs -primaryKey "azurE_APP_CONFIG_ENDPOINT" -fallbackKey "azureAppConfigEndpoint"
449+
$this.AzAppConfigName = Get-DeploymentOutputValue -outputs $deploymentOutputs -primaryKey "azurE_APP_CONFIG_NAME" -fallbackKey "azureAppConfigName"
450450
}
451451
}
452452

0 commit comments

Comments
 (0)