Skip to content

Commit b5207fa

Browse files
committed
Updated markdown help
1 parent 51b2086 commit b5207fa

File tree

12,745 files changed

+112820
-81677
lines changed

Some content is hidden

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

12,745 files changed

+112820
-81677
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
@@ -252,7 +252,7 @@ COMPLEX PARAMETER PROPERTIES
252252
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.
253253
254254
255-
BODYPARAMETER `<IPaths17CrvdcApplicationsApplicationIdMicrosoftGraphAddkeyPostRequestbodyContentApplicationJsonSchema>`: .
255+
BODYPARAMETER <IPaths17CrvdcApplicationsApplicationIdMicrosoftGraphAddkeyPostRequestbodyContentApplicationJsonSchema>: .
256256
- `[(Any) <Object>]`: This indicates any property can be added to this object.
257257
- `[KeyCredential <IMicrosoftGraphKeyCredential>]`: keyCredential
258258
- `[(Any) <Object>]`: This indicates any property can be added to this object.
@@ -275,7 +275,7 @@ BODYPARAMETER `<IPaths17CrvdcApplicationsApplicationIdMicrosoftGraphAddkeyPostRe
275275
- `[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.
276276
- `[Proof <String>]`:
277277

278-
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
278+
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
279279
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
280280
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
281281
- `[ApplicationId <String>]`: key: id of application
@@ -305,7 +305,7 @@ INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
305305
- `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
306306
- `[UserId <String>]`: key: id of user
307307

308-
KEYCREDENTIAL `<IMicrosoftGraphKeyCredential>`: keyCredential
308+
KEYCREDENTIAL <IMicrosoftGraphKeyCredential>: keyCredential
309309
- `[(Any) <Object>]`: This indicates any property can be added to this object.
310310
- `[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.
311311
- `[DisplayName <String>]`: Friendly name for the key. Optional.
@@ -316,7 +316,7 @@ KEYCREDENTIAL `<IMicrosoftGraphKeyCredential>`: keyCredential
316316
- `[Type <String>]`: The type of key credential; for example, Symmetric, AsymmetricX509Cert.
317317
- `[Usage <String>]`: A string that describes the purpose for which the key can be used; for example, Verify.
318318

319-
PASSWORDCREDENTIAL `<IMicrosoftGraphPasswordCredential>`: passwordCredential
319+
PASSWORDCREDENTIAL <IMicrosoftGraphPasswordCredential>: passwordCredential
320320
- `[(Any) <Object>]`: This indicates any property can be added to this object.
321321
- `[CustomKeyIdentifier <Byte[]>]`: Do not use.
322322
- `[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 `<IPaths141Ryo0ApplicationsApplicationIdMicrosoftGraphAddpasswordP
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>]`: key: id of appManagementPolicy
250250
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
251251
- `[ApplicationId <String>]`: key: id of application
@@ -275,7 +275,7 @@ INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
275275
- `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
276276
- `[UserId <String>]`: key: id 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
@@ -252,7 +252,7 @@ COMPLEX PARAMETER PROPERTIES
252252
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.
253253
254254
255-
BODYPARAMETER `<IPathsN3Fx9GServiceprincipalsServiceprincipalIdMicrosoftGraphAddkeyPostRequestbodyContentApplicationJsonSchema>`: .
255+
BODYPARAMETER <IPathsN3Fx9GServiceprincipalsServiceprincipalIdMicrosoftGraphAddkeyPostRequestbodyContentApplicationJsonSchema>: .
256256
- `[(Any) <Object>]`: This indicates any property can be added to this object.
257257
- `[KeyCredential <IMicrosoftGraphKeyCredential>]`: keyCredential
258258
- `[(Any) <Object>]`: This indicates any property can be added to this object.
@@ -275,7 +275,7 @@ BODYPARAMETER `<IPathsN3Fx9GServiceprincipalsServiceprincipalIdMicrosoftGraphAdd
275275
- `[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.
276276
- `[Proof <String>]`:
277277

278-
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
278+
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
279279
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
280280
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
281281
- `[ApplicationId <String>]`: key: id of application
@@ -305,7 +305,7 @@ INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
305305
- `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
306306
- `[UserId <String>]`: key: id of user
307307

308-
KEYCREDENTIAL `<IMicrosoftGraphKeyCredential>`: keyCredential
308+
KEYCREDENTIAL <IMicrosoftGraphKeyCredential>: keyCredential
309309
- `[(Any) <Object>]`: This indicates any property can be added to this object.
310310
- `[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.
311311
- `[DisplayName <String>]`: Friendly name for the key. Optional.
@@ -316,7 +316,7 @@ KEYCREDENTIAL `<IMicrosoftGraphKeyCredential>`: keyCredential
316316
- `[Type <String>]`: The type of key credential; for example, Symmetric, AsymmetricX509Cert.
317317
- `[Usage <String>]`: A string that describes the purpose for which the key can be used; for example, Verify.
318318

319-
PASSWORDCREDENTIAL `<IMicrosoftGraphPasswordCredential>`: passwordCredential
319+
PASSWORDCREDENTIAL <IMicrosoftGraphPasswordCredential>: passwordCredential
320320
- `[(Any) <Object>]`: This indicates any property can be added to this object.
321321
- `[CustomKeyIdentifier <Byte[]>]`: Do not use.
322322
- `[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 `<IPathsIeboplServiceprincipalsServiceprincipalIdMicrosoftGraphAdd
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>]`: key: id of appManagementPolicy
204204
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
205205
- `[ApplicationId <String>]`: key: id of application
@@ -229,7 +229,7 @@ INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
229229
- `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
230230
- `[UserId <String>]`: key: id 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
@@ -215,12 +215,12 @@ COMPLEX PARAMETER PROPERTIES
215215
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.
216216
217217
218-
BODYPARAMETER `<IPathsEyijssServiceprincipalsServiceprincipalIdMicrosoftGraphAddtokensigningcertificatePostRequestbodyContentApplicationJsonSchema>`: .
218+
BODYPARAMETER <IPathsEyijssServiceprincipalsServiceprincipalIdMicrosoftGraphAddtokensigningcertificatePostRequestbodyContentApplicationJsonSchema>: .
219219
- `[(Any) <Object>]`: This indicates any property can be added to this object.
220220
- `[DisplayName <String>]`:
221221
- `[EndDateTime <DateTime?>]`:
222222

223-
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
223+
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
224224
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
225225
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
226226
- `[ApplicationId <String>]`: key: id 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
@@ -137,7 +137,7 @@ COMPLEX PARAMETER PROPERTIES
137137
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.
138138
139139
140-
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
140+
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
141141
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
142142
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
143143
- `[ApplicationId <String>]`: key: id 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
@@ -220,11 +220,11 @@ COMPLEX PARAMETER PROPERTIES
220220
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.
221221
222222
223-
BODYPARAMETER `<IPaths1HnzvnpApplicationsApplicationIdMicrosoftGraphCheckmembergroupsPostRequestbodyContentApplicationJsonSchema>`: .
223+
BODYPARAMETER <IPaths1HnzvnpApplicationsApplicationIdMicrosoftGraphCheckmembergroupsPostRequestbodyContentApplicationJsonSchema>: .
224224
- `[(Any) <Object>]`: This indicates any property can be added to this object.
225225
- `[GroupIds <String[]>]`:
226226

227-
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
227+
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
228228
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
229229
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
230230
- `[ApplicationId <String>]`: key: id 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>]`: key: id of appManagementPolicy
181181
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
182182
- `[ApplicationId <String>]`: key: id 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
@@ -220,11 +220,11 @@ COMPLEX PARAMETER PROPERTIES
220220
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.
221221
222222
223-
BODYPARAMETER `<IPathsO5Kx2YServiceprincipalsServiceprincipalIdMicrosoftGraphCheckmembergroupsPostRequestbodyContentApplicationJsonSchema>`: .
223+
BODYPARAMETER <IPathsO5Kx2YServiceprincipalsServiceprincipalIdMicrosoftGraphCheckmembergroupsPostRequestbodyContentApplicationJsonSchema>: .
224224
- `[(Any) <Object>]`: This indicates any property can be added to this object.
225225
- `[GroupIds <String[]>]`:
226226

227-
INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter
227+
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
228228
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
229229
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
230230
- `[ApplicationId <String>]`: key: id 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>]`: key: id of appManagementPolicy
181181
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
182182
- `[ApplicationId <String>]`: key: id of application

0 commit comments

Comments
 (0)