diff --git a/pkg/pulumiyaml/testing/test/testdata/typeddict-pp/typeddict.pp b/pkg/pulumiyaml/testing/test/testdata/typeddict-pp/typeddict.pp deleted file mode 100644 index 85a3a48b..00000000 --- a/pkg/pulumiyaml/testing/test/testdata/typeddict-pp/typeddict.pp +++ /dev/null @@ -1,12 +0,0 @@ -resource "main" "typeddict:index:ExampleComponent" { - myType = { - stringProp = "hello", - nestedProp = { - nestedStringProp = "world", - nestedNumberProp = 123 - } - } - externalInput = { - indexDocument = "index.html" - } -} diff --git a/pkg/pulumiyaml/testing/test/testdata/typeddict-pp/yaml/typeddict.yaml b/pkg/pulumiyaml/testing/test/testdata/typeddict-pp/yaml/typeddict.yaml deleted file mode 100644 index f834db0c..00000000 --- a/pkg/pulumiyaml/testing/test/testdata/typeddict-pp/yaml/typeddict.yaml +++ /dev/null @@ -1,11 +0,0 @@ -resources: - main: - type: typeddict:ExampleComponent - properties: - myType: - stringProp: hello - nestedProp: - nestedStringProp: world - nestedNumberProp: 123 - externalInput: - indexDocument: index.html diff --git a/scripts/get_schemas.sh b/scripts/get_schemas.sh index 29950905..a1dd883d 100755 --- a/scripts/get_schemas.sh +++ b/scripts/get_schemas.sh @@ -38,7 +38,6 @@ schemas=( $(pulumi_schema using-dashes 1.0.0) $(pulumi_schema aws-static-website 0.4.0) $(pulumi_schema basic-unions 0.1.0) - $(pulumi_schema typeddict 1.0.0) ) for s in "${schemas[@]}"; do