Skip to content

Commit bd9862e

Browse files
committed
build: auto-update snippets to version: 1.27.0
1 parent 3cfda30 commit bd9862e

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ Changelog
22
=========
33

44

5+
(unreleased)
6+
------------
7+
- Update README.md. [Danny Steenman]
8+
- Update README.md. [Danny Steenman]
9+
10+
11+
1.26.0 (2025-07-04)
12+
-------------------
13+
- Build: auto-update snippets to version: 1.26.0. [Github Actions]
14+
15+
516
1.25.0 (2025-06-27)
617
-------------------
718
- Build: auto-update snippets to version: 1.25.0. [Github Actions]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "AWS IAM Service Principal Snippets",
44
"description": "This VS Code extension provides autocompletion of all AWS services that can be used as Service Principals in your IAM policies.",
55
"author": "Danny Steenman",
6-
"version": "1.26.0",
6+
"version": "1.27.0",
77
"publisher": "dannysteenman",
88
"icon": "images/iam-service-principal-snippets-extension-icon.png",
99
"homepage": "https://towardsthecloud.com",

snippets/service-principals.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,9 +1542,9 @@
15421542
},
15431543
"email": {
15441544
"originalNames": [
1545-
"cognitouserpools",
15461545
"cognito",
1547-
"cognitosync"
1546+
"cognitosync",
1547+
"cognitouserpools"
15481548
],
15491549
"reference_url": "https://docs.aws.amazon.com/cognito/latest/developerguide/using-service-linked-roles.html",
15501550
"servicePrincipal": "email.cognito-idp.amazonaws.com",
@@ -2774,6 +2774,16 @@
27742774
"policy_generator"
27752775
]
27762776
},
2777+
"network-security-director": {
2778+
"originalNames": [
2779+
"network-security-director"
2780+
],
2781+
"reference_url": "https://awspolicygen.s3.amazonaws.com/js/policies.js",
2782+
"servicePrincipal": "network-security-director.amazonaws.com",
2783+
"sources": [
2784+
"policy_generator"
2785+
]
2786+
},
27772787
"networkflowmonitor": {
27782788
"originalNames": [
27792789
"networkflowmonitor"

0 commit comments

Comments
 (0)