3535 AZURE_DEVOPS_EXT_PAT : $(tSQLtCIAzureCLIPatToken)
3636 # # black magic: this token ^^^^ is required to make "az pipelines runs show" work below
3737 inputs :
38- azureSubscription : ' tSQLt CI Subscription(58c04a99-5b92-410c-9e41-10262f68ca80) '
38+ azureSubscription : ' tSQLt CI - Nightly Cleanup - Service Connection '
3939 scriptType : ' ps'
4040 scriptLocation : ' inlineScript'
4141 inlineScript : |
@@ -141,7 +141,7 @@ steps:
141141 - task : AzurePowerShell@4
142142 name : print_stuff
143143 inputs :
144- azureSubscription : ' tSQLt CI Subscription(58c04a99-5b92-410c-9e41-10262f68ca80) '
144+ azureSubscription : ' tSQLt CI - Nightly Cleanup - Service Connection '
145145 azurePowerShellVersion : ' LatestVersion'
146146 failOnStandardError : True
147147 ScriptType : ' InlineScript'
@@ -159,7 +159,7 @@ steps:
159159 condition : succeeded()
160160 name : Delete_RGs
161161 inputs :
162- azureSubscription : ' tSQLt CI Subscription(58c04a99-5b92-410c-9e41-10262f68ca80) '
162+ azureSubscription : ' tSQLt CI - Nightly Cleanup - Service Connection '
163163 azurePowerShellVersion : ' LatestVersion'
164164 FailOnStandardError : true
165165 ScriptType : ' InlineScript'
@@ -225,7 +225,7 @@ steps:
225225 name : AssertDeleteSuccessful
226226 condition : always()
227227 inputs :
228- azureSubscription : ' tSQLt CI Subscription(58c04a99-5b92-410c-9e41-10262f68ca80) '
228+ azureSubscription : ' tSQLt CI - Nightly Cleanup - Service Connection '
229229 azurePowerShellVersion : ' LatestVersion'
230230 failOnStandardError : True
231231 ScriptType : ' InlineScript'
0 commit comments