ExtensionManagementRestClient use wrong base url
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- azure, typescript
- Domain
- api
Research direction
Start at ExtensionManagementRestClient and its getInstalledExtensionByName method, then trace how the request base URL is selected. Verify the generated request targets extmgmt.dev.azure.com while preserving the installed-extension path; done when the client uses that host instead of dev.azure.com.
Written by the indexing model from the issue text.
Description
Trying to use the extension management rest client get installed extension information:
const client = getClient(ExtensionManagementRestClient, getAdoClientOptions());
const extension = await client.getInstalledExtensionByName(publisherName, extensionName);
Inspect the actual network and find that wrong base url is used:
https://dev.azure.com/{org}/_apis/ExtensionManagement/InstalledExtensionsByName/{publisherName}/{extensionaName}
this should be the right base Url:
https://extmgmt.dev.azure.com
- Dominant language
- TypeScript
- Stars
- 126
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/azure-devops-extension-api
-
Difficulty 1/5 Under an hour Newbie friendliness 70/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
microsoft/azure-devops-extension-api#171 · 1 comment · 3 reactions ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
microsoft/azure-devops-extension-api#166 · 1 reaction ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
microsoft/azure-devops-extension-api#163 · 1 comment ·
All issues in microsoft/azure-devops-extension-api
Similar issues
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 91/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 95/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100