File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments