Skip to content

Commit 47fa890

Browse files
committed
Escaped disallowed html tags
1 parent 5344112 commit 47fa890

File tree

13,571 files changed

+46443
-46443
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

13,571 files changed

+46443
-46443
lines changed

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgApplicationKey.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/add-mgapplicationkey
@@ -244,7 +244,7 @@ COMPLEX PARAMETER PROPERTIES
244244
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
245245
246246
247-
BODYPARAMETER <IPaths17CrvdcApplicationsApplicationIdMicrosoftGraphAddkeyPostRequestbodyContentApplicationJsonSchema>: .
247+
BODYPARAMETER `<IPaths17CrvdcApplicationsApplicationIdMicrosoftGraphAddkeyPostRequestbodyContentApplicationJsonSchema>`: .
248248
- `[(Any) <Object>]`: This indicates any property can be added to this object.
249249
- `[KeyCredential <IMicrosoftGraphKeyCredential>]`: keyCredential
250250
- `[(Any) <Object>]`: This indicates any property can be added to this object.
@@ -267,7 +267,7 @@ BODYPARAMETER <IPaths17CrvdcApplicationsApplicationIdMicrosoftGraphAddkeyPostReq
267267
- `[StartDateTime <DateTime?>]`: The date and time at which the password becomes valid. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.
268268
- `[Proof <String>]`:
269269

270-
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
270+
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
271271
- `[AppManagementPolicyId <String>]`: The unique identifier of appManagementPolicy
272272
- `[AppRoleAssignmentId <String>]`: The unique identifier of appRoleAssignment
273273
- `[ApplicationId <String>]`: The unique identifier of application
@@ -297,7 +297,7 @@ INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
297297
- `[TokenLifetimePolicyId <String>]`: The unique identifier of tokenLifetimePolicy
298298
- `[UserId <String>]`: The unique identifier of user
299299

300-
KEYCREDENTIAL <IMicrosoftGraphKeyCredential>: keyCredential
300+
KEYCREDENTIAL `<IMicrosoftGraphKeyCredential>`: keyCredential
301301
- `[(Any) <Object>]`: This indicates any property can be added to this object.
302302
- `[CustomKeyIdentifier <Byte[]>]`: A 40-character binary type that can be used to identify the credential. Optional. When not provided in the payload, defaults to the thumbprint of the certificate.
303303
- `[DisplayName <String>]`: Friendly name for the key. Optional.
@@ -308,7 +308,7 @@ KEYCREDENTIAL <IMicrosoftGraphKeyCredential>: keyCredential
308308
- `[Type <String>]`: The type of key credential; for example, Symmetric, AsymmetricX509Cert.
309309
- `[Usage <String>]`: A string that describes the purpose for which the key can be used; for example, Verify.
310310

311-
PASSWORDCREDENTIAL <IMicrosoftGraphPasswordCredential>: passwordCredential
311+
PASSWORDCREDENTIAL `<IMicrosoftGraphPasswordCredential>`: passwordCredential
312312
- `[(Any) <Object>]`: This indicates any property can be added to this object.
313313
- `[CustomKeyIdentifier <Byte[]>]`: Do not use.
314314
- `[DisplayName <String>]`: Friendly name for the password. Optional.

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgApplicationPassword.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/add-mgapplicationpassword
@@ -233,7 +233,7 @@ COMPLEX PARAMETER PROPERTIES
233233
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
234234
235235
236-
BODYPARAMETER <IPaths141Ryo0ApplicationsApplicationIdMicrosoftGraphAddpasswordPostRequestbodyContentApplicationJsonSchema>: .
236+
BODYPARAMETER `<IPaths141Ryo0ApplicationsApplicationIdMicrosoftGraphAddpasswordPostRequestbodyContentApplicationJsonSchema>`: .
237237
- `[(Any) <Object>]`: This indicates any property can be added to this object.
238238
- `[PasswordCredential <IMicrosoftGraphPasswordCredential>]`: passwordCredential
239239
- `[(Any) <Object>]`: This indicates any property can be added to this object.
@@ -245,7 +245,7 @@ BODYPARAMETER <IPaths141Ryo0ApplicationsApplicationIdMicrosoftGraphAddpasswordPo
245245
- `[SecretText <String>]`: Read-only; Contains the strong passwords generated by Azure AD that are 16-64 characters in length. The generated password value is only returned during the initial POST request to addPassword. There is no way to retrieve this password in the future.
246246
- `[StartDateTime <DateTime?>]`: The date and time at which the password becomes valid. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.
247247

