Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add "REST API Client..." menu not available

I have been successfully using the Visual Studio tool for generating REST API clients for a while, but after installing the latest Visual Studio updates the option is no longer available.

I haven't found any info on how to restore the tool. Anyone knows how to restore it?

enter image description here

UPDATE: here is how my menu looks like No REST API menu

like image 427
David Rodriguez Avatar asked Sep 19 '25 02:09

David Rodriguez


1 Answers

I noticed another difference on the missing menus: the "Add New Azure Webjob project" and "Existing Project as Azure WebJob" were missing as well. So I tried reinstalling the Azure SDK 2.8.2 and all the menu options are available again.

I suspect that the "Cloud Explorer for Visual Studio" update I installed some days back is guilty. I didn't know that the "Add REST API client..." utility was part of the SDK (perhaps not, but reinstalling fixed the problem).

REST API menu ok

like image 102
David Rodriguez Avatar answered Sep 20 '25 22:09

David Rodriguez