Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions powershell-gallery/docs-conceptual/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: This article explains how to get started using the PowerShell Gallery and the PowerShellGet cmdlets
ms.date: 05/07/2024
ms.date: 12/04/2024
ms.topic: get-started
title: Get Started with the PowerShell Gallery
---
Expand Down Expand Up @@ -132,14 +132,14 @@ These hostnames should be added to the allow lists that control access from your

Hosts required for package discovery and download:

- `onegetcdn.azureedge.net` - CDN hostname used by the PowerShellGet module
- `powershellgallery.azureedge.net` - CDN hostname used by the PowerShellGet and
Microsoft.PowerShell.PSResourceGet modules
- `onegetcdn.azureedge.net`
- `powershellgallery.azureedge.net`
- `psg-prod-eastus.azureedge.net`

Hosts required when using the PowerShell Gallery website:

- `*.powershellgallery.com` - website
- `go.microsoft.com` - redirection service
- `go.microsoft.com` and `aka.ms` - redirection services

[!INCLUDE [TLS 1.2 Requirement](../includes/tls-gallery.md)]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: This article contains release notes for the PSResourceGet module.
ms.date: 10/31/2024
ms.date: 12/04/2024
ms.topic: release-notes
title: What's new in PSResourceGet?
---
Expand All @@ -14,8 +14,8 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository.

## 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-rc2 - Current preview release - first shipped in PowerShell 7.5.0-rc1
- v1.1.0-rc1 - Current preview release - first shipped in PowerShell 7.5.0-preview.5
- 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Describes how to use version 3.x of the PowerShellGet module.
Locale: en-US
ms.custom: 1.1.0-rc2
ms.date: 10/31/2024
ms.date: 12/04/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
Expand All @@ -11,7 +11,7 @@ title: about PSResourceGet

## Short description

Describes how to use version 1.1.0-rc1 of the
Describes how to use version 1.1.0-rc2 of the
**Microsoft.PowerShell.PSResourceGet** module.

## Long description
Expand Down