pulumi/pkg/backend
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
..
display Small UX change to the output of policy violations (#5773) 2020-11-17 21:14:28 +00:00
filestate [cli] Add an import command. (#4765) 2020-10-14 12:51:53 +01:00
httpstate [cli] Add an import command. (#4765) 2020-10-14 12:51:53 +01:00
state Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
apply.go [cli] Add an import command. (#4765) 2020-10-14 12:51:53 +01:00
backend.go [cli] Add an import command. (#4765) 2020-10-14 12:51:53 +01:00
backend_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
errors.go Add a link to docs for the 409 Conflict error message (#3207) 2019-09-10 13:25:08 -07:00
mock.go [cli] Add an import command. (#4765) 2020-10-14 12:51:53 +01:00
policypack.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
query.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
snapshot.go Revert "Narrow a few interfaces." (#4987) 2020-07-09 15:19:12 +01:00
snapshot_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
stack.go [cli] Add an import command. (#4765) 2020-10-14 12:51:53 +01:00
updates.go expose execution kind via update metadata (#5258) 2020-08-31 09:07:59 -07:00
watch.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00