Skip to content

Commit 1dc21ef

Browse files
authored
Merge pull request #175 from MicrosoftDocs/main
12/4/2024 PM Publish
2 parents d1f82f2 + 73ef963 commit 1dc21ef

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

powershell-gallery/docs-conceptual/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: This article explains how to get started using the PowerShell Gallery and the PowerShellGet cmdlets
3-
ms.date: 05/07/2024
3+
ms.date: 12/04/2024
44
ms.topic: get-started
55
title: Get Started with the PowerShell Gallery
66
---
@@ -132,14 +132,14 @@ These hostnames should be added to the allow lists that control access from your
132132

133133
Hosts required for package discovery and download:
134134

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

139139
Hosts required when using the PowerShell Gallery website:
140140

141141
- `*.powershellgallery.com` - website
142-
- `go.microsoft.com` - redirection service
142+
- `go.microsoft.com` and `aka.ms` - redirection services
143143

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

powershell-gallery/docs-conceptual/powershellget/psresourceget-release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: This article contains release notes for the PSResourceGet module.
3-
ms.date: 10/31/2024
3+
ms.date: 12/04/2024
44
ms.topic: release-notes
55
title: What's new in PSResourceGet?
66
---
@@ -14,8 +14,8 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository.
1414

1515
## Release history
1616

17-
- v1.1.0-rc2 - Current preview release - released to the PowerShell Gallery only
18-
- v1.1.0-rc1 - Current preview release - first shipped in PowerShell 7.5.0-rc1
17+
- v1.1.0-rc2 - Current preview release - first shipped in PowerShell 7.5.0-rc1
18+
- v1.1.0-rc1 - Current preview release - first shipped in PowerShell 7.5.0-preview.5
1919
- v1.1.0-preview2 - released to the PowerShell Gallery only
2020
- v1.1.0-preview.1 - Preview release - first shipped in PowerShell 7.5.0-preview.4
2121
- v1.0.6 - released to the PowerShell Gallery only

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Describes how to use version 3.x of the PowerShellGet module.
33
Locale: en-US
44
ms.custom: 1.1.0-rc2
5-
ms.date: 10/31/2024
5+
ms.date: 12/04/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/about_PSResourceGet?view=powershellget-3.x&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: about PSResourceGet
@@ -11,7 +11,7 @@ title: about PSResourceGet
1111

1212
## Short description
1313

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

1717
## Long description

0 commit comments

Comments
 (0)