248-
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
248+
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
249249
- `[AppManagementPolicyId <String>]`: The unique identifier of appManagementPolicy
250250
- `[AppRoleAssignmentId <String>]`: The unique identifier of appRoleAssignment
251251
- `[ApplicationId <String>]`: The unique identifier of application
@@ -275,7 +275,7 @@ INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
275275
- `[TokenLifetimePolicyId <String>]`: The unique identifier of tokenLifetimePolicy
276276
- `[UserId <String>]`: The unique identifier of user
277277

278-
PASSWORDCREDENTIAL <IMicrosoftGraphPasswordCredential>: passwordCredential
278+
PASSWORDCREDENTIAL `<IMicrosoftGraphPasswordCredential>`: passwordCredential
279279
- `[(Any) <Object>]`: This indicates any property can be added to this object.
280280
- `[CustomKeyIdentifier <Byte[]>]`: Do not use.
281281
- `[DisplayName <String>]`: Friendly name for the password. Optional.

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalKey.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/add-mgserviceprincipalkey
@@ -244,7 +244,7 @@ COMPLEX PARAMETER PROPERTIES
244244
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
245245
246246
247-
BODYPARAMETER <IPathsN3Fx9GServiceprincipalsServiceprincipalIdMicrosoftGraphAddkeyPostRequestbodyContentApplicationJsonSchema>: .
247+
BODYPARAMETER `<IPathsN3Fx9GServiceprincipalsServiceprincipalIdMicrosoftGraphAddkeyPostRequestbodyContentApplicationJsonSchema>`: .
248248
- `[(Any) <Object>]`: This indicates any property can be added to this object.
249249
- `[KeyCredential <IMicrosoftGraphKeyCredential>]`: keyCredential
250250
- `[(Any) <Object>]`: This indicates any property can be added to this object.
@@ -267,7 +267,7 @@ BODYPARAMETER <IPathsN3Fx9GServiceprincipalsServiceprincipalIdMicrosoftGraphAddk
267267
- `[StartDateTime <DateTime?>]`: The date and time at which the password becomes valid. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.
268268
- `[Proof <String>]`:
269269

270-
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
270+
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
271271
- `[AppManagementPolicyId <String>]`: The unique identifier of appManagementPolicy
272272
- `[AppRoleAssignmentId <String>]`: The unique identifier of appRoleAssignment
273273
- `[ApplicationId <String>]`: The unique identifier of application
@@ -297,7 +297,7 @@ INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
297297
- `[TokenLifetimePolicyId <String>]`: The unique identifier of tokenLifetimePolicy
298298
- `[UserId <String>]`: The unique identifier of user
299299

300-
KEYCREDENTIAL <IMicrosoftGraphKeyCredential>: keyCredential
300+
KEYCREDENTIAL `<IMicrosoftGraphKeyCredential>`: keyCredential
301301
- `[(Any) <Object>]`: This indicates any property can be added to this object.
302302
- `[CustomKeyIdentifier <Byte[]>]`: A 40-character binary type that can be used to identify the credential. Optional. When not provided in the payload, defaults to the thumbprint of the certificate.
303303
- `[DisplayName <String>]`: Friendly name for the key. Optional.
@@ -308,7 +308,7 @@ KEYCREDENTIAL <IMicrosoftGraphKeyCredential>: keyCredential
308308
- `[Type <String>]`: The type of key credential; for example, Symmetric, AsymmetricX509Cert.
309309
- `[Usage <String>]`: A string that describes the purpose for which the key can be used; for example, Verify.
310310

