File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/main/java/com/microsoft/sqlserver/jdbc Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1000,10 +1000,14 @@ private static List<String> getTrustedEndpoints() {
1000
1000
trustedEndpoints .add ("vault.azure.cn" );
1001
1001
trustedEndpoints .add ("vault.usgovcloudapi.net" );
1002
1002
trustedEndpoints .add ("vault.microsoftazure.de" );
1003
+ trustedEndpoints .add ("vault.sovcloud-api.fr" ); // France (Blue)
1004
+ trustedEndpoints .add ("vault.sovcloud-api.de" ); // Germany (Delos)
1003
1005
trustedEndpoints .add ("managedhsm.azure.net" );
1004
1006
trustedEndpoints .add ("managedhsm.azure.cn" );
1005
1007
trustedEndpoints .add ("managedhsm.usgovcloudapi.net" );
1006
1008
trustedEndpoints .add ("managedhsm.microsoftazure.de" );
1009
+ trustedEndpoints .add ("managedhsm.sovcloud-api.fr" );
1010
+ trustedEndpoints .add ("managedhsm.sovcloud-api.de" );
1007
1011
}
1008
1012
return trustedEndpoints ;
1009
1013
}
You can’t perform that action at this time.
0 commit comments