Skip to content

Commit 4d38ea0

Browse files
sdwheelerCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 180716d commit 4d38ea0

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

powershell-gallery/docs-conceptual/powershellget/how-to/use-credential-provider-with-azure-artifacts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parameter `-CredentialProvider` that allows you to configure the **CredentialPro
1515
a **PSResourceRepository**. This dynamic parameter only works with repositories that aren't
1616
**ContainerRegistry** repositories or the **PSGallery** repository.
1717

18-
The PSResourceGet automatically sets the value **CredentialProvider** to `AzArtifacts` when the URI
18+
PSResourceGet automatically sets the value **CredentialProvider** to `AzArtifacts` when the URI
1919
contains `pkgs.dev.azure.com` or `pkgs.visualstudio.com`. This check is done when registering a new
2020
repository or when PSResourceGet reads the registered repositories.
2121

@@ -39,15 +39,15 @@ attempts to find the Credential Provider file on the machine in the following or
3939
`common7\IDE\CommonExtensions\Microsoft\NuGet`
4040

4141
For more information about the discovery process, see _Convention-based discovery_ section of
42-
[NuGet cross platfor plugins][01].
42+
[NuGet cross platform plugins][01].
4343

4444
After locating the Credential Provider, PSResourceGet uses one of the following commands to call the
4545
provider:
4646

4747
- `CredentialProvider.Microsoft.exe -Uri <uri> -NonInteractive -IsRetry -F Json`
4848
- `dotnet CredentialProvider.Microsoft.dll -Uri <uri> -NonInteractive -IsRetry -F Json`
4949

50-
`CredentialProvider.Microsoft.exe` is used on Windows machines, while `dotnet` work on all supported
50+
`CredentialProvider.Microsoft.exe` is used on Windows machines, while `dotnet` works on all supported
5151
platforms
5252

5353
## Dependencies

powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PSResourceGet is a module with commands for discovering, installing, updating an
1717
PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts.
1818

1919
This documentation covers the latest version **Microsoft.PowerShell.PSResourceGet** v1.2.0-preview5
20-
For a list of differences between versions, see the
20+
For a list of differences between versions, see
2121
[What's new in PSResourceGet?](/powershell/gallery/powershellget/psresourceget-release-notes).
2222

2323
> [!IMPORTANT]

powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Update-PSModuleManifest.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
791791

792792
## NOTES
793793

794-
The module defines `udres` as an alias for `Update-PSResource`.
795794

796795
For a full description of the module manifest file, see
797796
[about_Module_Manifests](/powershell/module/microsoft.powershell.core/about/about_module_manifests).

0 commit comments

Comments
 (0)