pulumi/pkg/backend/display
Paul Stack 41a881a374
Small UX change to the output of policy violations (#5773)
Fixes: #5626

It used to be:

```
Policy Violations:
    [advisory]  aws v0.1.20200912  allowed-image-owner (demo-aws-ts-webserver-server-0: aws:ec2/instance:Instance)
    Check machine image is from an approved publisher.
    Publisher [137112412989] is not one of [self,099720109477].

```

Notice that it was name: type

We would rather this was type: name

```
Policy Violations:
    [advisory]  aws v0.1.20200912  allowed-image-owner (aws:ec2/instance:Instance: demo-aws-ts-webserver-server-0)
    Check machine image is from an approved publisher.
    Publisher [137112412989] is not one of [self,099720109477].

```
2020-11-17 21:14:28 +00:00
..
detailedDiff.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
detailedDiff_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
diff.go Protect against engine event mutation. (#5003) 2020-07-16 23:52:31 -07:00
display.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
events.go Protect against engine event mutation. (#5003) 2020-07-16 23:52:31 -07:00
json.go Ensure policy events do not cause a panic when using preview --json (#5610) 2020-10-22 20:28:39 +01:00
jsonmessage.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
options.go Added --suppress-permalink option 2020-08-28 21:37:48 +01:00
progress.go Small UX change to the output of policy violations (#5773) 2020-11-17 21:14:28 +00:00
query.go Protect against engine event mutation. (#5003) 2020-07-16 23:52:31 -07:00
rows.go Protect against engine event mutation. (#5003) 2020-07-16 23:52:31 -07:00
tableutil.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
watch.go Ensure CLI doesn't panic when pulumi watch is used with policies enabled (#5569) 2020-10-17 21:29:16 +01:00