tall-librarian-49374
09/24/2018, 2:23 PMCustomResource
and it complains about what I pass to super
call...
E.g. class MyFunctionApp extends pulumi.CustomResource {
constructor(name: string, options: MyAppServiceOptions) {
super("azure:mikhail:MyFunctionApp", name);
gets unrecognized resource type (Check): azure:mikhail:MyFunctionApp
stocky-spoon-28903
09/24/2018, 2:27 PMtall-librarian-49374
09/24/2018, 2:28 PMno resource plugin 'mikhail' found in the workspace
stocky-spoon-28903
09/24/2018, 2:29 PMtall-librarian-49374
09/24/2018, 2:30 PMstocky-spoon-28903
09/24/2018, 2:32 PM