Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/azd/cmd/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func (a *updateAction) Run(ctx context.Context) (*actions.ActionResult, error) {
"Updated azd to version %s! Changes take effect on next invocation.",
versionInfo.Version,
),
FollowUp: "Run `azd --version` to confirm.",
FollowUp: "Run `azd version` to confirm.",
},
}, nil
}
Expand Down
2 changes: 1 addition & 1 deletion ext/vscode/TESTING_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ This guide provides a comprehensive list of all extension features and how to te
**How to test**:
- Command Palette → "Azure Developer CLI: Install CLI"
- Follow installation prompts for your OS
- Verify installation with `azd --version` in terminal
- Verify installation with `azd version` in terminal
- Should show version number

### 34. Login
Expand Down
Loading