Skip to content

Commit

Permalink
Apply code block syntax to parameter values (#11511)
Browse files Browse the repository at this point in the history
* Update New-Item.md

* Copy changes to all versions

---------

Co-authored-by: Sean Wheeler <[email protected]>
  • Loading branch information
uiolee and sdwheeler authored Nov 5, 2024
1 parent dc4d3bb commit 2a69f43
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
18 changes: 9 additions & 9 deletions reference/5.1/Microsoft.PowerShell.Management/New-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,21 +379,21 @@ on the current provider you are using.

If your location is in a `FileSystem` drive, the following values are allowed:

- File
- Directory
- SymbolicLink
- Junction
- HardLink
- `File`
- `Directory`
- `SymbolicLink`
- `Junction`
- `HardLink`

When you create a file using this method, the resulting file is encoded as UTF-8 without a
byte-order-mark (BOM).

In a `Certificate` drive, these are the values you can specify:

- Certificate Provider
- Certificate
- Store
- StoreLocation
- `Certificate Provider`
- `Certificate`
- `Store`
- `StoreLocation`

For more information see [about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).

Expand Down
18 changes: 9 additions & 9 deletions reference/7.2/Microsoft.PowerShell.Management/New-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,11 @@ on the current provider you are using.

If your location is in a `FileSystem` drive, the following values are allowed:

- File
- Directory
- SymbolicLink
- Junction
- HardLink
- `File`
- `Directory`
- `SymbolicLink`
- `Junction`
- `HardLink`

> [!NOTE]
> Creating a `SymbolicLink` type on Windows requires elevation as administrator. However, Windows 10
Expand All @@ -392,10 +392,10 @@ If your location is in a `FileSystem` drive, the following values are allowed:

In a `Certificate` drive, these are the values you can specify:

- Certificate Provider
- Certificate
- Store
- StoreLocation
- `Certificate Provider`
- `Certificate`
- `Store`
- `StoreLocation`

For more information see [about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).

Expand Down
18 changes: 9 additions & 9 deletions reference/7.4/Microsoft.PowerShell.Management/New-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,11 @@ on the current provider you are using.

If your location is in a `FileSystem` drive, the following values are allowed:

- File
- Directory
- SymbolicLink
- Junction
- HardLink
- `File`
- `Directory`
- `SymbolicLink`
- `Junction`
- `HardLink`

> [!NOTE]
> Creating a `SymbolicLink` type on Windows requires elevation as administrator. However, Windows 10
Expand All @@ -391,10 +391,10 @@ If your location is in a `FileSystem` drive, the following values are allowed:

In a `Certificate` drive, these are the values you can specify:

- Certificate Provider
- Certificate
- Store
- StoreLocation
- `Certificate Provider`
- `Certificate`
- `Store`
- `StoreLocation`

For more information see [about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).

Expand Down
18 changes: 9 additions & 9 deletions reference/7.5/Microsoft.PowerShell.Management/New-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,11 @@ on the current provider you are using.

If your location is in a `FileSystem` drive, the following values are allowed:

- File
- Directory
- SymbolicLink
- Junction
- HardLink
- `File`
- `Directory`
- `SymbolicLink`
- `Junction`
- `HardLink`

> [!NOTE]
> Creating a `SymbolicLink` type on Windows requires elevation as administrator. However, Windows 10
Expand All @@ -391,10 +391,10 @@ If your location is in a `FileSystem` drive, the following values are allowed:

In a `Certificate` drive, these are the values you can specify:

- Certificate Provider
- Certificate
- Store
- StoreLocation
- `Certificate Provider`
- `Certificate`
- `Store`
- `StoreLocation`

For more information see [about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).

Expand Down

0 comments on commit 2a69f43

Please sign in to comment.