Skip to content

Commit 005d875

Browse files
committed
build: auto-update snippets to version: 1.15.0
1 parent 23dcc19 commit 005d875

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

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

44

5-
(unreleased)
6-
------------
5+
1.14.0 (2025-04-18)
6+
-------------------
77

88
Fix
99
~~~
1010
- Improve ts and python principal detection. [Danny Steenman]
1111
12+
Other
13+
~~~~~
14+
- Build: auto-update snippets to version: 1.14.0. [Github Actions]
15+
1216
1317
1.13.0 (2025-04-17)
1418
-------------------

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.14.0",
6+
"version": "1.15.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@
235235
},
236236
"appmesh": {
237237
"originalNames": [
238-
"appmesh",
239238
"appmeshpreview",
239+
"appmesh",
240240
"appmesh"
241241
],
242242
"reference_url": "https://docs.aws.amazon.com/app-mesh/latest/userguide/using-service-linked-roles.html",
@@ -3754,8 +3754,8 @@
37543754
},
37553755
"ses": {
37563756
"originalNames": [
3757-
"simpleemailserviceamazonsesv2",
37583757
"simpleemailservicemailmanager",
3758+
"simpleemailserviceamazonsesv2",
37593759
"ses"
37603760
],
37613761
"reference_url": "https://docs.aws.amazon.com/ses/latest/dg/using-service-linked-roles.html",

0 commit comments

Comments
 (0)