Closed justinvp closed 2 months ago
Make OperationTypeConverter less strict to allow unknown operations (don't throw):
OperationTypeConverter
https://github.com/pulumi/pulumi-dotnet/blob/98282235bcf93bf0ba44515c4f8c8d7933c5a602/sdk/Pulumi.Automation/Serialization/OperationTypeConverter.cs#L7-L29
This is a post-mortem follow-up from https://github.com/pulumi/home/issues/3415.
It should be done before https://github.com/pulumi/pulumi/issues/15564
This issue has been addressed in PR #350 and shipped in release v3.69.0.
Make
OperationTypeConverter
less strict to allow unknown operations (don't throw):https://github.com/pulumi/pulumi-dotnet/blob/98282235bcf93bf0ba44515c4f8c8d7933c5a602/sdk/Pulumi.Automation/Serialization/OperationTypeConverter.cs#L7-L29
This is a post-mortem follow-up from https://github.com/pulumi/home/issues/3415.
It should be done before https://github.com/pulumi/pulumi/issues/15564