Skip to content

Commit 4b22c86

Browse files
update
1 parent 894a00e commit 4b22c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keyvault/AzureKeyVaultKeyValueAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ export class AzureKeyVaultKeyValueAdapter implements IKeyValueAdapter {
8181
}
8282

8383
function buildKeyVaultReferenceErrorMessage(setting: ConfigurationSetting, secretIdentifier?: string ): string {
84-
return `Failed to resolve Key Vault reference. Key: '${setting.key}' Label: '${setting.label ?? ""}' ETag: '${setting.etag ?? ""}' SecretIdentifier: '${secretIdentifier ?? ""}'`;
84+
return `Failed to resolve Key Vault reference. Key: '${setting.key}' Label: '${setting.label ?? ""}' ETag: '${setting.etag ?? ""}' ${secretIdentifier ? ` SecretIdentifier: '${secretIdentifier}'` : ""}`;
8585
}

0 commit comments

Comments
 (0)