File tree Expand file tree Collapse file tree
eng/pipelines/common/templates/steps
src/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}")
Original file line number Diff line number Diff 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 ;
You canβt perform that action at this time.
0 commit comments