Skip to content

Commit

Permalink
Update release notes for 7.5-p2 (#10893)
Browse files Browse the repository at this point in the history
* Update release notes for 7.5-p2

* Add missing newline

---------

Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
  • Loading branch information
sdwheeler and michaeltlombardi authored Feb 23, 2024
1 parent 6911f1c commit 7d74fa1
Show file tree
Hide file tree
Showing 8 changed files with 190 additions and 166 deletions.
26 changes: 23 additions & 3 deletions reference/5.1/Microsoft.PowerShell.Management/New-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 01/29/2024
ms.date: 02/23/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: New-Item
Expand Down Expand Up @@ -645,9 +645,29 @@ You can pipe a value for the new item to this cmdlet.

## OUTPUTS

### System.Object
### System.Collections.DictionaryEntry

The cmdlet returns a **DictionaryEntry** object when creating a new environment variable.

### System.IO.DirectoryInfo

The cmdlet returns a **DirectoryInfo** object when creating a new directory in the filesystem.

### System.IO.FileInfo

The cmdlet returns a **FileInfo** object when creating a new file in the filesystem.

### System.Management.Automation.AliasInfo

The cmdlet returns a **AliasInfo** object when creating a new alias.

### System.Management.Automation.FunctionInfo

The cmdlet returns a **FunctionInfo** object when creating a new function.

### System.Management.Automation.PSVariable

This cmdlet returns the item that it creates.
The cmdlet returns a **PSVariable** object when creating a new variable.

## NOTES

Expand Down
26 changes: 23 additions & 3 deletions reference/7.2/Microsoft.PowerShell.Management/New-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 01/29/2024
ms.date: 02/23/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.2&WT.mc_id=ps-gethelp
schema: 2.0.0
title: New-Item
Expand Down Expand Up @@ -630,9 +630,29 @@ You can pipe a value for the new item to this cmdlet.

## OUTPUTS

### System.Object
### System.Collections.DictionaryEntry

The cmdlet returns a **DictionaryEntry** object when creating a new environment variable.

### System.IO.DirectoryInfo

The cmdlet returns a **DirectoryInfo** object when creating a new directory in the filesystem.

### System.IO.FileInfo

The cmdlet returns a **FileInfo** object when creating a new file in the filesystem.

### System.Management.Automation.AliasInfo

The cmdlet returns a **AliasInfo** object when creating a new alias.

### System.Management.Automation.FunctionInfo

The cmdlet returns a **FunctionInfo** object when creating a new function.

### System.Management.Automation.PSVariable

This cmdlet returns the item that it creates.
The cmdlet returns a **PSVariable** object when creating a new variable.

## NOTES

Expand Down
26 changes: 23 additions & 3 deletions reference/7.3/Microsoft.PowerShell.Management/New-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 01/29/2024
ms.date: 02/23/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.3&WT.mc_id=ps-gethelp
schema: 2.0.0
title: New-Item
Expand Down Expand Up @@ -630,9 +630,29 @@ You can pipe a value for the new item to this cmdlet.

## OUTPUTS

### System.Object
### System.Collections.DictionaryEntry

The cmdlet returns a **DictionaryEntry** object when creating a new environment variable.

### System.IO.DirectoryInfo

The cmdlet returns a **DirectoryInfo** object when creating a new directory in the filesystem.

### System.IO.FileInfo

The cmdlet returns a **FileInfo** object when creating a new file in the filesystem.

### System.Management.Automation.AliasInfo

The cmdlet returns a **AliasInfo** object when creating a new alias.

### System.Management.Automation.FunctionInfo

The cmdlet returns a **FunctionInfo** object when creating a new function.

### System.Management.Automation.PSVariable

This cmdlet returns the item that it creates.
The cmdlet returns a **PSVariable** object when creating a new variable.

## NOTES

Expand Down
26 changes: 23 additions & 3 deletions reference/7.4/Microsoft.PowerShell.Management/New-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 01/29/2024
ms.date: 02/23/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: New-Item
Expand Down Expand Up @@ -629,9 +629,29 @@ You can pipe a value for the new item to this cmdlet.

## OUTPUTS

### System.Object
### System.Collections.DictionaryEntry

The cmdlet returns a **DictionaryEntry** object when creating a new environment variable.

### System.IO.DirectoryInfo

The cmdlet returns a **DirectoryInfo** object when creating a new directory in the filesystem.

### System.IO.FileInfo

The cmdlet returns a **FileInfo** object when creating a new file in the filesystem.

### System.Management.Automation.AliasInfo

The cmdlet returns a **AliasInfo** object when creating a new alias.

### System.Management.Automation.FunctionInfo

The cmdlet returns a **FunctionInfo** object when creating a new function.

### System.Management.Automation.PSVariable

This cmdlet returns the item that it creates.
The cmdlet returns a **PSVariable** object when creating a new variable.

## NOTES

Expand Down
26 changes: 23 additions & 3 deletions reference/7.5/Microsoft.PowerShell.Management/New-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 01/29/2024
ms.date: 02/23/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
title: New-Item
Expand Down Expand Up @@ -629,9 +629,29 @@ You can pipe a value for the new item to this cmdlet.

## OUTPUTS

### System.Object
### System.Collections.DictionaryEntry

The cmdlet returns a **DictionaryEntry** object when creating a new environment variable.

### System.IO.DirectoryInfo

The cmdlet returns a **DirectoryInfo** object when creating a new directory in the filesystem.

### System.IO.FileInfo

The cmdlet returns a **FileInfo** object when creating a new file in the filesystem.

### System.Management.Automation.AliasInfo

The cmdlet returns a **AliasInfo** object when creating a new alias.

### System.Management.Automation.FunctionInfo

The cmdlet returns a **FunctionInfo** object when creating a new function.

### System.Management.Automation.PSVariable

This cmdlet returns the item that it creates.
The cmdlet returns a **PSVariable** object when creating a new variable.

## NOTES

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Details the policies governing support for PowerShell
ms.date: 02/05/2024
ms.date: 02/23/2024
title: PowerShell Support Lifecycle
---
# PowerShell Support Lifecycle
Expand Down Expand Up @@ -136,7 +136,7 @@ for historical reference. It isn't intended for use to determine the support lif

| Version | Release Date | Note |
| ----------------------------- | :----------: | ------------------------------------------------------------------------------- |
| PowerShell 7.5 (preview) | TBA | Built on .NET 8.0.1 |
| PowerShell 7.5 (preview) | TBA | Built on .NET 9.0.0-preview.1 |
| PowerShell 7.4 (LTS-current) | Nov-2023 | Built on .NET 8.0.0 |
| PowerShell 7.3 | Nov-2022 | Built on .NET 7.0 |
| PowerShell 7.2 (LTS-previous) | Nov-2021 | Built on .NET 6.0 (LTS-previous) |
Expand Down
Loading

0 comments on commit 7d74fa1

Please sign in to comment.