Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes formatting and schema violation #3958

Merged
merged 1 commit into from
Mar 26, 2025
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
19 changes: 9 additions & 10 deletions docset/winserver2025-ps/NetworkATC/Add-NetIntent.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,11 +511,10 @@ Accept wildcard characters: False

### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction,
-ErrorVariable, -InformationAction, -InformationVariable, -OutVariable,
-OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
-WarningAction, and -WarningVariable. For more information, see
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

Expand All @@ -525,12 +524,12 @@ For more information, see

## RELATED LINKS

- [Copy-NetIntent](Copy-NetIntent.md)
[Copy-NetIntent](Copy-NetIntent.md)

- [Get-NetIntent](Get-NetIntent.md)
[Get-NetIntent](Get-NetIntent.md)

- [Get-NetIntentStatus](Get-NetIntentStatus.md)
[Get-NetIntentStatus](Get-NetIntentStatus.md)

- [Remove-NetIntent](Remove-NetIntent.md)
[Remove-NetIntent](Remove-NetIntent.md)

- [Set-NetIntent](Set-NetIntent.md)
[Set-NetIntent](Set-NetIntent.md)
42 changes: 20 additions & 22 deletions docset/winserver2025-ps/NetworkATC/Copy-NetIntent.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ Copy-NetIntent [-GlobalOverrides] [-SourceComputerName] <String> [-DestinationCo

## DESCRIPTION

The `Copy-NetIntent` cmdlet copies or moves a network intent from one host or
cluster to another. The source intent is removed if the **RemoveSource**
parameter is provided.
The `Copy-NetIntent` cmdlet copies or moves a network intent from one host or cluster to another.
The source intent is removed if the **RemoveSource** parameter is provided.

## EXAMPLES

Expand All @@ -84,16 +83,16 @@ parameter is provided.
Copy-NetIntent -Name "MyIntent" -SourceComputerName "Server01" -DestinationComputerName "Server02"
```

This example copies a network intent from the standalone device `Server01` to
the standalone destination device `Server02`.
This example copies a network intent from the standalone device `Server01` to the standalone
destination device `Server02`.

## PARAMETERS

### -Name

Defines a unique name that identifies the network intent. Since intents are
uniquely determined by their list of physical adapters, the name is used as an
identifier to ensure that each intent is distinct.
Defines a unique name that identifies the network intent. Since intents are uniquely determined by
their list of physical adapters, the name is used as an identifier to ensure that each intent is
distinct.

```yaml
Type: String
Expand Down Expand Up @@ -190,8 +189,8 @@ Accept wildcard characters: False

### -RemoveSource

Indicates whether the original network intent should be removed from the source
after the copy operation is completed.
Indicates whether the original network intent should be removed from the source after the copy
operation is completed.

```yaml
Type: Boolean
Expand All @@ -207,8 +206,8 @@ Accept wildcard characters: False

### -Wait

When specified, the command will wait for the network configuration commands to
complete or for status confirmation before returning control.
When specified, the command will wait for the network configuration commands to complete or for
status confirmation before returning control.

```yaml
Type: SwitchParameter
Expand All @@ -224,11 +223,10 @@ Accept wildcard characters: False

### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction,
-ErrorVariable, -InformationAction, -InformationVariable, -OutVariable,
-OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
-WarningAction, and -WarningVariable. For more information, see
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

Expand All @@ -240,12 +238,12 @@ The copy and removal operation of the intent isn't a transacted operation.

## RELATED LINKS

- [Add-NetIntent](Add-NetIntent.md)
[Add-NetIntent](Add-NetIntent.md)

- [Get-NetIntent](Get-NetIntent.md)
[Get-NetIntent](Get-NetIntent.md)

- [Get-NetIntentStatus](Get-NetIntentStatus.md)
[Get-NetIntentStatus](Get-NetIntentStatus.md)

- [Remove-NetIntent](Remove-NetIntent.md)
[Remove-NetIntent](Remove-NetIntent.md)

- [Set-NetIntent](Set-NetIntent.md)
[Set-NetIntent](Set-NetIntent.md)
24 changes: 11 additions & 13 deletions docset/winserver2025-ps/NetworkATC/Get-AllNetIntents.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Get-AllNetIntents [[-ClusterName] <String>] [[-ComputerName] <String>] [-GlobalO

## DESCRIPTION

The `Get-AllNetIntents` cmdlet retrieves all network intent configurations
available based on the computer name or cluster name.
The `Get-AllNetIntents` cmdlet retrieves all network intent configurations available based on the
computer name or cluster name.

## EXAMPLES

Expand All @@ -38,8 +38,8 @@ This example retrieves all network intent configurations from the `Server01` sta

### -ClusterName

Specifies the name of the cluster for which the network intent is to be
retrieved. When used, the intent "floats" across the cluster.
Specifies the name of the cluster for which the network intent is to be retrieved. When used, the
intent "floats" across the cluster.

```yaml
Type: String
Expand All @@ -55,10 +55,9 @@ Accept wildcard characters: False

### -ComputerName

Specifies the computer name of the target host on which the network
intent configuration is to be retrieved. For standalone hosts, use the local
computer name; for scenarios where the script is executed remotely, ensure the
current user has administrative privileges on the target machine.
Specifies the computer name of the target host on which the network intent configuration is to be
retrieved. For standalone hosts, use the local computer name; for scenarios where the script is
executed remotely, ensure the current user has administrative privileges on the target machine.

```yaml
Type: String
Expand Down Expand Up @@ -90,11 +89,10 @@ Accept wildcard characters: False

### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction,
-ErrorVariable, -InformationAction, -InformationVariable, -OutVariable,
-OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
-WarningAction, and -WarningVariable. For more information, see
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

Expand Down
13 changes: 6 additions & 7 deletions docset/winserver2025-ps/NetworkATC/Get-HUDSwitchlessMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Get-HUDSwitchlessMapping [-ClusterName] <String> [<CommonParameters>]

## DESCRIPTION

The `Get-HUDSwitchlessMapping` cmdlet queries retrieves the configuration
mapping for switchless operation within the HUD subsystem on the target cluster.
The `Get-HUDSwitchlessMapping` cmdlet queries retrieves the configuration mapping for switchless
operation within the HUD subsystem on the target cluster.

## EXAMPLES

Expand Down Expand Up @@ -53,11 +53,10 @@ Accept wildcard characters: False

### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction,
-ErrorVariable, -InformationAction, -InformationVariable, -OutVariable,
-OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
-WarningAction, and -WarningVariable. For more information, see
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

Expand Down
43 changes: 20 additions & 23 deletions docset/winserver2025-ps/NetworkATC/Get-NetIntent.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Get-NetIntent [-ClusterName] <String> [-Name <String>] [-GlobalOverrides] [<Comm

## DESCRIPTION

The `Get-NetIntent` cmdlet retrieves the current network intents that have been
configured either on a standalone host or a cluster.
The `Get-NetIntent` cmdlet retrieves the current network intents that have been configured either on
a standalone host or a cluster.

## EXAMPLES

Expand All @@ -45,10 +45,9 @@ This example retrieves the network intent `MyIntent` on the standalone host `Ser

### -ComputerName

Specifies the computer name of the target host on which the network
intent configuration will be applied. For standalone hosts, use the local
computer name; for scenarios where the script is executed remotely, ensure the
current user has administrative privileges on the target machine.
Specifies the computer name of the target host on which the network intent configuration will be
applied. For standalone hosts, use the local computer name; for scenarios where the script is
executed remotely, ensure the current user has administrative privileges on the target machine.

```yaml
Type: String
Expand All @@ -64,10 +63,9 @@ Accept wildcard characters: False

### -ClusterName

Specifies the name of the cluster for which the network intent is being
defined. When used, the intent "floats" across the cluster. Any node with
matching physical adapter names will automatically apply the intended
configuration.
Specifies the name of the cluster for which the network intent is being defined. When used, the
intent "floats" across the cluster. Any node with matching physical adapter names will automatically
apply the intended configuration.

```yaml
Type: String
Expand All @@ -83,9 +81,9 @@ Accept wildcard characters: False

### -Name

Defines a unique name that identifies the network intent. Since intents are
uniquely determined by their list of physical adapters, the name is used as an
identifier to ensure that each intent is distinct.
Defines a unique name that identifies the network intent. Since intents are uniquely determined by
their list of physical adapters, the name is used as an identifier to ensure that each intent is
distinct.

```yaml
Type: String
Expand Down Expand Up @@ -117,11 +115,10 @@ Accept wildcard characters: False

### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction,
-ErrorVariable, -InformationAction, -InformationVariable, -OutVariable,
-OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
-WarningAction, and -WarningVariable. For more information, see
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

Expand All @@ -131,12 +128,12 @@ For more information, see

## RELATED LINKS

- [Add-NetIntent](Add-NetIntent.md)
[Add-NetIntent](Add-NetIntent.md)

- [Copy-NetIntent](Copy-NetIntent.md)
[Copy-NetIntent](Copy-NetIntent.md)

- [Get-NetIntentStatus](Get-NetIntentStatus.md)
[Get-NetIntentStatus](Get-NetIntentStatus.md)

- [Remove-NetIntent](Remove-NetIntent.md)
[Remove-NetIntent](Remove-NetIntent.md)

- [Set-NetIntent](Set-NetIntent.md)
[Set-NetIntent](Set-NetIntent.md)
15 changes: 7 additions & 8 deletions docset/winserver2025-ps/NetworkATC/Get-NetIntentAllGoalStates.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Get-NetIntentAllGoalStates [[-ClusterName] <String>] [[-ComputerName] <String>]

## DESCRIPTION

The `Get-NetIntentAllGoalStates` retrieves the goal states stored for each
intent. These configurations are the settings used for initial provisioning and
drift checks. This information is useful for debugging and troubleshooting.
The `Get-NetIntentAllGoalStates` retrieves the goal states stored for each intent. These
configurations are the settings used for initial provisioning and drift checks. This information is
useful for debugging and troubleshooting.

## EXAMPLES

Expand Down Expand Up @@ -70,11 +70,10 @@ Accept wildcard characters: False

### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction,
-ErrorVariable, -InformationAction, -InformationVariable, -OutVariable,
-OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
-WarningAction, and -WarningVariable. For more information, see
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

Expand Down
31 changes: 14 additions & 17 deletions docset/winserver2025-ps/NetworkATC/Get-NetIntentStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ for the computer named `Server01`.

### -Name

Defines a unique name that identifies the network intent. Since intents are
uniquely determined by their list of physical adapters, the name is used as an
identifier to ensure that each intent is distinct.
Defines a unique name that identifies the network intent. Since intents are uniquely determined by
their list of physical adapters, the name is used as an identifier to ensure that each intent is
distinct.

```yaml
Type: String
Expand All @@ -66,10 +66,9 @@ Accept wildcard characters: False

### -ComputerName

Specifies the computer name of the target host on which the network intent
status is to be retrieved. For standalone hosts, use the local computer name;
for scenarios where the script is executed remotely, ensure the current user has
administrative privileges on the target machine.
Specifies the computer name of the target host on which the network intent status is to be
retrieved. For standalone hosts, use the local computer name; for scenarios where the script is
executed remotely, ensure the current user has administrative privileges on the target machine.

```yaml
Type: String
Expand All @@ -85,10 +84,9 @@ Accept wildcard characters: False

### -ClusterName

Specifies the name of the cluster for which the network intent status is to be
retrieved. When used, the intent "floats" across the cluster. Any node with
matching physical adapter names will automatically apply the intended
configuration.
Specifies the name of the cluster for which the network intent status is to be retrieved. When used,
the intent "floats" across the cluster. Any node with matching physical adapter names will
automatically apply the intended configuration.

```yaml
Type: String
Expand Down Expand Up @@ -120,11 +118,10 @@ Accept wildcard characters: False

### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction,
-ErrorVariable, -InformationAction, -InformationVariable, -OutVariable,
-OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
-WarningAction, and -WarningVariable. For more information, see
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

Expand All @@ -134,4 +131,4 @@ For more information, see

## RELATED LINKS

- [Get-NetIntent](Get-NetIntent.md)
[Get-NetIntent](Get-NetIntent.md)
Loading