Skip to content

Commit ef7f64a

Browse files
committed
Updated tests for new actions ordering
1 parent d03c0b9 commit ef7f64a

34 files changed

+142
-142
lines changed

packages/@aws-cdk/aws-codepipeline-actions/test/integ.cfn-template-from-repo.lit.expected.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"kms:Disable*",
2424
"kms:Get*",
2525
"kms:Delete*",
26+
"kms:TagResource",
27+
"kms:UntagResource",
2628
"kms:ScheduleKeyDeletion",
2729
"kms:CancelKeyDeletion",
2830
"kms:GenerateDataKey",
29-
"kms:TagResource",
30-
"kms:UntagResource"
3131
],
3232
"Effect": "Allow",
3333
"Principal": {
@@ -878,4 +878,4 @@
878878
}
879879
}
880880
}
881-
}
881+
}

packages/@aws-cdk/aws-codepipeline-actions/test/integ.lambda-deployed-through-codepipeline.lit.expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"kms:Disable*",
1818
"kms:Get*",
1919
"kms:Delete*",
20+
"kms:TagResource",
21+
"kms:UntagResource",
2022
"kms:ScheduleKeyDeletion",
2123
"kms:CancelKeyDeletion",
2224
"kms:GenerateDataKey",
23-
"kms:TagResource",
24-
"kms:UntagResource"
2525
],
2626
"Effect": "Allow",
2727
"Principal": {

packages/@aws-cdk/aws-codepipeline-actions/test/integ.lambda-pipeline.expected.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"kms:Disable*",
1818
"kms:Get*",
1919
"kms:Delete*",
20+
"kms:TagResource",
21+
"kms:UntagResource",
2022
"kms:ScheduleKeyDeletion",
2123
"kms:CancelKeyDeletion",
22-
"kms:GenerateDataKey",
23-
"kms:TagResource",
24-
"kms:UntagResource"
24+
"kms:GenerateDataKey"
2525
],
2626
"Effect": "Allow",
2727
"Principal": {
@@ -841,4 +841,4 @@
841841
]
842842
}
843843
}
844-
}
844+
}

packages/@aws-cdk/aws-codepipeline-actions/test/integ.pipeline-alexa-deploy.expected.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"kms:Disable*",
2828
"kms:Get*",
2929
"kms:Delete*",
30+
"kms:TagResource",
31+
"kms:UntagResource",
3032
"kms:ScheduleKeyDeletion",
3133
"kms:CancelKeyDeletion",
32-
"kms:GenerateDataKey",
33-
"kms:TagResource",
34-
"kms:UntagResource"
34+
"kms:GenerateDataKey"
3535
],
3636
"Effect": "Allow",
3737
"Principal": {
@@ -446,4 +446,4 @@
446446
}
447447
}
448448
}
449-
}
449+
}

packages/@aws-cdk/aws-codepipeline-actions/test/integ.pipeline-cfn.expected.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"kms:Disable*",
1818
"kms:Get*",
1919
"kms:Delete*",
20+
"kms:TagResource",
21+
"kms:UntagResource",
2022
"kms:ScheduleKeyDeletion",
2123
"kms:CancelKeyDeletion",
22-
"kms:GenerateDataKey",
23-
"kms:TagResource",
24-
"kms:UntagResource"
24+
"kms:GenerateDataKey"
2525
],
2626
"Effect": "Allow",
2727
"Principal": {
@@ -818,4 +818,4 @@
818818
}
819819
}
820820
}
821-
}
821+
}

packages/@aws-cdk/aws-codepipeline-actions/test/integ.pipeline-code-commit-build.expected.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@
250250
"kms:Disable*",
251251
"kms:Get*",
252252
"kms:Delete*",
253+
"kms:TagResource",
254+
"kms:UntagResource",
253255
"kms:ScheduleKeyDeletion",
254256
"kms:CancelKeyDeletion",
255-
"kms:GenerateDataKey",
256-
"kms:TagResource",
257-
"kms:UntagResource"
257+
"kms:GenerateDataKey"
258258
],
259259
"Effect": "Allow",
260260
"Principal": {
@@ -898,4 +898,4 @@
898898
}
899899
}
900900
}
901-
}
901+
}

packages/@aws-cdk/aws-codepipeline-actions/test/integ.pipeline-code-commit.expected.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@
8888
"kms:Disable*",
8989
"kms:Get*",
9090
"kms:Delete*",
91+
"kms:TagResource",
92+
"kms:UntagResource",
9193
"kms:ScheduleKeyDeletion",
9294
"kms:CancelKeyDeletion",
93-
"kms:GenerateDataKey",
94-
"kms:TagResource",
95-
"kms:UntagResource"
95+
"kms:GenerateDataKey"
9696
],
9797
"Effect": "Allow",
9898
"Principal": {
@@ -599,4 +599,4 @@
599599
}
600600
}
601601
}
602-
}
602+
}

packages/@aws-cdk/aws-codepipeline-actions/test/integ.pipeline-events.expected.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"kms:Disable*",
1818
"kms:Get*",
1919
"kms:Delete*",
20+
"kms:TagResource",
21+
"kms:UntagResource",
2022
"kms:ScheduleKeyDeletion",
2123
"kms:CancelKeyDeletion",
22-
"kms:GenerateDataKey",
23-
"kms:TagResource",
24-
"kms:UntagResource"
24+
"kms:GenerateDataKey"
2525
],
2626
"Effect": "Allow",
2727
"Principal": {
@@ -933,4 +933,4 @@
933933
}
934934
}
935935
}
936-
}
936+
}

packages/@aws-cdk/aws-codepipeline-actions/test/integ.pipeline-s3-deploy.expected.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"kms:Disable*",
3333
"kms:Get*",
3434
"kms:Delete*",
35+
"kms:TagResource",
36+
"kms:UntagResource",
3537
"kms:ScheduleKeyDeletion",
3638
"kms:CancelKeyDeletion",
37-
"kms:GenerateDataKey",
38-
"kms:TagResource",
39-
"kms:UntagResource"
39+
"kms:GenerateDataKey"
4040
],
4141
"Effect": "Allow",
4242
"Principal": {
@@ -606,4 +606,4 @@
606606
}
607607
}
608608
}
609-
}
609+
}

packages/@aws-cdk/aws-codepipeline-actions/test/integ.pipeline-stepfunctions.expected.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
"kms:Disable*",
6161
"kms:Get*",
6262
"kms:Delete*",
63+
"kms:TagResource",
64+
"kms:UntagResource",
6365
"kms:ScheduleKeyDeletion",
6466
"kms:CancelKeyDeletion",
65-
"kms:GenerateDataKey",
66-
"kms:TagResource",
67-
"kms:UntagResource"
67+
"kms:GenerateDataKey"
6868
],
6969
"Effect": "Allow",
7070
"Principal": {
@@ -593,4 +593,4 @@
593593
"DeletionPolicy": "Retain"
594594
}
595595
}
596-
}
596+
}

0 commit comments

Comments
 (0)