Fix advanced options for CMS and MSSQL (#22708)

This commit is contained in:
Cheena Malhotra
2023-04-13 19:21:42 -07:00
committed by GitHub
parent 91ea2b43d6
commit bb3ddc7364
4 changed files with 133 additions and 44 deletions

View File

@@ -1198,20 +1198,6 @@
"isArray": false,
"showOnConnectionDialog": true
},
{
"specialValueType": null,
"isIdentity": false,
"name": "attachedDBFileName",
"displayName": "%mssql.connectionOptions.attachedDBFileName.displayName%",
"description": "%mssql.connectionOptions.attachedDBFileName.description%",
"groupName": "%mssql.connectionOptions.groupName.source%",
"valueType": "string",
"defaultValue": null,
"objectType": null,
"categoryValues": null,
"isRequired": false,
"isArray": false
},
{
"specialValueType": null,
"isIdentity": false,
@@ -1371,8 +1357,8 @@
"isIdentity": false,
"name": "attachDbFilename",
"displayName": "%mssql.connectionOptions.attachDbFilename.displayName%",
"description": null,
"groupName": null,
"description": "%mssql.connectionOptions.attachDbFilename.description%",
"groupName": "%mssql.connectionOptions.groupName.source%",
"valueType": "string",
"defaultValue": null,
"objectType": null,

View File

@@ -109,12 +109,12 @@
"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.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": "Attestation URL",
"mssql.connectionOptions.enclaveAttestationUrl.description": "Specifies an endpoint for attesting a server-side enclave used with Always Encrypted with secure enclaves",
"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.",
"mssql.connectionOptions.encrypt.categoryValues.strict": "Strict",
@@ -126,8 +126,6 @@
"mssql.connectionOptions.hostNameInCertificate.description": "Indicates the host name specified in TLS certificate that will be used by SQL Server to validate server certificate. When not specified, the server name is used by default for certificate validation.",
"mssql.connectionOptions.trustServerCertificate.displayName": "Trust server certificate",
"mssql.connectionOptions.trustServerCertificate.description": "When true (and encrypt=true), SQL Server uses SSL encryption for all data sent between the client and server without validating the server certificate. This property is not supported with Encrypt=Strict.",
"mssql.connectionOptions.attachedDBFileName.displayName": "Attached DB file name",
"mssql.connectionOptions.attachedDBFileName.description": "The name of the primary file, including the full path name, of an attachable database",
"mssql.connectionOptions.contextConnection.displayName": "Context connection",
"mssql.connectionOptions.contextConnection.description": "When true, indicates the connection should be from the SQL server context. Available only when running in the SQL Server process",
"mssql.connectionOptions.port.displayName": "Port",
@@ -150,6 +148,7 @@
"mssql.connectionOptions.replication.displayName": "Replication",
"mssql.connectionOptions.replication.description": "Used by SQL Server in Replication",
"mssql.connectionOptions.attachDbFilename.displayName": "Attach DB filename",
"mssql.connectionOptions.attachDbFilename.description": "The name of the primary file, including the full path name, of an attachable database",
"mssql.connectionOptions.failoverPartner.displayName": "Failover partner",
"mssql.connectionOptions.failoverPartner.description": "The name or network address of the instance of SQL Server that acts as a failover partner",
"mssql.connectionOptions.multiSubnetFailover.displayName": "Multi subnet failover",