From ae0117f59f6cc66d3074e5c51d2702ef5e3baace Mon Sep 17 00:00:00 2001 From: Arash Rezai <157028889+arrerezai@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:10:07 +0100 Subject: [PATCH] Removal of unnecessary SC and variable (#800) No need for a rolesServiceConnection and a variable localDeployPolicyChanges in this pipeline as no roles are being touched --- .../Release-Flow/epac-prod-exemptions-only-pipeline.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/StarterKit/Pipelines/AzureDevOps/Release-Flow/epac-prod-exemptions-only-pipeline.yml b/StarterKit/Pipelines/AzureDevOps/Release-Flow/epac-prod-exemptions-only-pipeline.yml index e4a23b10..483d16fc 100644 --- a/StarterKit/Pipelines/AzureDevOps/Release-Flow/epac-prod-exemptions-only-pipeline.yml +++ b/StarterKit/Pipelines/AzureDevOps/Release-Flow/epac-prod-exemptions-only-pipeline.yml @@ -6,7 +6,6 @@ variables: # Use the plain text name of each service connection as a reference planServiceConnection: "sc-epac-plan" deployServiceConnection: "sc-epac-prod-deploy" - rolesServiceConnection: "sc-epac-prod-roles" # set the environment selector pacEnvironmentSelector: prod @@ -40,7 +39,6 @@ stages: variables: PAC_INPUT_FOLDER: "$(Pipeline.Workspace)/plans-${{ variables.pacEnvironmentSelector }}" localDeployPolicyChanges: $[stageDependencies.Plan.Plan.outputs['Plan.deployPolicyChanges']] - localDeployRoleChanges: $[stageDependencies.Plan.Plan.outputs['Plan.deployRoleChanges']] jobs: - deployment: DeployPolicy displayName: "Deploy Policy Changes"