mirror of https://github.com/pulumi/pulumi.git
3621c01f4b
When using a dynamic provider, the following messages are printed, because we did not update the dynamic provider when we added these new RPCs: ``` Method handler checkConfig for /pulumirpc.ResourceProvider/CheckConfig expected but not provided Method handler diffConfig for /pulumirpc.ResourceProvider/DiffConfig expected but not provided ``` Given that we don't do anything for the `configure` RPC today, we can also just no-op these RPCs as well. |
||
---|---|---|
.. | ||
index.ts |