From 37247889e0fe34be0163202861d8b2049b8c9e04 Mon Sep 17 00:00:00 2001 From: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com> Date: Sat, 12 Oct 2024 07:03:59 +1100 Subject: [PATCH] Documentation - added `Microsoft.Rest` as a supported source type (#4873) - [X] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [ ] This pull request is related to an issue. ----- On the winget source documentation page, there is a missing supported source type, namely `Microsoft.Rest`. E.g. see the Winget [troubleshooting page](https://learn.microsoft.com/en-us/windows/package-manager/winget/troubleshooting#:~:text=%3E%20winget%20source%20add%20%2Dn%20mysource%20%2Dt%20Microsoft.REST%20%2Da%20https%3A//www.contoso.org%20%2D%2Dverbose) which shows examples of `Microsoft.Rest` usage. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/4873) --- doc/windows/package-manager/winget/source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/windows/package-manager/winget/source.md b/doc/windows/package-manager/winget/source.md index 340a26935e..6f87ba5e36 100644 --- a/doc/windows/package-manager/winget/source.md +++ b/doc/windows/package-manager/winget/source.md @@ -71,6 +71,7 @@ The **add** sub-command also supports the optional **type** parameter. The **typ | Type | Description | |--------------|-------------| | **Microsoft.PreIndexed.Package** | The type of source \. | +| **Microsoft.Rest** | A Microsoft REST API source. | ## list