Skip to content

Commit dadd56a

Browse files
committed
build: auto-update snippets to version: 1.38.0
1 parent 94f3e37 commit dadd56a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ Changelog
22
=========
33

44

5-
(unreleased)
6-
------------
5+
1.37.0 (2025-09-19)
6+
-------------------
7+
- Build: auto-update snippets to version: 1.37.0. [Github Actions]
78
- Update README.md. [Danny Steenman]
89

910

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.37.0",
6+
"version": "1.38.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@
235235
},
236236
"appmesh": {
237237
"originalNames": [
238-
"appmeshpreview",
239238
"appmesh",
239+
"appmeshpreview",
240240
"appmesh"
241241
],
242242
"reference_url": "https://docs.aws.amazon.com/app-mesh/latest/userguide/using-service-linked-roles.html",
@@ -1580,9 +1580,9 @@
15801580
},
15811581
"email": {
15821582
"originalNames": [
1583-
"cognitosync",
15841583
"cognito",
1585-
"cognitouserpools"
1584+
"cognitouserpools",
1585+
"cognitosync"
15861586
],
15871587
"reference_url": "https://docs.aws.amazon.com/cognito/latest/developerguide/using-service-linked-roles.html",
15881588
"servicePrincipal": "email.cognito-idp.amazonaws.com",

0 commit comments

Comments
 (0)