Adjust commenting.

This commit is contained in:
Jamie Kinkead 2020-01-17 12:57:08 -08:00
parent 5a02a61765
commit 56a3cc7e8f
2 changed files with 1 additions and 3 deletions

View file

@ -3,8 +3,6 @@ CHANGELOG
## HEAD (Unreleased)
- Add information about in-flight operations to `pulumi stack`.
- Lock dep ts-node to v8.5.4 [#3733](https://github.com/pulumi/pulumi/pull/3733)
- Improvements to `pulumi policy` functionality. Add ability to remove & disable Policy Packs.

View file

@ -77,7 +77,7 @@ type cloudStack struct {
cloudURL string
// orgName is the organization that owns this stack.
orgName string
// currentOperation contains kind, author, and start time of current operation.
// currentOperation contains information about any current operation being performed on the stack, as applicable.
currentOperation *apitype.OperationStatus
// snapshot contains the latest deployment state, allocated on first use.
snapshot **deploy.Snapshot