pulumi/changelog
Aaron Friel 5267dcc6e6 feat: Package Schema resource-typed properties
A new built-in type, `pulumi.json#/Resource` is added to the schema to refer to
any resource. This unblocks schematizing resources like
`kubernetes.yaml/v2.ConfigFile`, which ideally would declare an output like so:

```json
            "properties": {
                "resources": {
                    "type": "array",
                    "items": {
                        "$ref": "pulumi.json#/Resource"
                    },
                    "description": "Resources created by the ConfigFile."
                }
            },
```

This is a small ergonomic improvement over `pulumi.json#/Any`, and fixes #6346.
2024-05-13 17:04:02 -07:00
..
pending feat: Package Schema resource-typed properties 2024-05-13 17:04:02 -07:00
config.yaml Fix coming soon misrender (#15783) 2024-03-26 17:24:37 +00:00