311-
PASSWORDCREDENTIAL <IMicrosoftGraphPasswordCredential>: passwordCredential
311+
PASSWORDCREDENTIAL `<IMicrosoftGraphPasswordCredential>`: passwordCredential
312312
- `[(Any) <Object>]`: This indicates any property can be added to this object.
313313
- `[CustomKeyIdentifier <Byte[]>]`: Do not use.
314314
- `[DisplayName <String>]`: Friendly name for the password. Optional.

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalPassword.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/add-mgserviceprincipalpassword
@@ -187,7 +187,7 @@ COMPLEX PARAMETER PROPERTIES
187187
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
188188
189189
190-
BODYPARAMETER <IPathsIeboplServiceprincipalsServiceprincipalIdMicrosoftGraphAddpasswordPostRequestbodyContentApplicationJsonSchema>: .
190+
BODYPARAMETER `<IPathsIeboplServiceprincipalsServiceprincipalIdMicrosoftGraphAddpasswordPostRequestbodyContentApplicationJsonSchema>`: .
191191
- `[(Any) <Object>]`: This indicates any property can be added to this object.
192192
- `[PasswordCredential <IMicrosoftGraphPasswordCredential>]`: passwordCredential
193193
- `[(Any) <Object>]`: This indicates any property can be added to this object.
@@ -199,7 +199,7 @@ BODYPARAMETER <IPathsIeboplServiceprincipalsServiceprincipalIdMicrosoftGraphAddp
199199
- `[SecretText <String>]`: Read-only; Contains the strong passwords generated by Azure AD that are 16-64 characters in length. The generated password value is only returned during the initial POST request to addPassword. There is no way to retrieve this password in the future.
200200
- `[StartDateTime <DateTime?>]`: The date and time at which the password becomes valid. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.
201201

202-
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
202+
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
203203
- `[AppManagementPolicyId <String>]`: The unique identifier of appManagementPolicy
204204
- `[AppRoleAssignmentId <String>]`: The unique identifier of appRoleAssignment
205205
- `[ApplicationId <String>]`: The unique identifier of application
@@ -229,7 +229,7 @@ INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
229229
- `[TokenLifetimePolicyId <String>]`: The unique identifier of tokenLifetimePolicy
230230
- `[UserId <String>]`: The unique identifier of user
231231

232-
PASSWORDCREDENTIAL <IMicrosoftGraphPasswordCredential>: passwordCredential
232+
PASSWORDCREDENTIAL `<IMicrosoftGraphPasswordCredential>`: passwordCredential
233233
- `[(Any) <Object>]`: This indicates any property can be added to this object.
234234
- `[CustomKeyIdentifier <Byte[]>]`: Do not use.
235235
- `[DisplayName <String>]`: Friendly name for the password. Optional.

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Add-MgServicePrincipalTokenSigningCertificate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/add-mgserviceprincipaltokensigningcertificate
@@ -201,12 +201,12 @@ COMPLEX PARAMETER PROPERTIES
201201
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
202202
203203
204-
BODYPARAMETER <IPathsEyijssServiceprincipalsServiceprincipalIdMicrosoftGraphAddtokensigningcertificatePostRequestbodyContentApplicationJsonSchema>: .
204+
BODYPARAMETER `<IPathsEyijssServiceprincipalsServiceprincipalIdMicrosoftGraphAddtokensigningcertificatePostRequestbodyContentApplicationJsonSchema>`: .
205205
- `[(Any) <Object>]`: This indicates any property can be added to this object.
206206
- `[DisplayName <String>]`:
207207
- `[EndDateTime <DateTime?>]`:
208208

209-
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
209+
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
210210
- `[AppManagementPolicyId <String>]`: The unique identifier of appManagementPolicy
211211
- `[AppRoleAssignmentId <String>]`: The unique identifier of appRoleAssignment
212212
- `[ApplicationId <String>]`: The unique identifier of application

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Clear-MgApplicationVerifiedPublisher.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/clear-mgapplicationverifiedpublisher
@@ -135,7 +135,7 @@ COMPLEX PARAMETER PROPERTIES
135135
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
136136
137137
138-
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
138+
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
139139
- `[AppManagementPolicyId <String>]`: The unique identifier of appManagementPolicy
140140
- `[AppRoleAssignmentId <String>]`: The unique identifier of appRoleAssignment
141141
- `[ApplicationId <String>]`: The unique identifier of application

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgApplicationMemberGroup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/confirm-mgapplicationmembergroup
@@ -212,11 +212,11 @@ COMPLEX PARAMETER PROPERTIES
212212
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
213213
214214
215-
BODYPARAMETER <IPaths1HnzvnpApplicationsApplicationIdMicrosoftGraphCheckmembergroupsPostRequestbodyContentApplicationJsonSchema>: .
215+
BODYPARAMETER `<IPaths1HnzvnpApplicationsApplicationIdMicrosoftGraphCheckmembergroupsPostRequestbodyContentApplicationJsonSchema>`: .
216216
- `[(Any) <Object>]`: This indicates any property can be added to this object.
217217
- `[GroupIds <String[]>]`:
218218

