Skip to content

Commit 86cf9be

Browse files
authored
Fixes formatting and schema violation (#3958) (#3959)
1 parent 7ebcd32 commit 86cf9be

24 files changed

+361
-415
lines changed

docset/winserver2025-ps/NetworkATC/Add-NetIntent.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -511,11 +511,10 @@ Accept wildcard characters: False
511511

512512
### CommonParameters
513513

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

520519
## INPUTS
521520

@@ -525,12 +524,12 @@ For more information, see
525524

526525
## RELATED LINKS
527526

528-
- [Copy-NetIntent](Copy-NetIntent.md)
527+
[Copy-NetIntent](Copy-NetIntent.md)
529528

530-
- [Get-NetIntent](Get-NetIntent.md)
529+
[Get-NetIntent](Get-NetIntent.md)
531530

532-
- [Get-NetIntentStatus](Get-NetIntentStatus.md)
531+
[Get-NetIntentStatus](Get-NetIntentStatus.md)
533532

534-
- [Remove-NetIntent](Remove-NetIntent.md)
533+
[Remove-NetIntent](Remove-NetIntent.md)
535534

536-
- [Set-NetIntent](Set-NetIntent.md)
535+
[Set-NetIntent](Set-NetIntent.md)

docset/winserver2025-ps/NetworkATC/Copy-NetIntent.md

+20-22
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ Copy-NetIntent [-GlobalOverrides] [-SourceComputerName] <String> [-DestinationCo
7272

7373
## DESCRIPTION
7474

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

7978
## EXAMPLES
8079

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

87-
This example copies a network intent from the standalone device `Server01` to
88-
the standalone destination device `Server02`.
86+
This example copies a network intent from the standalone device `Server01` to the standalone
87+
destination device `Server02`.
8988

9089
## PARAMETERS
9190

9291
### -Name
9392

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

9897
```yaml
9998
Type: String
@@ -190,8 +189,8 @@ Accept wildcard characters: False
190189
191190
### -RemoveSource
192191
193-
Indicates whether the original network intent should be removed from the source
194-
after the copy operation is completed.
192+
Indicates whether the original network intent should be removed from the source after the copy
193+
operation is completed.
195194
196195
```yaml
197196
Type: Boolean
@@ -207,8 +206,8 @@ Accept wildcard characters: False
207206
208207
### -Wait
209208
210-
When specified, the command will wait for the network configuration commands to
211-
complete or for status confirmation before returning control.
209+
When specified, the command will wait for the network configuration commands to complete or for
210+
status confirmation before returning control.
212211
213212
```yaml
214213
Type: SwitchParameter
@@ -224,11 +223,10 @@ Accept wildcard characters: False
224223
225224
### CommonParameters
226225
227-
This cmdlet supports the common parameters: -Debug, -ErrorAction,
228-
-ErrorVariable, -InformationAction, -InformationVariable, -OutVariable,
229-
-OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
230-
For more information, see
231-
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
226+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
227+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
228+
-WarningAction, and -WarningVariable. For more information, see
229+
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
232230
233231
## INPUTS
234232
@@ -240,12 +238,12 @@ The copy and removal operation of the intent isn't a transacted operation.
240238
241239
## RELATED LINKS
242240
243-
- [Add-NetIntent](Add-NetIntent.md)
241+
[Add-NetIntent](Add-NetIntent.md)
244242
245-
- [Get-NetIntent](Get-NetIntent.md)
243+
[Get-NetIntent](Get-NetIntent.md)
246244
247-
- [Get-NetIntentStatus](Get-NetIntentStatus.md)
245+
[Get-NetIntentStatus](Get-NetIntentStatus.md)
248246
249-
- [Remove-NetIntent](Remove-NetIntent.md)
247+
[Remove-NetIntent](Remove-NetIntent.md)
250248
251-
- [Set-NetIntent](Set-NetIntent.md)
249+
[Set-NetIntent](Set-NetIntent.md)

docset/winserver2025-ps/NetworkATC/Get-AllNetIntents.md

+11-13
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Get-AllNetIntents [[-ClusterName] <String>] [[-ComputerName] <String>] [-GlobalO
2121

2222
## DESCRIPTION
2323

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

2727
## EXAMPLES
2828

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

3939
### -ClusterName
4040

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

4444
```yaml
4545
Type: String
@@ -55,10 +55,9 @@ Accept wildcard characters: False
5555
5656
### -ComputerName
5757
58-
Specifies the computer name of the target host on which the network
59-
intent configuration is to be retrieved. For standalone hosts, use the local
60-
computer name; for scenarios where the script is executed remotely, ensure the
61-
current user has administrative privileges on the target machine.
58+
Specifies the computer name of the target host on which the network intent configuration is to be
59+
retrieved. For standalone hosts, use the local computer name; for scenarios where the script is
60+
executed remotely, ensure the current user has administrative privileges on the target machine.
6261
6362
```yaml
6463
Type: String
@@ -90,11 +89,10 @@ Accept wildcard characters: False
9089
9190
### CommonParameters
9291
93-
This cmdlet supports the common parameters: -Debug, -ErrorAction,
94-
-ErrorVariable, -InformationAction, -InformationVariable, -OutVariable,
95-
-OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
96-
For more information, see
97-
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
92+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
93+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
94+
-WarningAction, and -WarningVariable. For more information, see
95+
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
9896
9997
## INPUTS
10098

docset/winserver2025-ps/NetworkATC/Get-HUDSwitchlessMapping.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Get-HUDSwitchlessMapping [-ClusterName] <String> [<CommonParameters>]
2020

2121
## DESCRIPTION
2222

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

2626
## EXAMPLES
2727

@@ -53,11 +53,10 @@ Accept wildcard characters: False
5353
5454
### CommonParameters
5555
56-
This cmdlet supports the common parameters: -Debug, -ErrorAction,
57-
-ErrorVariable, -InformationAction, -InformationVariable, -OutVariable,
58-
-OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
59-
For more information, see
60-
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
56+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
57+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
58+
-WarningAction, and -WarningVariable. For more information, see
59+
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
6160
6261
## INPUTS
6362

docset/winserver2025-ps/NetworkATC/Get-NetIntent.md

+20-23
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Get-NetIntent [-ClusterName] <String> [-Name <String>] [-GlobalOverrides] [<Comm
2828

2929
## DESCRIPTION
3030

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

3434
## EXAMPLES
3535

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

4646
### -ComputerName
4747

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

5352
```yaml
5453
Type: String
@@ -64,10 +63,9 @@ Accept wildcard characters: False
6463
6564
### -ClusterName
6665
67-
Specifies the name of the cluster for which the network intent is being
68-
defined. When used, the intent "floats" across the cluster. Any node with
69-
matching physical adapter names will automatically apply the intended
70-
configuration.
66+
Specifies the name of the cluster for which the network intent is being defined. When used, the
67+
intent "floats" across the cluster. Any node with matching physical adapter names will automatically
68+
apply the intended configuration.
7169
7270
```yaml
7371
Type: String
@@ -83,9 +81,9 @@ Accept wildcard characters: False
8381
8482
### -Name
8583
86-
Defines a unique name that identifies the network intent. Since intents are
87-
uniquely determined by their list of physical adapters, the name is used as an
88-
identifier to ensure that each intent is distinct.
84+
Defines a unique name that identifies the network intent. Since intents are uniquely determined by
85+
their list of physical adapters, the name is used as an identifier to ensure that each intent is
86+
distinct.
8987
9088
```yaml
9189
Type: String
@@ -117,11 +115,10 @@ Accept wildcard characters: False
117115
118116
### CommonParameters
119117
120-
This cmdlet supports the common parameters: -Debug, -ErrorAction,
121-
-ErrorVariable, -InformationAction, -InformationVariable, -OutVariable,
122-
-OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
123-
For more information, see
124-
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
118+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
119+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
120+
-WarningAction, and -WarningVariable. For more information, see
121+
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
125122
126123
## INPUTS
127124
@@ -131,12 +128,12 @@ For more information, see
131128
132129
## RELATED LINKS
133130
134-
- [Add-NetIntent](Add-NetIntent.md)
131+
[Add-NetIntent](Add-NetIntent.md)
135132
136-
- [Copy-NetIntent](Copy-NetIntent.md)
133+
[Copy-NetIntent](Copy-NetIntent.md)
137134
138-
- [Get-NetIntentStatus](Get-NetIntentStatus.md)
135+
[Get-NetIntentStatus](Get-NetIntentStatus.md)
139136
140-
- [Remove-NetIntent](Remove-NetIntent.md)
137+
[Remove-NetIntent](Remove-NetIntent.md)
141138
142-
- [Set-NetIntent](Set-NetIntent.md)
139+
[Set-NetIntent](Set-NetIntent.md)

docset/winserver2025-ps/NetworkATC/Get-NetIntentAllGoalStates.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Get-NetIntentAllGoalStates [[-ClusterName] <String>] [[-ComputerName] <String>]
2020

2121
## DESCRIPTION
2222

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

2727
## EXAMPLES
2828

@@ -70,11 +70,10 @@ Accept wildcard characters: False
7070
7171
### CommonParameters
7272
73-
This cmdlet supports the common parameters: -Debug, -ErrorAction,
74-
-ErrorVariable, -InformationAction, -InformationVariable, -OutVariable,
75-
-OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
76-
For more information, see
77-
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
73+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
74+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
75+
-WarningAction, and -WarningVariable. For more information, see
76+
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
7877
7978
## INPUTS
8079

docset/winserver2025-ps/NetworkATC/Get-NetIntentStatus.md

+14-17
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ for the computer named `Server01`.
4848

4949
### -Name
5050

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

5555
```yaml
5656
Type: String
@@ -66,10 +66,9 @@ Accept wildcard characters: False
6666
6767
### -ComputerName
6868
69-
Specifies the computer name of the target host on which the network intent
70-
status is to be retrieved. For standalone hosts, use the local computer name;
71-
for scenarios where the script is executed remotely, ensure the current user has
72-
administrative privileges on the target machine.
69+
Specifies the computer name of the target host on which the network intent status is to be
70+
retrieved. For standalone hosts, use the local computer name; for scenarios where the script is
71+
executed remotely, ensure the current user has administrative privileges on the target machine.
7372
7473
```yaml
7574
Type: String
@@ -85,10 +84,9 @@ Accept wildcard characters: False
8584
8685
### -ClusterName
8786
88-
Specifies the name of the cluster for which the network intent status is to be
89-
retrieved. When used, the intent "floats" across the cluster. Any node with
90-
matching physical adapter names will automatically apply the intended
91-
configuration.
87+
Specifies the name of the cluster for which the network intent status is to be retrieved. When used,
88+
the intent "floats" across the cluster. Any node with matching physical adapter names will
89+
automatically apply the intended configuration.
9290
9391
```yaml
9492
Type: String
@@ -120,11 +118,10 @@ Accept wildcard characters: False
120118
121119
### CommonParameters
122120
123-
This cmdlet supports the common parameters: -Debug, -ErrorAction,
124-
-ErrorVariable, -InformationAction, -InformationVariable, -OutVariable,
125-
-OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
126-
For more information, see
127-
[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
121+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
122+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
123+
-WarningAction, and -WarningVariable. For more information, see
124+
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
128125
129126
## INPUTS
130127
@@ -134,4 +131,4 @@ For more information, see
134131
135132
## RELATED LINKS
136133
137-
- [Get-NetIntent](Get-NetIntent.md)
134+
[Get-NetIntent](Get-NetIntent.md)

0 commit comments

Comments
 (0)