Skip to content

Commit 5885bb9

Browse files
committed
Bad πŸ€–πŸ—žοΈπŸ—žοΈπŸ—žοΈ
1 parent b2846c1 commit 5885bb9

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

β€Ženg/pipelines/common/templates/steps/update-config-file-step.ymlβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ steps:
198198
199199
$p.UseManagedSNIOnWindows=[System.Convert]::ToBoolean("${{parameters.UseManagedSNIOnWindows }}")
200200
$p.SupportsIntegratedSecurity=[System.Convert]::ToBoolean("${{parameters.SupportsIntegratedSecurity }}")
201-
$p.SupportsFileStream=[System.Convert]::ToBoolean("${{parameters.SupportsFileStream }}")
202201
$p.ManagedIdentitySupported=[System.Convert]::ToBoolean("${{parameters.ManagedIdentitySupported }}")
203202
$p.IsAzureSynapse=[System.Convert]::ToBoolean("${{parameters.IsAzureSynapse }}")
204203
$p.IsDNSCachingSupportedTR=[System.Convert]::ToBoolean("${{parameters.IsDNSCachingSupportedTR }}")

β€Žsrc/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities/Config.csβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public class Config
3434
public string? AzureKeyVaultURL = null;
3535
public string? AzureKeyVaultTenantId = null;
3636
public bool SupportsIntegratedSecurity = false;
37-
public bool SupportsFileStream = false;
3837
public string? LocalDbAppName = null;
3938
public string? LocalDbSharedInstanceName = null;
4039
public string? FileStreamDirectory = null;
@@ -45,10 +44,8 @@ public class Config
4544
public bool IsDNSCachingSupportedCR = false; // this is for the control ring
4645
public bool IsDNSCachingSupportedTR = false; // this is for the tenant ring
4746
public string? EnclaveAzureDatabaseConnString = null;
48-
public bool IsAzureSynapse = false;
4947
public bool ManagedIdentitySupported = true;
5048
public string? UserManagedIdentityClientId = null;
51-
public string? WorkloadIdentityFederationServiceConnectionId = null;
5249
public string? PowerShellPath = null;
5350
public string? AliasName = null;
5451
public string? KerberosDomainPassword = null;

0 commit comments

Comments
Β (0)