Namespace Pulumi.Automation.Exceptions
Classes
MissingExpectedEventException
NoSummaryEventException
ProjectSettingsConflictException
Thrown when creating a Workspace detects a conflict between project settings found on disk (such as Pulumi.yaml) and a ProjectSettings object passed to the Create API.
There are two resolutions:
(A) to use the ProjectSettings, delete the Pulumi.yaml file from WorkDir or use a different WorkDir
(B) to use the exiting Pulumi.yaml from WorkDir, avoid customizing the ProjectSettings