Skip to content

Commit 217feda

Browse files
committed
fix: MD033/no-inline-html
- Replace <br> with actual line break - List<T> to System.Collections.Generic.List<T>
1 parent e1d6f48 commit 217feda

30 files changed

+99
-61
lines changed

Diff for: .markdownlint.json

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"MD029": false,
1616
"MD031": false,
1717
"MD032": false,
18-
"MD033": false,
1918
"MD034": false,
2019
"MD036": false,
2120
"MD037": false,

Diff for: CONTRIBUTING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ You've already completed this step.
1313

1414
We've tried to make editing an existing, public file as simple as possible.
1515

16-
>**Note**<br>
17-
>At this time, only the English (en-us) content is available for editing.
16+
> **Note**
17+
>
18+
> At this time, only the English (en-us) content is available for editing.
1819
1920
**To edit a topic**
2021

Diff for: docset/windows/international/get-winuserlanguagelist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8383

8484
## OUTPUTS
8585

86-
### List<WinUserLanguage>
86+
### System.Collections.Generic.List<Microsoft.InternationalSettings.Commands.WinUserLanguage>
8787
This cmdlet returns a list of **WinUserLanguage** objects that contain one or more languages and associated properties from the current user account's language list.
8888
For information about the **Generic.List** object, see [List(Of T) Class](http://go.microsoft.com/fwlink/?LinkID=243342).
8989

Diff for: docset/windows/international/new-winuserlanguagelist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7474
7575
## OUTPUTS
7676
77-
### List<WinUserLanguage>
77+
### System.Collections.Generic.List<Microsoft.InternationalSettings.Commands.WinUserLanguage>
7878
A list of **WinUserLanguage** objects that contain one or more languages and associated properties from the current user account's language list.
7979
For more information about the **Generic.List** object, see [System.Collections.Generic.List(Of T)](http://go.microsoft.com/fwlink/?LinkID=243342).
8080

Diff for: docset/windows/international/set-winuserlanguagelist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
137137
138138
## INPUTS
139139
140-
### List<WinUserLanguage>
140+
### System.Collections.Generic.List<Microsoft.InternationalSettings.Commands.WinUserLanguage>
141141
You can pipe a list of **WinUserLanguage** objects that contain one or more languages and associated properties from the current user account's language list.
142142
The language object contains the following properties:
143143

Diff for: docset/windows/systeminsights/Add-InsightsCapability.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ You can use the pipeline operator to pass a capability object to the *Name* para
154154
**None**
155155
156156
## RELATED LINKS
157-
[Get-InsightsCapability](get-insightscapability.md)<br>
158-
[Update-InsightsCapability](update-insightscapability.md)<br>
159-
[Remove-InsightsCapability](remove-insightscapability.md)
157+
[Get-InsightsCapability](get-insightscapability.md)
158+
159+
[Update-InsightsCapability](update-insightscapability.md)
160+
161+
[Remove-InsightsCapability](remove-insightscapability.md)

Diff for: docset/windows/systeminsights/Disable-InsightsCapability.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,6 @@ You can use the pipeline operator to pass a capability object to the *Name* para
137137
**None**
138138
139139
## RELATED LINKS
140-
[Get-InsightsCapability](get-insightscapability.md)<br>
140+
[Get-InsightsCapability](get-insightscapability.md)
141+
141142
[Enable-InsightsCapability](enable-insightscapability.md)

Diff for: docset/windows/systeminsights/Disable-InsightsCapabilitySchedule.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ You can use the pipeline operator to pass a capability object to the *Name* para
138138
**None**
139139
140140
## RELATED LINKS
141-
[Get-InsightsCapability](get-insightscapability.md)<br>
142-
[Enable-InsightsCapabilitySchedule](enable-insightscapabilityschedule.md)<br>
143-
[Set-InsightsCapabilitySchedule](set-insightscapabilityschedule.md)
141+
[Get-InsightsCapability](get-insightscapability.md)
142+
143+
[Enable-InsightsCapabilitySchedule](enable-insightscapabilityschedule.md)
144+
145+
[Set-InsightsCapabilitySchedule](set-insightscapabilityschedule.md)

Diff for: docset/windows/systeminsights/Enable-InsightsCapability.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,6 @@ You can use the pipeline operator to pass a capability object to the *Name* para
107107
**None**
108108
109109
## RELATED LINKS
110-
[Get-InsightsCapability](get-insightscapability.md)<br>
111-
[Disable-InsightsCapability](disable-insightscapability.md)
110+
[Get-InsightsCapability](get-insightscapability.md)
111+
112+
[Disable-InsightsCapability](disable-insightscapability.md)

Diff for: docset/windows/systeminsights/Enable-InsightsCapabilitySchedule.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ You can use the pipeline operator to pass a capability object to the *Name* para
107107
**None**
108108
109109
## RELATED LINKS
110-
[Get-InsightsCapability](get-insightscapability.md)<br>
111-
[Disable-InsightsCapabilitySchedule](disable-insightscapabilityschedule.md)<br>
112-
[Set-InsightsCapabilitySchedule](set-insightscapabilityschedule.md)
110+
[Get-InsightsCapability](get-insightscapability.md)
111+
112+
[Disable-InsightsCapabilitySchedule](disable-insightscapabilityschedule.md)
113+
114+
[Set-InsightsCapabilitySchedule](set-insightscapabilityschedule.md)

Diff for: docset/windows/systeminsights/Get-InsightsCapability.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ You can use the pipeline operator to pass a capability object to the *Name* para
117117
The cmdlet returns one or more objects that represent the specified capabilities.
118118
119119
## RELATED LINKS
120-
[Get-InsightsCapabilitySchedule](get-insightscapabilityschedule.md)<br>
121-
[Get-InsightsCapabilityAction](get-insightscapabilityaction.md)<br>
120+
[Get-InsightsCapabilitySchedule](get-insightscapabilityschedule.md)
121+
122+
[Get-InsightsCapabilityAction](get-insightscapabilityaction.md)
123+
122124
[Get-InsightsCapabilityResult](get-insightscapabilityresult.md)

Diff for: docset/windows/systeminsights/Get-InsightsCapabilityAction.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ You can use the pipeline operator to pass a capability object to the *Name* para
116116
The cmdlet returns one or more objects that represent the specified capability actions.
117117
118118
## RELATED LINKS
119-
[Get-InsightsCapability](get-insightscapability.md)<br>
120-
[Set-InsightsCapabilityAction](set-insightscapabilityaction.md)<br>
119+
[Get-InsightsCapability](get-insightscapability.md)
120+
121+
[Set-InsightsCapabilityAction](set-insightscapabilityaction.md)
122+
121123
[Remove-InsightsCapabilityAction](remove-insightscapabilityaction.md)

Diff for: docset/windows/systeminsights/Get-InsightsCapabilityResult.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,6 @@ You can use the pipeline operator to pass a capability object to the *Name* para
139139
The cmdlet returns one or more objects that represent the specified capability results.
140140
141141
## RELATED LINKS
142-
[Get-InsightsCapability](get-insightscapability.md)<br>
143-
[Invoke-InsightsCapability](invoke-insightscapability.md)
142+
[Get-InsightsCapability](get-insightscapability.md)
143+
144+
[Invoke-InsightsCapability](invoke-insightscapability.md)

Diff for: docset/windows/systeminsights/Get-InsightsCapabilitySchedule.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,11 @@ You can use the pipeline operator to pass a capability object to the *Name* para
117117
The cmdlet returns one or more objects that represent the specified capability schedules.
118118
119119
## RELATED LINKS
120-
[Get-InsightsCapability](get-insightscapability.md)<br>
121-
[Set-InsightsCapabilitySchedule](set-insightscapabilityschedule.md)<br>
122-
[Enable-InsightsCapabilitySchedule](enable-insightscapabilityschedule.md)<br>
120+
[Get-InsightsCapability](get-insightscapability.md)
121+
122+
[Set-InsightsCapabilitySchedule](set-insightscapabilityschedule.md)
123+
124+
[Enable-InsightsCapabilitySchedule](enable-insightscapabilityschedule.md)
125+
123126
[Disable-InsightsCapabilitySchedule](disable-insightscapabilityschedule.md)
124127

Diff for: docset/windows/systeminsights/Invoke-InsightsCapability.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,10 @@ You can use the pipeline operator to pass a capability object to the *Name* para
142142
The **Invoke-InsightsCapability** won't return until the specified capabilities have finished running.
143143
144144
## RELATED LINKS
145-
[Get-InsightsCapability](get-insightscapability.md)<br>
146-
[Get-InsightsCapabilityResult](get-insightscapabilityresult.md)<br>
147-
[Get-InsightsCapabilitySchedule](get-insightscapabilityschedule.md)<br>
145+
[Get-InsightsCapability](get-insightscapability.md)
146+
147+
[Get-InsightsCapabilityResult](get-insightscapabilityresult.md)
148+
149+
[Get-InsightsCapabilitySchedule](get-insightscapabilityschedule.md)
150+
148151
[Set-InsightsCapabilitySchedule](set-insightscapabilityschedule.md)

Diff for: docset/windows/systeminsights/Remove-InsightsCapability.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ You can use the pipeline operator to pass a capability object to the *Name* para
141141
The **Remove-InsightsCapability** can't remove the default System Insights capabilities.
142142
143143
## RELATED LINKS
144-
[Get-InsightsCapability](get-insightscapability.md)<br>
145-
[Add-InsightsCapability](add-insightscapability.md)<br>
144+
[Get-InsightsCapability](get-insightscapability.md)
145+
146+
[Add-InsightsCapability](add-insightscapability.md)
147+
146148
[Update-InsightsCapability](update-insightscapability.md)

Diff for: docset/windows/systeminsights/Remove-InsightsCapabilityAction.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ You can use the pipeline operator to pass a capability object to the *Name* para
183183
**None**
184184
185185
## RELATED LINKS
186-
[Get-InsightsCapability](get-insightscapability.md)<br>
187-
[Get-InsightsCapabilityAction](get-insightscapabilityaction.md)<br>
186+
[Get-InsightsCapability](get-insightscapability.md)
187+
188+
[Get-InsightsCapabilityAction](get-insightscapabilityaction.md)
189+
188190
[Set-InsightsCapabilityAction](set-insightscapabilityaction.md)

Diff for: docset/windows/systeminsights/Set-InsightsCapabilityAction.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ You can use the pipeline operator to pass a capability object to the *Name* para
194194
**None**
195195
196196
## RELATED LINKS
197-
[Get-InsightsCapability](get-insightscapability.md)<br>
198-
[Get-InsightsCapabilityAction](get-insightscapabilityaction.md)<br>
199-
[Remove-InsightsCapabilityAction](remove-insightscapabilityaction.md)
197+
[Get-InsightsCapability](get-insightscapability.md)
198+
199+
[Get-InsightsCapabilityAction](get-insightscapabilityaction.md)
200+
201+
[Remove-InsightsCapabilityAction](remove-insightscapabilityaction.md)

Diff for: docset/windows/systeminsights/Set-InsightsCapabilitySchedule.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,10 @@ You can use the pipeline operator to pass a capability object to the *Name* para
323323
**None**
324324
325325
## RELATED LINKS
326-
[Get-InsightsCapability](get-insightscapability.md)<br>
327-
[Get-InsightsCapabilitySchedule](get-insightscapabilityschedule.md)<br>
328-
[Enable-InsightsCapabilitySchedule](enable-insightscapabilityschedule.md)<br>
329-
[Disable-InsightsCapabilitySchedule](disable-insightscapabilityschedule.md)
326+
[Get-InsightsCapability](get-insightscapability.md)
327+
328+
[Get-InsightsCapabilitySchedule](get-insightscapabilityschedule.md)
329+
330+
[Enable-InsightsCapabilitySchedule](enable-insightscapabilityschedule.md)
331+
332+
[Disable-InsightsCapabilitySchedule](disable-insightscapabilityschedule.md)

Diff for: docset/winserver2012-ps/internationalcmdlets/Get-WinUserLanguageList.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8787

8888
## OUTPUTS
8989

90-
### List<WinUserLanguage>
90+
### System.Collections.Generic.List<Microsoft.InternationalSettings.Commands.WinUserLanguage>
9191
A list of WinUserLanguage objects that contain one or more languages and associated properties from the current user account's language list.
92-
For information about the Generic.List object, see List\<T\> Classhttp://go.microsoft.com/fwlink/?LinkID=243342.
92+
For information about the Generic.List object, see System.Collections.Generic.List<T\> Classhttp://go.microsoft.com/fwlink/?LinkID=243342.
9393

9494
The generic list object supports the following methods:
9595

Diff for: docset/winserver2012-ps/internationalcmdlets/New-WinUserLanguageList.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5959
6060
## OUTPUTS
6161
62-
### List<WinUserLanguage>
62+
### System.Collections.Generic.List<Microsoft.InternationalSettings.Commands.WinUserLanguage>
6363
A list of **WinUserLanguage** objects that contain one or more languages and associated properties from the current user account's language list.
64-
For more information about the *Generic.List* object, see List\<T\> Classhttp://go.microsoft.com/fwlink/?LinkID=243342.
64+
For more information about the *Generic.List* object, see System.Collections.Generic.List<T\> Classhttp://go.microsoft.com/fwlink/?LinkID=243342.
6565
6666
The generic list object supports the following methods:
6767

Diff for: docset/winserver2012-ps/internationalcmdlets/Set-WinUserLanguageList.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
114114
115115
## INPUTS
116116
117-
### List<WinUserLanguage>
118-
*List\<WinUserLanguage\>* is a list of **WinUserLanguage** objects that contain one or more languages and associated properties from the current user account's language list.
117+
### System.Collections.Generic.List<Microsoft.InternationalSettings.Commands.WinUserLanguage>
118+
A list of **WinUserLanguage** objects that contain one or more languages and associated properties from the current user account's language list.
119119
The language object contains the following properties:
120120
121121
- BCP-47 (READ). A standard language tag that is used to identify languages. For more information, see the Internet Engineering Task Force (IETF) BCP 47 RFChttp://go.microsoft.com/fwlink/?LinkID=242207.

Diff for: docset/winserver2012r2-ps/hpc/Add-HpcUnManagedNode.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The HPC job scheduler service must be configured to use the unmanaged resources.
4848

4949
## PARAMETERS
5050

51-
### -Group<HpcGroup>
51+
### -Group
5252
Specifies the **HpcGroup** object for the node group to which the node is added.
5353
You cannot specify both the *Group* and *GroupName* parameters.
5454

@@ -110,7 +110,7 @@ Accept pipeline input: False
110110
Accept wildcard characters: False
111111
```
112112
113-
### -Scheduler<String>
113+
### -Scheduler
114114
Specifies the host name or IP address of the head node for the cluster to which you add the node.
115115
The value must be a valid computer name or IP address.
116116
If you do not specify the *Scheduler* parameter, this cmdlet uses the scheduler on the head node that the CCP_SCHEDULER environment variable specifies.

Diff for: docset/winserver2012r2-ps/hpc/Get-HpcTestDetail.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
149149

150150
## OUTPUTS
151151

152-
### HpcTestCaseDetail, HpcTestCase<Type>Parameter, HpcVariable, HpcTestCaseStep
153-
This cmdlet returns an **HpcTestCaseDetail** object, zero or more **HpcTestCase\<Type\>Parameter** objects, zero or more **HpcVariable** objects, and one to three **HpcTestCaseStep** objects.
152+
### HpcTestCaseDetail
153+
154+
### HpcTestCase
155+
Zero or more **HpcTestCase** objects.
156+
157+
### HpcVariable
158+
Zero or more **HpcVariable** objects.
159+
160+
### HpcTestCaseStep
161+
One to three **HpcTestCaseStep** objects.
154162

155163
## NOTES
156164
* You must be a cluster administrator to run this cmdlet successfully.

Diff for: docset/winserver2012r2-ps/international/Get-WinUserLanguageList.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9696

9797
## OUTPUTS
9898

99-
### List<WinUserLanguage>
99+
### System.Collections.Generic.List<Microsoft.InternationalSettings.Commands.WinUserLanguage>
100100
A list of WinUserLanguage objects that contain one or more languages and associated properties from the current user account's language list.
101101
For information about the Generic.List object, see List(Of T) Classhttp://go.microsoft.com/fwlink/?LinkID=243342.
102102

Diff for: docset/winserver2012r2-ps/international/New-WinUserLanguageList.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6868
6969
## OUTPUTS
7070
71-
### List<WinUserLanguage>
71+
### System.Collections.Generic.List<Microsoft.InternationalSettings.Commands.WinUserLanguage>
7272
A list of *WinUserLanguage* objects that contain one or more languages and associated properties from the current user account's language list.
7373
For more information about the *Generic.List* object, see System.Collections.Generic.List(Of T)http://go.microsoft.com/fwlink/?LinkID=243342.
7474

Diff for: docset/winserver2012r2-ps/international/Set-WinUserLanguageList.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
123123
124124
## INPUTS
125125
126-
### List<WinUserLanguage>
127-
*List\<WinUserLanguage\>* is a list of *WinUserLanguage* objects that contain one or more languages and associated properties from the current user account's language list.
126+
### System.Collections.Generic.List<Microsoft.InternationalSettings.Commands.WinUserLanguage>
127+
A list of *WinUserLanguage* objects that contain one or more languages and associated properties from the current user account's language list.
128128
The language object contains the following properties:
129129
130130
--**BCP-47** (READ). A standard language tag that is used to identify languages. For more information, see the Internet Engineering Task Force (IETF) BCP 47 RFChttp://go.microsoft.com/fwlink/?LinkID=242207.

Diff for: docset/winserver2012r2-ps/wsscmdlets/Get-O365EmailAddresses.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Description: local user name
7474
7575
## OUTPUTS
7676
77-
### System.Collections.Generic.List<string>
77+
### System.Collections.Generic.List<System.String>
7878
This cmdlet returns a list of email addresses for a user.
7979
8080
## NOTES

Diff for: docset/winserver2012r2-ps/wsscmdlets/Set-HostedEmailAccount.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,20 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7878
7979
## INPUTS
8080
81-
### System.String,Microsoft.WindowsServerSolutions.HostedEmail.EmailAccountInfo
81+
### System.String
8282
LocalAccountName
8383
Type: System.String
8484
Description: local user name
8585
86+
### Microsoft.WindowsServerSolutions.HostedEmail.EmailAccountInfo
8687
EmailAccount
8788
Type: Microsoft.WindowsServerSolutions.HostedEmail.EmailAccountInfo
8889
Description: email account information
8990
AccountId Property System.String
90-
AdditionalEmailAddresses Property System.Collections.Generic.IList\<System.String\>
91+
AdditionalEmailAddresses Property System.Collections.Generic.IList<System.String>
9192
DisplayNameProperty System.String
9293
Enabled Property System.Boolean
93-
ExtendedProperties Property System.Collections.Generic.IDictionary\<System.String,System.String\>
94+
ExtendedProperties Property System.Collections.Generic.IDictionary<System.String,System.String>
9495
FirstName Property System.String
9596
LastName Property System.String
9697
PrimaryEmailAddress Property System.String

Diff for: docset/winserver2012r2-ps/wsscmdlets/Set-O365EmailAddresses.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8484
8585
## INPUTS
8686
87-
### System.String,System.Collections.Generic.List<System.String>
87+
### System.String
8888
LocalAccountName
8989
Type: System.String
9090
Description: local user name
9191
92+
### System.Collections.Generic.List<System.String>
9293
EmailAddresses
93-
Type: System.Collections.Generic.List\<System.String\>
94+
Type: System.Collections.Generic.List<System.String>
9495
Description: email addresses of the user
9596
9697
## OUTPUTS

0 commit comments

Comments
 (0)