pulumi/sdk/go/common
Justin Van Patten 23fe012714 Fix regression validating project files with `refresh: always` set
We recently started validating the `Pulumi.yaml` file against its schema, leading to the following error when the `refresh: always` option is specified:

```
error: could not load current project: 1 error occurred:
	* #/options/refresh: expected boolean, but got string
```

The problem is the feature is expecting a string value of `"always"` but the schema for the project file is incorrectly specified as `boolean`.

This change fixes the schema, which avoids the error. A separate change will fix the documentation at https://www.pulumi.com/docs/reference/pulumi-yaml/#options-options
2022-09-22 11:51:54 -07:00
..
apitype ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
constant [sdk/go] deduplicate go error logs (#10347) 2022-09-06 16:44:29 -07:00
diag ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
display Moving previewDigest to sdk/go/common/display, and exporting it. (#9886) 2022-06-27 09:08:06 -05:00
encoding Consistently disable HTML escaping in JSON output (#10440) 2022-08-19 13:27:34 +01:00
resource ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
testing ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
tokens ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
tools Toward replacing MSBuild with make+bash on Windows (#8617) 2022-01-07 22:27:14 -05:00
util Update sdk/go/common/util/rpcutil/interceptor.go 2022-09-22 10:30:13 -04:00
version move pkg/version -> sdk/go/common/version 2020-03-18 15:25:25 -07:00
workspace Fix regression validating project files with `refresh: always` set 2022-09-22 11:51:54 -07:00