Address Secure enclaves feedback to show required indicator optionally (#22428)

This commit is contained in:
Cheena Malhotra
2023-03-24 09:57:32 -07:00
committed by GitHub
parent ad6c202e34
commit d5c495f05a
6 changed files with 84 additions and 20 deletions

View File

@@ -1048,7 +1048,8 @@
"dependentOptionActions": [
{
"optionName": "attestationProtocol",
"action": "hide"
"action": "hide",
"required": true
}
]
}
@@ -1089,7 +1090,8 @@
"dependentOptionActions": [
{
"optionName": "enclaveAttestationUrl",
"action": "hide"
"action": "hide",
"required": true
}
]
}

View File

@@ -112,14 +112,14 @@
"mssql.connectionOptions.currentLanguage.description": "The SQL Server language record name",
"mssql.connectionOptions.columnEncryptionSetting.displayName": "Always Encrypted",
"mssql.connectionOptions.columnEncryptionSetting.description": "Enables or disables Always Encrypted for the connection",
"mssql.connectionOptions.secureEnclaves.displayName": "Secure Enclaves",
"mssql.connectionOptions.secureEnclaves.description": "Enables or disables Secure Enclaves for the connection",
"mssql.connectionOptions.enclaveAttestationProtocol.displayName": "Attestation Protocol",
"mssql.connectionOptions.secureEnclaves.displayName": "Secure enclaves",
"mssql.connectionOptions.secureEnclaves.description": "Enables or disables Secure enclaves for the connection",
"mssql.connectionOptions.enclaveAttestationProtocol.displayName": "Attestation protocol",
"mssql.connectionOptions.enclaveAttestationProtocol.description": "Specifies a protocol for attesting a server-side enclave used with Always Encrypted with secure enclaves",
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS": "Azure Attestation",
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS": "Host Guardian Service",
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.None": "None",
"mssql.connectionOptions.enclaveAttestationUrl.displayName": "Enclave Attestation URL",
"mssql.connectionOptions.enclaveAttestationUrl.displayName": "Attestation URL",
"mssql.connectionOptions.enclaveAttestationUrl.description": "Specifies an endpoint for attesting a server-side enclave used with Always Encrypted with secure enclaves",
"mssql.connectionOptions.encrypt.displayName": "Encrypt",
"mssql.connectionOptions.encrypt.description": "When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards.",