Skip to content

Commit 7b2174f

Browse files
committed
User Story 38467: Backport mac server name fix
- Removed macOS Azure SQL test configuration that uses service principal based auth that our Azure tenant no longer supports.
1 parent 34eceae commit 7b2174f

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

eng/pipelines/dotnet-sqlclient-ci-core.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -465,26 +465,3 @@ stages:
465465
UserManagedIdentityClientId: $(UserManagedIdentityClientId)
466466
LocalDbAppName: $(LocalDbAppName)
467467
LocalDbSharedInstanceName: $(LocalDbSharedInstanceName)
468-
469-
# Azure Sql Server - Mac
470-
mac_azure_sql:
471-
pool: $(defaultHostedPoolName)
472-
hostedPool: true
473-
images:
474-
MacOSLatest_Azure_Sql: macos-latest
475-
TargetFrameworks: ${{parameters.targetFrameworksLinux }}
476-
netcoreVersionTestUtils: ${{parameters.netcoreVersionTestUtils }}
477-
buildPlatforms: [AnyCPU]
478-
testSets: ${{parameters.testSets }}
479-
useManagedSNI: [true]
480-
codeCovTargetFrameworks: ${{parameters.codeCovTargetFrameworks }}
481-
configSqlFor: azure
482-
operatingSystem: Mac
483-
configProperties:
484-
# config.json properties
485-
TCPConnectionString: $(AZURE_DB_SP_TCP_CONN_STRING)
486-
NPConnectionString: $(AZURE_DB_SP_NP_CONN_STRING)
487-
SupportsIntegratedSecurity: false
488-
ManagedIdentitySupported: false
489-
LocalDbAppName: $(LocalDbAppName)
490-
LocalDbSharedInstanceName: $(LocalDbSharedInstanceName)

0 commit comments

Comments
 (0)