You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is wrong property type for Config in ProjectSettingsModel. Right now it's string while specfication assumets it's map.
That cause than when I try to use LocalWorkspace automation it crash on deserialization.
name: MyProjectruntime: dotnetdescription: Persistenceconfig:
pulumi-disable-default-providers:
- kubernetessome-setting: dev
Output of pulumi about
I'm using NuGet package Pulumi.Automation Version="3.67.1"
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
What happened?
There is wrong property type for
Config
inProjectSettingsModel
. Right now it's string while specfication assumets it's map.That cause than when I try to use LocalWorkspace automation it crash on deserialization.
Example
Code that crashes:
Configuration Pulumi.yaml:
Output of
pulumi about
I'm using NuGet package Pulumi.Automation Version="3.67.1"
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: