mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Address Secure enclaves feedback to show required indicator optionally (#22428)
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user