@@ -366,36 +366,37 @@ stages:
366
366
LocalDbAppName : $(LocalDbAppName)
367
367
LocalDbSharedInstanceName : $(LocalDbSharedInstanceName)
368
368
369
- ${{ if eq(variables['system.pullRequest.isFork'], 'False') }} : # only run enclave jobs if the password is available
370
- windows_enclave_sql :
371
- pool : ADO-CI-AE-1ES-Pool
372
- images :
373
- Win22_Enclave_Sql19 : ADO-MMS22-SQL19
374
- TargetFrameworks : ${{parameters.targetFrameworks }}
375
- netcoreVersionTestUtils : ${{parameters.netcoreVersionTestUtils }}
376
- buildPlatforms : ${{parameters.buildPlatforms }}
377
- testSets : [AE]
378
- useManagedSNI : ${{parameters.useManagedSNI }}
379
- codeCovTargetFrameworks : ${{parameters.codeCovTargetFrameworks }}
380
- configSqlFor : enclave
381
- operatingSystem : Windows
382
- configProperties :
383
- # config.json properties
384
- TCPConnectionStringHGSVBS : $(SQL_TCP_CONN_STRING_HGSVBS)
385
- TCPConnectionStringNoneVBS : $(SQL_TCP_CONN_STRING_NoneVBS)
386
- TCPConnectionStringAASSGX : $(SQL_TCP_CONN_STRING_AASSGX)
387
- EnclaveEnabled : true
388
- AADAuthorityURL : $(AADAuthorityURL)
389
- AADServicePrincipalId : $(AADServicePrincipalId)
390
- ${{ if eq(variables['system.pullRequest.isFork'], 'False') }} :
391
- AADServicePrincipalSecret : $(AADServicePrincipalSecret)
392
- AzureKeyVaultUrl : $(AzureKeyVaultUrl)
393
- AzureKeyVaultTenantId : $(AzureKeyVaultTenantId)
394
- SupportsIntegratedSecurity : $(SupportsIntegratedSecurity)
395
- UserManagedIdentityClientId : $(UserManagedIdentityClientId)
396
- AliasName : $(SQLAliasName)
397
- LocalDbAppName : $(LocalDbAppName)
398
- LocalDbSharedInstanceName : $(LocalDbSharedInstanceName)
369
+ # Enclave tests disabled as on 2025-08-05 due to azure capacity issues. Reenable once instances are available again.
370
+ # ${{ if eq(variables['system.pullRequest.isFork'], 'False') }}: # only run enclave jobs if the password is available
371
+ # windows_enclave_sql:
372
+ # pool: ADO-CI-AE-1ES-Pool
373
+ # images:
374
+ # Win22_Enclave_Sql19: ADO-MMS22-SQL19
375
+ # TargetFrameworks: ${{parameters.targetFrameworks }}
376
+ # netcoreVersionTestUtils: ${{parameters.netcoreVersionTestUtils }}
377
+ # buildPlatforms: ${{parameters.buildPlatforms }}
378
+ # testSets: [AE]
379
+ # useManagedSNI: ${{parameters.useManagedSNI }}
380
+ # codeCovTargetFrameworks: ${{parameters.codeCovTargetFrameworks }}
381
+ # configSqlFor: enclave
382
+ # operatingSystem: Windows
383
+ # configProperties:
384
+ # # config.json properties
385
+ # TCPConnectionStringHGSVBS: $(SQL_TCP_CONN_STRING_HGSVBS)
386
+ # TCPConnectionStringNoneVBS: $(SQL_TCP_CONN_STRING_NoneVBS)
387
+ # TCPConnectionStringAASSGX: $(SQL_TCP_CONN_STRING_AASSGX)
388
+ # EnclaveEnabled: true
389
+ # AADAuthorityURL: $(AADAuthorityURL)
390
+ # AADServicePrincipalId: $(AADServicePrincipalId)
391
+ # ${{ if eq(variables['system.pullRequest.isFork'], 'False') }}:
392
+ # AADServicePrincipalSecret: $(AADServicePrincipalSecret)
393
+ # AzureKeyVaultUrl: $(AzureKeyVaultUrl)
394
+ # AzureKeyVaultTenantId: $(AzureKeyVaultTenantId)
395
+ # SupportsIntegratedSecurity: $(SupportsIntegratedSecurity)
396
+ # UserManagedIdentityClientId: $(UserManagedIdentityClientId)
397
+ # AliasName: $(SQLAliasName)
398
+ # LocalDbAppName: $(LocalDbAppName)
399
+ # LocalDbSharedInstanceName: $(LocalDbSharedInstanceName)
399
400
400
401
# self hosted SQL Server on Linux
401
402
linux_sql_19_22 :
@@ -452,34 +453,35 @@ stages:
452
453
LocalDbAppName : $(LocalDbAppName)
453
454
LocalDbSharedInstanceName : $(LocalDbSharedInstanceName)
454
455
455
- ${{ if eq(variables['system.pullRequest.isFork'], 'False') }} : # only run enclave jobs if the password is available
456
- linux_enclave_sql :
457
- pool : ADO-CI-AE-1ES-Pool
458
- images :
459
- Ubuntu20_Enclave_Sql19 : ADO-UB20-Sql22
460
- TargetFrameworks : ${{parameters.targetFrameworksLinux }}
461
- netcoreVersionTestUtils : ${{parameters.netcoreVersionTestUtils }}
462
- buildPlatforms : [AnyCPU]
463
- testSets : [AE]
464
- useManagedSNI : [true]
465
- codeCovTargetFrameworks : ${{parameters.codeCovTargetFrameworks }}
466
- configSqlFor : enclave
467
- operatingSystem : Linux
468
- configProperties :
469
- # config.json properties
470
- TCPConnectionStringHGSVBS : $(SQL_TCP_CONN_STRING_HGSVBS)
471
- TCPConnectionStringNoneVBS : $(SQL_TCP_CONN_STRING_NoneVBS)
472
- TCPConnectionStringAASSGX : $(SQL_TCP_CONN_STRING_AASSGX)
473
- EnclaveEnabled : true
474
- AADServicePrincipalId : $(AADServicePrincipalId)
475
- ${{ if eq(variables['system.pullRequest.isFork'], 'False') }} :
476
- AADServicePrincipalSecret : $(AADServicePrincipalSecret)
477
- AzureKeyVaultUrl : $(AzureKeyVaultUrl)
478
- AzureKeyVaultTenantId : $(AzureKeyVaultTenantId)
479
- SupportsIntegratedSecurity : false
480
- UserManagedIdentityClientId : $(UserManagedIdentityClientId)
481
- LocalDbAppName : $(LocalDbAppName)
482
- LocalDbSharedInstanceName : $(LocalDbSharedInstanceName)
456
+ # Enclave tests disabled as on 2025-08-05 due to azure capacity issues. Reenable once instances are available again.
457
+ # ${{ if eq(variables['system.pullRequest.isFork'], 'False') }}: # only run enclave jobs if the password is available
458
+ # linux_enclave_sql:
459
+ # pool: ADO-CI-AE-1ES-Pool
460
+ # images:
461
+ # Ubuntu20_Enclave_Sql19: ADO-UB20-Sql22
462
+ # TargetFrameworks: ${{parameters.targetFrameworksLinux }}
463
+ # netcoreVersionTestUtils: ${{parameters.netcoreVersionTestUtils }}
464
+ # buildPlatforms: [AnyCPU]
465
+ # testSets: [AE]
466
+ # useManagedSNI: [true]
467
+ # codeCovTargetFrameworks: ${{parameters.codeCovTargetFrameworks }}
468
+ # configSqlFor: enclave
469
+ # operatingSystem: Linux
470
+ # configProperties:
471
+ # # config.json properties
472
+ # TCPConnectionStringHGSVBS: $(SQL_TCP_CONN_STRING_HGSVBS)
473
+ # TCPConnectionStringNoneVBS: $(SQL_TCP_CONN_STRING_NoneVBS)
474
+ # TCPConnectionStringAASSGX: $(SQL_TCP_CONN_STRING_AASSGX)
475
+ # EnclaveEnabled: true
476
+ # AADServicePrincipalId: $(AADServicePrincipalId)
477
+ # ${{ if eq(variables['system.pullRequest.isFork'], 'False') }}:
478
+ # AADServicePrincipalSecret: $(AADServicePrincipalSecret)
479
+ # AzureKeyVaultUrl: $(AzureKeyVaultUrl)
480
+ # AzureKeyVaultTenantId: $(AzureKeyVaultTenantId)
481
+ # SupportsIntegratedSecurity: false
482
+ # UserManagedIdentityClientId: $(UserManagedIdentityClientId)
483
+ # LocalDbAppName: $(LocalDbAppName)
484
+ # LocalDbSharedInstanceName: $(LocalDbSharedInstanceName)
483
485
484
486
# Self hosted SQL Server on Mac
485
487
mac_sql_22 :
0 commit comments