Skip to content

Commit 37479ed

Browse files
committed
build: auto-update snippets to version: 1.20.0
1 parent 78dd52e commit 37479ed

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Changelog
77
- Chore: update readme. [Danny Steenman]
88

99

10+
1.19.0 (2025-05-16)
11+
-------------------
12+
- Build: auto-update snippets to version: 1.19.0. [Github Actions]
13+
- Chore: update readme. [Danny Steenman]
14+
15+
1016
1.18.0 (2025-05-09)
1117
-------------------
1218
- Build: auto-update snippets to version: 1.18.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.19.0",
6+
"version": "1.20.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4257,6 +4257,16 @@
42574257
"policy_generator"
42584258
]
42594259
},
4260+
"uxc": {
4261+
"originalNames": [
4262+
"uxc"
4263+
],
4264+
"reference_url": "https://awspolicygen.s3.amazonaws.com/js/policies.js",
4265+
"servicePrincipal": "uxc.amazonaws.com",
4266+
"sources": [
4267+
"policy_generator"
4268+
]
4269+
},
42604270
"vendor-insights": {
42614271
"originalNames": [
42624272
"vendor-insights"

0 commit comments

Comments
 (0)