Skip to content

Commit

Permalink
Removal of unnecessary SC and variable (#800)
Browse files Browse the repository at this point in the history
No need for a rolesServiceConnection and a variable localDeployPolicyChanges in this pipeline as no roles are being touched
  • Loading branch information
arrerezai authored Oct 30, 2024
1 parent 433f59e commit ae0117f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ae0117f

Please sign in to comment.