219-
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
219+
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
220220
- `[AppManagementPolicyId <String>]`: The unique identifier of appManagementPolicy
221221
- `[AppRoleAssignmentId <String>]`: The unique identifier of appRoleAssignment
222222
- `[ApplicationId <String>]`: The unique identifier of application

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgApplicationMemberObject.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/confirm-mgapplicationmemberobject
@@ -172,11 +172,11 @@ COMPLEX PARAMETER PROPERTIES
172172
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
173173
174174
175-
BODYPARAMETER <IPaths1Lkksh4ApplicationsApplicationIdMicrosoftGraphCheckmemberobjectsPostRequestbodyContentApplicationJsonSchema>: .
175+
BODYPARAMETER `<IPaths1Lkksh4ApplicationsApplicationIdMicrosoftGraphCheckmemberobjectsPostRequestbodyContentApplicationJsonSchema>`: .
176176
- `[(Any) <Object>]`: This indicates any property can be added to this object.
177177
- `[Ids <String[]>]`:
178178

179-
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
179+
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
180180
- `[AppManagementPolicyId <String>]`: The unique identifier of appManagementPolicy
181181
- `[AppRoleAssignmentId <String>]`: The unique identifier of appRoleAssignment
182182
- `[ApplicationId <String>]`: The unique identifier of application

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgServicePrincipalMemberGroup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/confirm-mgserviceprincipalmembergroup
@@ -212,11 +212,11 @@ COMPLEX PARAMETER PROPERTIES
212212
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
213213
214214
215-
BODYPARAMETER <IPathsO5Kx2YServiceprincipalsServiceprincipalIdMicrosoftGraphCheckmembergroupsPostRequestbodyContentApplicationJsonSchema>: .
215+
BODYPARAMETER `<IPathsO5Kx2YServiceprincipalsServiceprincipalIdMicrosoftGraphCheckmembergroupsPostRequestbodyContentApplicationJsonSchema>`: .
216216
- `[(Any) <Object>]`: This indicates any property can be added to this object.
217217
- `[GroupIds <String[]>]`:
218218

219-
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
219+
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
220220
- `[AppManagementPolicyId <String>]`: The unique identifier of appManagementPolicy
221221
- `[AppRoleAssignmentId <String>]`: The unique identifier of appRoleAssignment
222222
- `[ApplicationId <String>]`: The unique identifier of application

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Confirm-MgServicePrincipalMemberObject.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/confirm-mgserviceprincipalmemberobject
@@ -172,11 +172,11 @@ COMPLEX PARAMETER PROPERTIES
172172
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
173173
174174
175-
BODYPARAMETER <IPaths1Ffhl47ServiceprincipalsServiceprincipalIdMicrosoftGraphCheckmemberobjectsPostRequestbodyContentApplicationJsonSchema>: .
175+
BODYPARAMETER `<IPaths1Ffhl47ServiceprincipalsServiceprincipalIdMicrosoftGraphCheckmemberobjectsPostRequestbodyContentApplicationJsonSchema>`: .
176176
- `[(Any) <Object>]`: This indicates any property can be added to this object.
177177
- `[Ids <String[]>]`:
178178

179-
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
179+
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
180180
- `[AppManagementPolicyId <String>]`: The unique identifier of appManagementPolicy
181181
- `[AppRoleAssignmentId <String>]`: The unique identifier of appRoleAssignment
182182
- `[ApplicationId <String>]`: The unique identifier of application

0 commit comments

Comments
 (0)