Description:
Running azd tool list shows azd-ai-extensions as Not Installed, even though AI-related azd extensions are already installed locally and shown by azd ext list.


In addition, azd tool install azd-ai-extensions fails with: azd AI Extensions was installed but verification failed.

Steps to Reproduce:
- Install the latest daily version of azd.
- Run
azd config set alpha.tool on.
- Run
azd tool list.
- Run
azd ext list.
- Run
azd tool install azd-ai-extensions.
Environment:
- Azd version: azd version 1.26.0-beta.1-daily.6280267 (commit 0632821) (daily).
- OS: Windows, Linux and Mac.
Expected Behavior:
azd tool list should accurately reflect the installed state of azd-ai-extensions
azd tool install azd-ai-extensions should either detect that it is already satisfied or install successfully without verification failure
@rajeshkamal5050 and @wbreza for notification.
Description:


Running
azd tool listshowsazd-ai-extensionsasNot Installed, even though AI-related azd extensions are already installed locally and shown byazd ext list.In addition,

azd tool install azd-ai-extensionsfails with:azd AI Extensions was installed but verification failed.Steps to Reproduce:
azd config set alpha.tool on.azd tool list.azd ext list.azd tool install azd-ai-extensions.Environment:
Expected Behavior:
azd tool listshould accurately reflect the installed state ofazd-ai-extensionsazd tool install azd-ai-extensionsshould either detect that it is already satisfied or install successfully without verification failure@rajeshkamal5050 and @wbreza for notification.