Skip to content

Commit e8c00df

Browse files
committed
build: auto-update snippets to version: 1.2.0
1 parent 01c7768 commit e8c00df

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Changelog
44

55
(unreleased)
66
------------
7+
- Feat(extension): Add debug logging and service principal autocomplete.
8+
[Danny Steenman]
9+
10+
11+
1.1.0 (2025-02-01)
12+
------------------
13+
- Build: auto-update snippets to version: 1.1.0. [Github Actions]
714
- Feat: release iam service principal snippets. [Danny Steenman]
815
- Feat: add scripts and pipelines. [Danny Steenman]
916
- Init. [Danny Steenman]

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.1.0",
6+
"version": "1.2.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: 5 additions & 5 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",
@@ -1557,8 +1557,8 @@
15571557
"email": {
15581558
"originalNames": [
15591559
"cognito",
1560-
"cognitouserpools",
1561-
"cognitosync"
1560+
"cognitosync",
1561+
"cognitouserpools"
15621562
],
15631563
"reference_url": "https://docs.aws.amazon.com/cognito/latest/developerguide/using-service-linked-roles.html",
15641564
"servicePrincipal": "email.cognito-idp.amazonaws.com",
@@ -3732,8 +3732,8 @@
37323732
},
37333733
"ses": {
37343734
"originalNames": [
3735-
"simpleemailserviceamazonsesv2",
37363735
"simpleemailservicemailmanager",
3736+
"simpleemailserviceamazonsesv2",
37373737
"ses"
37383738
],
37393739
"reference_url": "https://docs.aws.amazon.com/ses/latest/dg/using-service-linked-roles.html",
@@ -4307,8 +4307,8 @@
43074307
},
43084308
"waf": {
43094309
"originalNames": [
4310-
"wafregional",
43114310
"wafclassic",
4311+
"wafregional",
43124312
"waf"
43134313
],
43144314
"reference_url": "https://docs.aws.amazon.com/waf/latest/developerguide/classic-using-service-linked-roles.html",

0 commit comments

Comments
 (0)