From cb982e994c716a8d84e4177a654aa0e6d1dac09a Mon Sep 17 00:00:00 2001 From: Anton Tayanovskyy Date: Thu, 9 Jan 2025 15:10:15 -0500 Subject: [PATCH] chore: alias schema to a new location (#1472) This is a temporary change to facilitate testing https://github.com/pulumi/pulumi-awsx/pull/1471 The schema-tools expect schema to be found under a certain path but the PR is moving the schema. The new location is enabled to reference the old location. --- provider/cmd/pulumi-resource-awsx/schema.json | 1 + 1 file changed, 1 insertion(+) create mode 120000 provider/cmd/pulumi-resource-awsx/schema.json diff --git a/provider/cmd/pulumi-resource-awsx/schema.json b/provider/cmd/pulumi-resource-awsx/schema.json new file mode 120000 index 000000000..fbfb5f161 --- /dev/null +++ b/provider/cmd/pulumi-resource-awsx/schema.json @@ -0,0 +1 @@ +../../../schema.json \ No newline at end of file