Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca74b63

Browse files
committedApr 20, 2024
switched main pipeline to new service connection
1 parent 0940267 commit ca74b63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎CI/Azure-DevOps/AZ_MainPipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ stages:
102102

103103
- task: AzureKeyVault@1
104104
inputs:
105-
azureSubscription: 'Azure DevOps Main Pipeline Service Principal'
105+
azureSubscription: 'tSQLt CI - Main Pipeline - Service Connection'
106106
KeyVaultName: 'tSQLtSigningKey'
107107
SecretsFilter: '*'
108108
RunAsPreJob: false
@@ -130,7 +130,7 @@ stages:
130130
SQLPORTMINIMUM: $(SqlPortMinimum)
131131
SQLPORTMAXIMUM: $(SqlPortMaximum)
132132
inputs:
133-
azureSubscription: 'Azure DevOps Main Pipeline Service Principal'
133+
azureSubscription: 'tSQLt CI - Main Pipeline - Service Connection'
134134
azurePowerShellVersion: 'LatestVersion'
135135
scriptType: ps
136136
scriptLocation: inlineScript
@@ -218,7 +218,7 @@ stages:
218218

219219
- task: AzureKeyVault@1
220220
inputs:
221-
azureSubscription: 'Azure DevOps Main Pipeline Service Principal'
221+
azureSubscription: 'tSQLt CI - Main Pipeline - Service Connection'
222222
KeyVaultName: 'tSQLtSigningKey'
223223

224224
- task: PowerShell@2
@@ -426,7 +426,7 @@ stages:
426426

427427
- task: AzureKeyVault@1
428428
inputs:
429-
azureSubscription: 'Azure DevOps Main Pipeline Service Principal'
429+
azureSubscription: 'tSQLt CI - Main Pipeline - Service Connection'
430430
KeyVaultName: 'tSQLtSigningKey'
431431

432432
- task: PowerShell@2
@@ -665,7 +665,7 @@ stages:
665665
- task: AzureCLI@2
666666
name: DeleteAzureVM
667667
inputs:
668-
azureSubscription: 'Azure DevOps Main Pipeline Service Principal'
668+
azureSubscription: 'tSQLt CI - Main Pipeline - Service Connection'
669669
azurePowerShellVersion: 'LatestVersion'
670670
scriptType: ps
671671
scriptLocation: inlineScript

0 commit comments

Comments
 (0)
Please sign in to comment.