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
1 change: 1 addition & 0 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"need_generate_pdf_url_template": false,
"need_preview_pull_request": true,
"notification_subscribers": [],
"package_version" : "latest",
"redirection_files": [
"redir/.openpublishing.redirection.json",
"redir/.openpublishing.redirection.51.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,9 @@ For more information, see [about_Comparison_Operators][05].
[13]: xref:System.ComponentModel.TypeConverter
[14]: xref:System.ComponentModel.TypeConverterAttribute
[15]: xref:System.Enum
[16]: xref:System.Globalization.CultureInfo.InvariantCulture*
[16]: xref:System.Globalization.CultureInfo.InvariantCulture%2A
[17]: xref:System.Management.Automation.ArgumentTransformationAttribute
[18]: xref:System.Management.Automation.PSTypeConverter
[19]: xref:System.Math.DivRem*
[20]: xref:System.Math.Round*#midpoint-values-and-rounding-conventions
[21]: xref:System.Math.Truncate*
[19]: xref:System.Math.DivRem%2A
[20]: xref:System.Math.Round%2A#midpoint-values-and-rounding-conventions
[21]: xref:System.Math.Truncate%2A
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ foreach ($point in $p) {
[02]: about_If.md
[03]: about_Language_Keywords.md
[04]: about_Script_Blocks.md
[05]: xref:System.IO.DirectoryInfo.GetFiles*#system-io-directoryinfo-getfiles(system-string-system-io-enumerationoptions)
[05]: xref:System.IO.DirectoryInfo.GetFiles%2A#system-io-directoryinfo-getfiles(system-string-system-io-enumerationoptions)
2 changes: 1 addition & 1 deletion reference/5.1/Microsoft.PowerShell.Core/TabExpansion2.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

[about_Tab_Expansion](./about/about_Tab_Expansion.md)

[CompleteInput() method](xref:System.Management.Automation.CommandCompletion.CompleteInput*)
[CompleteInput() method](xref:System.Management.Automation.CommandCompletion.CompleteInput%2A)
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,9 @@ For more information, see [about_Comparison_Operators][05].
[13]: xref:System.ComponentModel.TypeConverter
[14]: xref:System.ComponentModel.TypeConverterAttribute
[15]: xref:System.Enum
[16]: xref:System.Globalization.CultureInfo.InvariantCulture*
[16]: xref:System.Globalization.CultureInfo.InvariantCulture%2A
[17]: xref:System.Management.Automation.ArgumentTransformationAttribute
[18]: xref:System.Management.Automation.PSTypeConverter
[19]: xref:System.Math.DivRem*
[20]: xref:System.Math.Round*#midpoint-values-and-rounding-conventions
[21]: xref:System.Math.Truncate*
[19]: xref:System.Math.DivRem%2A
[20]: xref:System.Math.Round%2A#midpoint-values-and-rounding-conventions
[21]: xref:System.Math.Truncate%2A
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ foreach ($point in $p) {
[02]: about_If.md
[03]: about_Language_Keywords.md
[04]: about_Script_Blocks.md
[05]: xref:System.IO.DirectoryInfo.GetFiles*#system-io-directoryinfo-getfiles(system-string-system-io-enumerationoptions)
[05]: xref:System.IO.DirectoryInfo.GetFiles%2A#system-io-directoryinfo-getfiles(system-string-system-io-enumerationoptions)
2 changes: 1 addition & 1 deletion reference/7.4/Microsoft.PowerShell.Core/TabExpansion2.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

[about_Tab_Expansion](./about/about_Tab_Expansion.md)

[CompleteInput() method](xref:System.Management.Automation.CommandCompletion.CompleteInput*)
[CompleteInput() method](xref:System.Management.Automation.CommandCompletion.CompleteInput%2A)
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ You can also pipe a body value to `Invoke-RestMethod`.
The **Body** parameter can be used to specify a list of query parameters or specify the content of
the request. For query parameters, the cmdlet uses the **System.Net.WebUtility.UrlEncode** method
method to encode the key-value pairs. For more information about encoding strings for URLs, see
[the UrlEncode() method reference](xref:System.Net.WebUtility.UrlEncode*).
[the UrlEncode() method reference](xref:System.Net.WebUtility.UrlEncode%2A).

When the input is a POST request and the body is a **String**, the value to the left of the first
equals sign (`=`) is set as a key in the form data and the remaining text is set as the value. To
Expand Down Expand Up @@ -1507,7 +1507,7 @@ PowerShell includes the following aliases for `Invoke-RestMethod`:
Some features may not be available on all platforms.

Because of changes in .NET Core 3.1, PowerShell 7.0 and higher use the
[HttpClient.DefaultProxy](xref:System.Net.Http.HttpClient.DefaultProxy*) property to determine the
[HttpClient.DefaultProxy](xref:System.Net.Http.HttpClient.DefaultProxy%2A) property to determine the
proxy configuration.

The value of this property differ depending on your platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ You can also pipe a body value to `Invoke-WebRequest`.
The **Body** parameter can be used to specify a list of query parameters or specify the content of
the response. For query parameters, the cmdlet uses the **System.Net.WebUtility.UrlEncode** method
method to encode the key-value pairs. For more information about encoding strings for URLs, see
[the UrlEncode() method reference](xref:System.Net.WebUtility.UrlEncode*).
[the UrlEncode() method reference](xref:System.Net.WebUtility.UrlEncode%2A).

When the input is a POST request and the body is a **String**, the value to the left of the first
equals sign (`=`) is set as a key in the form data and the remaining text is set as the value. To
Expand Down Expand Up @@ -1491,7 +1491,7 @@ For more information, see
[BasicHtmlWebResponseObject](xref:Microsoft.PowerShell.Commands.BasicHtmlWebResponseObject).

Because of changes in .NET Core 3.1, PowerShell 7.0 and higher use the
[HttpClient.DefaultProxy](xref:System.Net.Http.HttpClient.DefaultProxy*)
[HttpClient.DefaultProxy](xref:System.Net.Http.HttpClient.DefaultProxy%2A)
property to determine the proxy configuration.

The value of this property is determined by your platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,9 @@ For more information, see [about_Comparison_Operators][05].
[13]: xref:System.ComponentModel.TypeConverter
[14]: xref:System.ComponentModel.TypeConverterAttribute
[15]: xref:System.Enum
[16]: xref:System.Globalization.CultureInfo.InvariantCulture*
[16]: xref:System.Globalization.CultureInfo.InvariantCulture%2A
[17]: xref:System.Management.Automation.ArgumentTransformationAttribute
[18]: xref:System.Management.Automation.PSTypeConverter
[19]: xref:System.Math.DivRem*
[20]: xref:System.Math.Round*#midpoint-values-and-rounding-conventions
[21]: xref:System.Math.Truncate*
[19]: xref:System.Math.DivRem%2A
[20]: xref:System.Math.Round%2A#midpoint-values-and-rounding-conventions
[21]: xref:System.Math.Truncate%2A
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ foreach ($point in $p) {
[02]: about_If.md
[03]: about_Language_Keywords.md
[04]: about_Script_Blocks.md
[05]: xref:System.IO.DirectoryInfo.GetFiles*#system-io-directoryinfo-getfiles(system-string-system-io-enumerationoptions)
[05]: xref:System.IO.DirectoryInfo.GetFiles%2A#system-io-directoryinfo-getfiles(system-string-system-io-enumerationoptions)
2 changes: 1 addition & 1 deletion reference/7.5/Microsoft.PowerShell.Core/TabExpansion2.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

[about_Tab_Expansion](About/about_Tab_Expansion.md)

[CompleteInput() method](xref:System.Management.Automation.CommandCompletion.CompleteInput*)
[CompleteInput() method](xref:System.Management.Automation.CommandCompletion.CompleteInput%2A)
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ You can also pipe a body value to `Invoke-RestMethod`.
The **Body** parameter can be used to specify a list of query parameters or specify the content of
the request. For query parameters, the cmdlet uses the **System.Net.WebUtility.UrlEncode** method
method to encode the key-value pairs. For more information about encoding strings for URLs, see
[the UrlEncode() method reference](xref:System.Net.WebUtility.UrlEncode*).
[the UrlEncode() method reference](xref:System.Net.WebUtility.UrlEncode%2A).

When the input is a POST request and the body is a **String**, the value to the left of the first
equals sign (`=`) is set as a key in the form data and the remaining text is set as the value. To
Expand Down Expand Up @@ -1502,7 +1502,7 @@ PowerShell includes the following aliases for `Invoke-RestMethod`:
Some features may not be available on all platforms.

Because of changes in .NET Core 3.1, PowerShell 7.0 and higher use the
[HttpClient.DefaultProxy](xref:System.Net.Http.HttpClient.DefaultProxy*) property to determine the
[HttpClient.DefaultProxy](xref:System.Net.Http.HttpClient.DefaultProxy%2A) property to determine the
proxy configuration.

The value of this property differ depending on your platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ You can also pipe a body value to `Invoke-WebRequest`.
The **Body** parameter can be used to specify a list of query parameters or specify the content of
the response. For query parameters, the cmdlet uses the **System.Net.WebUtility.UrlEncode** method
method to encode the key-value pairs. For more information about encoding strings for URLs, see
[the UrlEncode() method reference](xref:System.Net.WebUtility.UrlEncode*).
[the UrlEncode() method reference](xref:System.Net.WebUtility.UrlEncode%2A).

When the input is a POST request and the body is a **String**, the value to the left of the first
equals sign (`=`) is set as a key in the form data and the remaining text is set as the value. To
Expand Down Expand Up @@ -1487,7 +1487,7 @@ For more information, see
[BasicHtmlWebResponseObject](xref:Microsoft.PowerShell.Commands.BasicHtmlWebResponseObject).

Because of changes in .NET Core 3.1, PowerShell 7.0 and higher use the
[HttpClient.DefaultProxy](xref:System.Net.Http.HttpClient.DefaultProxy*)
[HttpClient.DefaultProxy](xref:System.Net.Http.HttpClient.DefaultProxy%2A)
property to determine the proxy configuration.

The value of this property is determined by your platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,9 @@ For more information, see [about_Comparison_Operators][05].
[13]: xref:System.ComponentModel.TypeConverter
[14]: xref:System.ComponentModel.TypeConverterAttribute
[15]: xref:System.Enum
[16]: xref:System.Globalization.CultureInfo.InvariantCulture*
[16]: xref:System.Globalization.CultureInfo.InvariantCulture%2A
[17]: xref:System.Management.Automation.ArgumentTransformationAttribute
[18]: xref:System.Management.Automation.PSTypeConverter
[19]: xref:System.Math.DivRem*
[20]: xref:System.Math.Round*#midpoint-values-and-rounding-conventions
[21]: xref:System.Math.Truncate*
[19]: xref:System.Math.DivRem%2A
[20]: xref:System.Math.Round%2A#midpoint-values-and-rounding-conventions
[21]: xref:System.Math.Truncate%2A
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ foreach ($point in $p) {
[02]: about_If.md
[03]: about_Language_Keywords.md
[04]: about_Script_Blocks.md
[05]: xref:System.IO.DirectoryInfo.GetFiles*#system-io-directoryinfo-getfiles(system-string-system-io-enumerationoptions)
[05]: xref:System.IO.DirectoryInfo.GetFiles%2A#system-io-directoryinfo-getfiles(system-string-system-io-enumerationoptions)
2 changes: 1 addition & 1 deletion reference/7.6/Microsoft.PowerShell.Core/TabExpansion2.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

[about_Tab_Expansion](./about/about_Tab_Expansion.md)

[CompleteInput() method](xref:System.Management.Automation.CommandCompletion.CompleteInput*)
[CompleteInput() method](xref:System.Management.Automation.CommandCompletion.CompleteInput%2A)
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ You can also pipe a body value to `Invoke-RestMethod`.
The **Body** parameter can be used to specify a list of query parameters or specify the content of
the request. For query parameters, the cmdlet uses the **System.Net.WebUtility.UrlEncode** method
method to encode the key-value pairs. For more information about encoding strings for URLs, see
[the UrlEncode() method reference](xref:System.Net.WebUtility.UrlEncode*).
[the UrlEncode() method reference](xref:System.Net.WebUtility.UrlEncode%2A).

When the input is a POST request and the body is a **String**, the value to the left of the first
equals sign (`=`) is set as a key in the form data and the remaining text is set as the value. To
Expand Down Expand Up @@ -1502,7 +1502,7 @@ PowerShell includes the following aliases for `Invoke-RestMethod`:
Some features may not be available on all platforms.

Because of changes in .NET Core 3.1, PowerShell 7.0 and higher use the
[HttpClient.DefaultProxy](xref:System.Net.Http.HttpClient.DefaultProxy*) property to determine the
[HttpClient.DefaultProxy](xref:System.Net.Http.HttpClient.DefaultProxy%2A) property to determine the
proxy configuration.

The value of this property differ depending on your platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ You can also pipe a body value to `Invoke-WebRequest`.
The **Body** parameter can be used to specify a list of query parameters or specify the content of
the response. For query parameters, the cmdlet uses the **System.Net.WebUtility.UrlEncode** method
method to encode the key-value pairs. For more information about encoding strings for URLs, see
[the UrlEncode() method reference](xref:System.Net.WebUtility.UrlEncode*).
[the UrlEncode() method reference](xref:System.Net.WebUtility.UrlEncode%2A).

When the input is a POST request and the body is a **String**, the value to the left of the first
equals sign (`=`) is set as a key in the form data and the remaining text is set as the value. To
Expand Down Expand Up @@ -1487,7 +1487,7 @@ For more information, see
[BasicHtmlWebResponseObject](xref:Microsoft.PowerShell.Commands.BasicHtmlWebResponseObject).

Because of changes in .NET Core 3.1, PowerShell 7.0 and higher use the
[HttpClient.DefaultProxy](xref:System.Net.Http.HttpClient.DefaultProxy*)
[HttpClient.DefaultProxy](xref:System.Net.Http.HttpClient.DefaultProxy%2A)
property to determine the proxy configuration.

The value of this property is determined by your platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -940,8 +940,8 @@ Iterations Test TotalMilliseconds RelativeSpeed
[10]: xref:Microsoft.PowerShell.Utility.Write-Host
[11]: xref:System.Collections.ArrayList
[12]: xref:System.Collections.Generic.List%601.ToArray%2A#system-collections-generic-list-1-toarray
[13]: xref:System.Collections.Generic.List`1
[14]: xref:System.Collections.Generic.List`1.Add%2A
[13]: xref:System.Collections.Generic.List%601
[14]: xref:System.Collections.Generic.List%601.Add%2A
[15]: xref:System.Int32
[16]: xref:System.IO.File.ReadLines%2A
[17]: xref:System.IO.StreamReader
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,25 +156,25 @@ Here is a list of the static parameters that can be used to add dynamic paramete

<!-- link references -->
[01]: writing-a-windows-powershell-provider.md
[02]: xref:System.Management.Automation.Provider.ContainerCmdletProvider.CopyItemDynamicParameters*
[03]: xref:System.Management.Automation.Provider.ContainerCmdletProvider.GetChildItemsDynamicParameters*
[04]: xref:System.Management.Automation.Provider.ContainerCmdletProvider.GetChildNamesDynamicParameters*
[05]: xref:System.Management.Automation.Provider.ContainerCmdletProvider.NewItemDynamicParameters*
[06]: xref:System.Management.Automation.Provider.ContainerCmdletProvider.RemoveItemDynamicParameters*
[07]: xref:System.Management.Automation.Provider.ContainerCmdletProvider.RenameItemDynamicParameters*
[08]: xref:System.Management.Automation.Provider.DriveCmdletProvider.NewDriveDynamicParameters*
[09]: xref:System.Management.Automation.Provider.IContentCmdletProvider.ClearContentDynamicParameters*
[10]: xref:System.Management.Automation.Provider.IContentCmdletProvider.GetContentReaderDynamicParameters*
[11]: xref:System.Management.Automation.Provider.IContentCmdletProvider.GetContentWriterDynamicParameters*
[12]: xref:System.Management.Automation.Provider.IDynamicPropertyCmdletProvider.NewPropertyDynamicParameters*
[13]: xref:System.Management.Automation.Provider.IDynamicPropertyCmdletProvider.RemovePropertyDynamicParameters*
[14]: xref:System.Management.Automation.Provider.IDynamicPropertyCmdletProvider.RenamePropertyDynamicParameters*
[15]: xref:System.Management.Automation.Provider.IPropertyCmdletProvider.ClearPropertyDynamicParameters*
[16]: xref:System.Management.Automation.Provider.IPropertyCmdletProvider.GetPropertyDynamicParameters*
[17]: xref:System.Management.Automation.Provider.IPropertyCmdletProvider.SetPropertyDynamicParameters*
[18]: xref:System.Management.Automation.Provider.ItemCmdletProvider.ClearItemDynamicParameters*
[19]: xref:System.Management.Automation.Provider.ItemCmdletProvider.GetItemDynamicParameters*
[20]: xref:System.Management.Automation.Provider.ItemCmdletProvider.InvokeDefaultActionDynamicParameters*
[21]: xref:System.Management.Automation.Provider.ItemCmdletProvider.SetItemDynamicParameters*
[22]: xref:System.Management.Automation.Provider.NavigationCmdletProvider.MoveItemDynamicParameters*
[02]: xref:System.Management.Automation.Provider.ContainerCmdletProvider.CopyItemDynamicParameters%2A
[03]: xref:System.Management.Automation.Provider.ContainerCmdletProvider.GetChildItemsDynamicParameters%2A
[04]: xref:System.Management.Automation.Provider.ContainerCmdletProvider.GetChildNamesDynamicParameters%2A
[05]: xref:System.Management.Automation.Provider.ContainerCmdletProvider.NewItemDynamicParameters%2A
[06]: xref:System.Management.Automation.Provider.ContainerCmdletProvider.RemoveItemDynamicParameters%2A
[07]: xref:System.Management.Automation.Provider.ContainerCmdletProvider.RenameItemDynamicParameters%2A
[08]: xref:System.Management.Automation.Provider.DriveCmdletProvider.NewDriveDynamicParameters%2A
[09]: xref:System.Management.Automation.Provider.IContentCmdletProvider.ClearContentDynamicParameters%2A
[10]: xref:System.Management.Automation.Provider.IContentCmdletProvider.GetContentReaderDynamicParameters%2A
[11]: xref:System.Management.Automation.Provider.IContentCmdletProvider.GetContentWriterDynamicParameters%2A
[12]: xref:System.Management.Automation.Provider.IDynamicPropertyCmdletProvider.NewPropertyDynamicParameters%2A
[13]: xref:System.Management.Automation.Provider.IDynamicPropertyCmdletProvider.RemovePropertyDynamicParameters%2A
[14]: xref:System.Management.Automation.Provider.IDynamicPropertyCmdletProvider.RenamePropertyDynamicParameters%2A
[15]: xref:System.Management.Automation.Provider.IPropertyCmdletProvider.ClearPropertyDynamicParameters%2A
[16]: xref:System.Management.Automation.Provider.IPropertyCmdletProvider.GetPropertyDynamicParameters%2A
[17]: xref:System.Management.Automation.Provider.IPropertyCmdletProvider.SetPropertyDynamicParameters%2A
[18]: xref:System.Management.Automation.Provider.ItemCmdletProvider.ClearItemDynamicParameters%2A
[19]: xref:System.Management.Automation.Provider.ItemCmdletProvider.GetItemDynamicParameters%2A
[20]: xref:System.Management.Automation.Provider.ItemCmdletProvider.InvokeDefaultActionDynamicParameters%2A
[21]: xref:System.Management.Automation.Provider.ItemCmdletProvider.SetItemDynamicParameters%2A
[22]: xref:System.Management.Automation.Provider.NavigationCmdletProvider.MoveItemDynamicParameters%2A
[23]: xref:System.Management.Automation.PSDriveInfo
Loading
Loading