diff --git a/powershell-gallery/docs-conceptual/powershellget/overview.md b/powershell-gallery/docs-conceptual/powershellget/overview.md index b94efd3..77ade4a 100644 --- a/powershell-gallery/docs-conceptual/powershellget/overview.md +++ b/powershell-gallery/docs-conceptual/powershellget/overview.md @@ -1,6 +1,6 @@ --- description: This article explains the purpose and history of PowerShellGet -ms.date: 05/17/2024 +ms.date: 10/31/2024 ms.topic: overview title: Package management for PowerShell --- @@ -28,10 +28,12 @@ packages can contain artifacts such as Modules, DSC Resources, and Scripts. The Supported versions: - Current release - - **Microsoft.PowerShell.PSResourceGet** 1.0.5 - a standalone module that doesn't depend on the + - **Microsoft.PowerShell.PSResourceGet** 1.0.6 - a standalone module that doesn't depend on the **PowerShellGet** or **PackageManagement** modules - **PowerShellGet** 2.2.5 with **PackageManagement** 1.4.8.1 - Preview release + - **Microsoft.PowerShell.PSResourceGet** 1.1.0-rc2 - adds `Compress-PSResource` to create `.nupkg` + files, the ability to publish `.nupkg` files, and support configuration Group Policy. - **PowerShellGet** 3.0.23-beta23 - a compatibility module that contains proxy cmdlets that call the new cmdlets in **Microsoft.PowerShell.PSResourceGet**. The proxy cmdlets allow you to continue to use the old cmdlet names in your scripts while you transition to the new cmdlets. @@ -40,6 +42,7 @@ Supported versions: For best results, use the latest version of the **Microsoft.PowerShell.PSResourceGet** module. +- **Microsoft.PowerShell.PSResourceGet** 1.0.6 - released to the PowerShell Gallery on 10-Oct-2024 - **Microsoft.PowerShell.PSResourceGet** 1.0.5 - shipped in **PowerShell 7.5-preview.3** - **Microsoft.PowerShell.PSResourceGet** 1.0.4.1 - shipped in **PowerShell 7.4.2** - **Microsoft.PowerShell.PSResourceGet** 1.0.2 - released to the PowerShell Gallery on 06-Feb-2024 diff --git a/powershell-gallery/docs-conceptual/powershellget/psresourceget-release-notes.md b/powershell-gallery/docs-conceptual/powershellget/psresourceget-release-notes.md index c159ce9..6154695 100644 --- a/powershell-gallery/docs-conceptual/powershellget/psresourceget-release-notes.md +++ b/powershell-gallery/docs-conceptual/powershellget/psresourceget-release-notes.md @@ -1,6 +1,6 @@ --- description: This article contains release notes for the PSResourceGet module. -ms.date: 10/22/2024 +ms.date: 10/31/2024 ms.topic: release-notes title: What's new in PSResourceGet? --- @@ -9,14 +9,16 @@ title: What's new in PSResourceGet? This is a summary of changes to the **Microsoft.PowerShell.PSResourceGet** module. For a more complete list of changes, see the [CHANGELOG][01] in the GitHub repository. -- Current preview: **Microsoft.PowerShell.PSResourceGet** v1.1.0-rc1 -- Current stable release: **Microsoft.PowerShell.PSResourceGet** v1.0.5 +- Current preview: **Microsoft.PowerShell.PSResourceGet** v1.1.0-rc2 +- Current stable release: **Microsoft.PowerShell.PSResourceGet** v1.0.6 ## Release history +- v1.1.0-rc2 - Current preview release - released to the PowerShell Gallery only - v1.1.0-rc1 - Current preview release - first shipped in PowerShell 7.5.0-rc1 - v1.1.0-preview2 - released to the PowerShell Gallery only - v1.1.0-preview.1 - Preview release - first shipped in PowerShell 7.5.0-preview.4 +- v1.0.6 - released to the PowerShell Gallery only - v1.0.5 - first shipped in PowerShell 7.5.0-preview.3 - v1.0.4.1 - first shipped in PowerShell 7.4.2 - v1.0.4 - released to the PowerShell Gallery only @@ -27,6 +29,13 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository. ## Release notes +### v1.1.0-rc2 - 2024-10-30 + +- Implemented full Microsoft Artifact Registry integration +- Update to use OCI v2 APIs for Container Registry +- Fixes finding and installing from local repositories on Linux +- Fixes finding package names with 4 part version from local repositories + ### v1.1.0-rc1 - 2024-10-24 - Added Group Policy support @@ -52,6 +61,10 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository. - Allowed PSResourceGet to run Constrained Languange Mode - Fixed incorrect request URL when installing resources from ADO +### v1.0.6 - 2024-10-10 + +- Bump System.Text.Json to 8.0.5 + ### v1.0.5 - 2024-05-13 - Added 10 minute timeout to HTTPClient diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet.md index e59fe64..12ea5d3 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet.md @@ -1,8 +1,8 @@ --- description: Describes how to use version 3.x of the PowerShellGet module. Locale: en-US -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/about_PSResourceGet?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 title: about PSResourceGet diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet_Group_Policy.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet_Group_Policy.md index ee17396..a2a0035 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet_Group_Policy.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet_Group_Policy.md @@ -1,8 +1,8 @@ --- description: Describes the Group Policy settings for PowerShell Locale: en-US -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_psresourceget_group_policy?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 title: about_PSResourceGet_Group_Policy diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Compress-PSResource.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Compress-PSResource.md index 6396cfb..8e0061c 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Compress-PSResource.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Compress-PSResource.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/compress-psresource?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Find-PSResource.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Find-PSResource.md index 6ac4106..ef6a610 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Find-PSResource.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Find-PSResource.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/find-psresource?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Get-InstalledPSResource.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Get-InstalledPSResource.md index 8c0bac1..c256279 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Get-InstalledPSResource.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Get-InstalledPSResource.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/get-installedpsresource?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Get-PSResourceRepository.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Get-PSResourceRepository.md index 68c386d..be254aa 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Get-PSResourceRepository.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Get-PSResourceRepository.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/get-psresourcerepository?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Get-PSScriptFileInfo.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Get-PSScriptFileInfo.md index 28d28ab..a816d2f 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Get-PSScriptFileInfo.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Get-PSScriptFileInfo.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/get-psscriptfileinfo?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Import-PSGetRepository.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Import-PSGetRepository.md index e0fba6d..a9d0621 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Import-PSGetRepository.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Import-PSGetRepository.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/import-psgetrepository?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Install-PSResource.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Install-PSResource.md index 7cac328..78d4843 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Install-PSResource.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Install-PSResource.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/install-psresource?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.md index 1d11eec..ad200b6 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.md @@ -4,8 +4,8 @@ Help Version: 3.0.24260 Locale: en-US Module Guid: e4e0bda1-0703-44a5-b70d-8fe704cd0643 Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 schema: 2.0.0 title: Microsoft.PowerShell.PSResourceGet --- @@ -16,8 +16,8 @@ title: Microsoft.PowerShell.PSResourceGet PSResourceGet is a module with commands for discovering, installing, updating and publishing PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts. -This documentation covers the latest version **Microsoft.PowerShell.PSResourceGet** v1.1.0-rc1. -For a list of differences between versions, see the +This documentation covers the latest version **Microsoft.PowerShell.PSResourceGet** v1.1.0-rc2. For +a list of differences between versions, see the [What's new in PSResourceGet?](/powershell/gallery/powershellget/psresourceget-release-notes). > [!IMPORTANT] diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/New-PSScriptFileInfo.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/New-PSScriptFileInfo.md index 66f35f5..c39c02f 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/New-PSScriptFileInfo.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/New-PSScriptFileInfo.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/new-psscriptfileinfo?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Publish-PSResource.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Publish-PSResource.md index 8b0de07..bdbe2b5 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Publish-PSResource.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Publish-PSResource.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/publish-psresource?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Register-PSResourceRepository.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Register-PSResourceRepository.md index 9a85837..c527062 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Register-PSResourceRepository.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Register-PSResourceRepository.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/register-psresourcerepository?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Save-PSResource.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Save-PSResource.md index 9a21266..54708fe 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Save-PSResource.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Save-PSResource.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/save-psresource?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- @@ -20,8 +20,8 @@ Saves resources (modules and scripts) from a registered repository onto the mach ``` Save-PSResource [-Name] [-Version ] [-Prerelease] [-Repository ] [-Credential ] [-IncludeXml] [-Path ] [-TemporaryPath ] - [-TrustRepository] [-PassThru] [-SkipDependencyCheck] [-AuthenticodeCheck] [-WhatIf] [-Confirm] - [] + [-TrustRepository] [-PassThru] [-SkipDependencyCheck] [-AuthenticodeCheck] [-AcceptLicense] + [-WhatIf] [-Confirm] [] ``` ### AsNupkgParameterSet @@ -29,8 +29,8 @@ Save-PSResource [-Name] [-Version ] [-Prerelease] [-Repositor ``` Save-PSResource [-Name] [-Version ] [-Prerelease] [-Repository ] [-Credential ] [-AsNupkg] [-Path ] [-TemporaryPath ] - [-TrustRepository] [-PassThru] [-SkipDependencyCheck] [-AuthenticodeCheck] [-WhatIf] [-Confirm] - [] + [-TrustRepository] [-PassThru] [-SkipDependencyCheck] [-AuthenticodeCheck] [-AcceptLicense] + [-WhatIf] [-Confirm] [] ``` ### InputObjectParameterSet @@ -38,8 +38,8 @@ Save-PSResource [-Name] [-Version ] [-Prerelease] [-Repositor ``` Save-PSResource [-Repository ] [-Credential ] [-AsNupkg] [-IncludeXml] [-Path ] [-TemporaryPath ] [-TrustRepository] [-PassThru] - [-InputObject] [-SkipDependencyCheck] [-AuthenticodeCheck] [-WhatIf] - [-Confirm] [] + [-InputObject] [-SkipDependencyCheck] [-AuthenticodeCheck] [-AcceptLicense] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -89,25 +89,11 @@ Save-PSResource Az -IncludeXML ## PARAMETERS -### -AsNupkg - -Saves the resource as a `.nupkg` file. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: AsNupkgParameterSet, InputObjectParameterSet -Aliases: - -Required: False -Position: Named -Default value: False -Accept pipeline input: False -Accept wildcard characters: False -``` +### -AcceptLicense -### -AuthenticodeCheck +For modules that require a license, automatically accepts the license agreement during installation. -Validates the resource's signed files and catalog files on Windows. +This parameter was added in PSResourceGet 1.1.0-rc1. ```yaml Type: System.Management.Automation.SwitchParameter @@ -121,15 +107,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Quiet - -Suppresses the progress bar output. +### -AsNupkg -This parameter was added in PSResourceGet 1.1.0-rc1. +Saves the resource as a `.nupkg` file. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) +Parameter Sets: AsNupkgParameterSet, InputObjectParameterSet Aliases: Required: False @@ -139,11 +123,9 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -AcceptLicense - -For modules that require a license, automatically accepts the license agreement during installation. +### -AuthenticodeCheck -This parameter was added in PSResourceGet 1.1.0-rc1. +Validates the resource's signed files and catalog files on Windows. ```yaml Type: System.Management.Automation.SwitchParameter @@ -270,6 +252,24 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -Quiet + +Suppresses the progress bar output. + +This parameter was added in PSResourceGet 1.1.0-rc1. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Repository Specifies one or more repository names to search. If not specified, search includes all registered diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Set-PSResourceRepository.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Set-PSResourceRepository.md index ccc9894..ddc0849 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Set-PSResourceRepository.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Set-PSResourceRepository.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/set-psresourcerepository?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Test-PSScriptFileInfo.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Test-PSScriptFileInfo.md index 58dc5cf..f2a8c79 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Test-PSScriptFileInfo.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Test-PSScriptFileInfo.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/test-psscriptfileinfo?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Uninstall-PSResource.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Uninstall-PSResource.md index 62c865b..2d81bbc 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Uninstall-PSResource.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Uninstall-PSResource.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/uninstall-psresource?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Unregister-PSResourceRepository.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Unregister-PSResourceRepository.md index b89822a..b6f73a7 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Unregister-PSResourceRepository.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Unregister-PSResourceRepository.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/unregister-psresourcerepository?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Update-PSModuleManifest.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Update-PSModuleManifest.md index ed3d18f..c4ddef6 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Update-PSModuleManifest.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Update-PSModuleManifest.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/update-psmodulemanifest?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Update-PSResource.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Update-PSResource.md index fe45ee4..759523f 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Update-PSResource.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Update-PSResource.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/update-psresource?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 --- diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Update-PSScriptFileInfo.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Update-PSScriptFileInfo.md index 638241a..1dc8b15 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Update-PSScriptFileInfo.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Update-PSScriptFileInfo.md @@ -1,8 +1,8 @@ --- external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml Module Name: Microsoft.PowerShell.PSResourceGet -ms.custom: 1.1.0-rc1 -ms.date: 10/22/2024 +ms.custom: 1.1.0-rc2 +ms.date: 10/31/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/update-psscriptfileinfo?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 ---