This commit is contained in:
Cyrus Najmabadi 2020-01-07 13:03:15 -08:00
parent a7297eb6e4
commit 6b99ca7741

View file

@ -3,6 +3,9 @@ CHANGELOG
## HEAD (Unreleased)
- Synchronously invoking an SDK data-source function is no longer supported. All data-source
functions are always async and will always return a Promise.
- Improvements to `pulumi policy` functionality. Add ability to remove & disable Policy Packs.
- Breaking change for Policy which is in Public Preview: Change `pulumi policy apply` to `pulumi policy enable`, and allow users to specify the Policy Group.