From d62e63271212f39e9758dd3a59d745595cc11138 Mon Sep 17 00:00:00 2001 From: Akshay Kumar Date: Sat, 16 Mar 2024 19:02:13 +0530 Subject: [PATCH] update service connection --- vsts/pipelines/baseImages/dotnetcore.yml | 2 +- vsts/pipelines/baseImages/node.yml | 2 +- vsts/pipelines/baseImages/php-fpm.yml | 2 +- vsts/pipelines/baseImages/php.yml | 2 +- vsts/pipelines/baseImages/python.yml | 2 +- vsts/pipelines/templates/_buildTemplate.yml | 2 +- vsts/pipelines/templates/_builderTemplate.yml | 2 +- vsts/pipelines/templates/_copyImgFromDevToTest.yml | 2 +- vsts/pipelines/templates/_releaseBaseImagesStepTemplate.yml | 2 +- vsts/pipelines/templates/_releaseStepTemplate.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/vsts/pipelines/baseImages/dotnetcore.yml b/vsts/pipelines/baseImages/dotnetcore.yml index 8ed0e6415e..e2022cfc13 100644 --- a/vsts/pipelines/baseImages/dotnetcore.yml +++ b/vsts/pipelines/baseImages/dotnetcore.yml @@ -1,7 +1,7 @@ variables: - group: Oryx - name: ascName - value: oryx-automation-service-principal + value: oryx-new-service-connection - name: acrName value: oryxdevmcr.azurecr.io - name: skipComponentGovernanceDetection diff --git a/vsts/pipelines/baseImages/node.yml b/vsts/pipelines/baseImages/node.yml index 4a75cb0211..d89ce545ba 100644 --- a/vsts/pipelines/baseImages/node.yml +++ b/vsts/pipelines/baseImages/node.yml @@ -1,7 +1,7 @@ variables: - group: Oryx - name: ascName - value: oryx-automation-service-principal + value: oryx-new-service-connection - name: acrName value: oryxdevmcr.azurecr.io - name: skipComponentGovernanceDetection diff --git a/vsts/pipelines/baseImages/php-fpm.yml b/vsts/pipelines/baseImages/php-fpm.yml index 631b1bc090..6ce7661854 100644 --- a/vsts/pipelines/baseImages/php-fpm.yml +++ b/vsts/pipelines/baseImages/php-fpm.yml @@ -1,7 +1,7 @@ variables: - group: Oryx - name: ascName - value: oryx-automation-service-principal + value: oryx-new-service-connection - name: acrName value: oryxdevmcr.azurecr.io - name: skipComponentGovernanceDetection diff --git a/vsts/pipelines/baseImages/php.yml b/vsts/pipelines/baseImages/php.yml index 6f290860cd..47becde494 100644 --- a/vsts/pipelines/baseImages/php.yml +++ b/vsts/pipelines/baseImages/php.yml @@ -1,7 +1,7 @@ variables: - group: Oryx - name: ascName - value: oryx-automation-service-principal + value: oryx-new-service-connection - name: acrName value: oryxdevmcr.azurecr.io - name: skipComponentGovernanceDetection diff --git a/vsts/pipelines/baseImages/python.yml b/vsts/pipelines/baseImages/python.yml index c6b377d507..1d29aba81f 100644 --- a/vsts/pipelines/baseImages/python.yml +++ b/vsts/pipelines/baseImages/python.yml @@ -1,7 +1,7 @@ variables: - group: Oryx - name: ascName - value: oryx-automation-service-principal + value: oryx-new-service-connection - name: acrName value: oryxdevmcr.azurecr.io - name: skipComponentGovernanceDetection diff --git a/vsts/pipelines/templates/_buildTemplate.yml b/vsts/pipelines/templates/_buildTemplate.yml index 043bda343b..6881231f01 100644 --- a/vsts/pipelines/templates/_buildTemplate.yml +++ b/vsts/pipelines/templates/_buildTemplate.yml @@ -1,5 +1,5 @@ parameters: - ascName: oryx-automation-service-principal + ascName: oryx-new-service-connection acrName: oryxdevmcr.azurecr.io imageName: oryxdevmcr.azurecr.io/public/oryx imageType: null diff --git a/vsts/pipelines/templates/_builderTemplate.yml b/vsts/pipelines/templates/_builderTemplate.yml index ced672617e..57af09174d 100644 --- a/vsts/pipelines/templates/_builderTemplate.yml +++ b/vsts/pipelines/templates/_builderTemplate.yml @@ -1,5 +1,5 @@ parameters: - ascName: oryx-automation-service-principal + ascName: oryx-new-service-connection acrName: oryxdevmcr.azurecr.io steps: diff --git a/vsts/pipelines/templates/_copyImgFromDevToTest.yml b/vsts/pipelines/templates/_copyImgFromDevToTest.yml index 013a811a89..030e22230f 100644 --- a/vsts/pipelines/templates/_copyImgFromDevToTest.yml +++ b/vsts/pipelines/templates/_copyImgFromDevToTest.yml @@ -1,7 +1,7 @@ parameters: - name: ascName type: string - default: oryx-automation-service-principal + default: oryx-new-service-connection - name: acrDevName type: string default: oryxdevmcr.azurecr.io diff --git a/vsts/pipelines/templates/_releaseBaseImagesStepTemplate.yml b/vsts/pipelines/templates/_releaseBaseImagesStepTemplate.yml index 0e5110ca06..145a846779 100644 --- a/vsts/pipelines/templates/_releaseBaseImagesStepTemplate.yml +++ b/vsts/pipelines/templates/_releaseBaseImagesStepTemplate.yml @@ -1,5 +1,5 @@ parameters: - ascName: oryx-automation-service-principal + ascName: oryx-new-service-connection acrDevName: oryxdevmcr acrProdName: oryxmcr acrPmeProdName: oryxprodmcr diff --git a/vsts/pipelines/templates/_releaseStepTemplate.yml b/vsts/pipelines/templates/_releaseStepTemplate.yml index 69d26e4615..5288df3fe1 100644 --- a/vsts/pipelines/templates/_releaseStepTemplate.yml +++ b/vsts/pipelines/templates/_releaseStepTemplate.yml @@ -1,5 +1,5 @@ parameters: - ascName: oryx-automation-service-principal + ascName: oryx-new-service-connection acrDevName: oryxdevmcr.azurecr.io acrProdName: oryxmcr acrPmeProdName: oryxprodmcr