From 40ee334b00011315136378aa8359bcd13edc2d2a Mon Sep 17 00:00:00 2001 From: Fraser Waters Date: Thu, 20 Feb 2025 11:18:38 +0000 Subject: [PATCH] Delete typeddict testdata (#728) This has been deleted from the pu/pu repo. Fixes https://github.com/pulumi/pulumi-yaml/issues/720 --- .../testing/test/testdata/typeddict-pp/typeddict.pp | 12 ------------ .../test/testdata/typeddict-pp/yaml/typeddict.yaml | 11 ----------- scripts/get_schemas.sh | 1 - 3 files changed, 24 deletions(-) delete mode 100644 pkg/pulumiyaml/testing/test/testdata/typeddict-pp/typeddict.pp delete mode 100644 pkg/pulumiyaml/testing/test/testdata/typeddict-pp/yaml/typeddict.yaml 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