From 26a7a02a69f083ee59936cf8440a572d9329c7ea Mon Sep 17 00:00:00 2001 From: Alex Qiu Date: Tue, 8 Nov 2022 05:14:03 -0800 Subject: [PATCH] Update changelog/pending/20221108--pkg--allow-case-insensitive-prop-typecheck-on-traversal.yaml Co-authored-by: Aaron Friel --- ...g--allow-case-insensitive-prop-typecheck-on-traversal.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/pending/20221108--pkg--allow-case-insensitive-prop-typecheck-on-traversal.yaml b/changelog/pending/20221108--pkg--allow-case-insensitive-prop-typecheck-on-traversal.yaml index 78bf40f7831b..414a878b7021 100644 --- a/changelog/pending/20221108--pkg--allow-case-insensitive-prop-typecheck-on-traversal.yaml +++ b/changelog/pending/20221108--pkg--allow-case-insensitive-prop-typecheck-on-traversal.yaml @@ -1,4 +1,4 @@ changes: - type: feat - scope: pkg - description: Allow case insensitive prop typecheck on traversal + scope: programgen + description: More programs can be converted to Pulumi when using `pulumi convert`, provider bridging, and conversion tools by allowing property accesses and field names to fall back to a case insensitive lookup.