Skip to content

Commit

Permalink
change copy to use intermediate instead of pending
Browse files Browse the repository at this point in the history
  • Loading branch information
glena committed Aug 23, 2023
1 parent 09a551a commit be90312
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-pulumiservice/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
},
"skipIntermediateDeployments": {
"type": "boolean",
"description": "Skip pending deployments (Consolidate multiple deployments of the same type into one deployment)"
"description": "Skip intermediate deployments (Consolidate multiple deployments of the same type into one deployment)"
},
"shell": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/OperationContextOptionsArgs.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions sdk/go/pulumiservice/pulumiTypes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/nodejs/types/input.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/python/pulumi_pulumiservice/_inputs.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be90312

Please sign in to comment.