File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -465,26 +465,3 @@ stages:
465
465
UserManagedIdentityClientId : $(UserManagedIdentityClientId)
466
466
LocalDbAppName : $(LocalDbAppName)
467
467
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)
You can’t perform that action at this time.
0 commit comments