We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b349ae commit 438ec68Copy full SHA for 438ec68
src/console/MakeResourceCommand.ts
@@ -33,7 +33,7 @@ export class MakeResourceCommand extends AbstractMakeCommand {
33
public makeApiTestCommand: MakeApiTestCommand;
34
35
public async run(): Promise<void> {
36
- this.context = await askFileName(this.context, this.type, this.suffix, this.prefix);
+ this.context = await this.askFileName(this.context, this.type, this.suffix, this.prefix);
37
this.context.properties = await askProperties(this.context.name);
38
this.context.hasProperties = true;
39
this.context.isResourceTemplate = true;
0 commit comments