Skip to content

Commit

Permalink
fixing typo and adding signature
Browse files Browse the repository at this point in the history
  • Loading branch information
JunyuQian committed Jan 9, 2025
1 parent 4e60e6b commit 468ba12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/aksFleet/aksFleetManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ export default async function aksCreateFleet(_context: IActionContext, target: u
);

// Create a fleet using hardcoded parameters.
// TODO: Replace hardcoded 'junyuqian', 'vscode-fleet', and 'Australia East' with configurable inputs.
// TODO: Replace hardcoded 'Fleet-Resource-Name', 'Fleet-Name', and 'Australia East' with configurable inputs.
createFleet(
client,
"Fleet-Resrource-Name", // Fleet resource group name (hardcoded).
"Fleet-Resource-Name", // Fleet resource group name (hardcoded).
"Fleet-Name", // Fleet name (hardcoded).
{ location: "Australia East" }, // Location (hardcoded).
);
Expand Down

0 comments on commit 468ba12

Please sign in to comment.