Skip to content

Commit f785237

Browse files
committed
Updated metadata parameters
1 parent a984957 commit f785237

File tree

13,404 files changed

+55297
-0
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,404 files changed

+55297
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ As part of the request validation for this method, a proof of possession of an e
1414
Applications that don't have any existing valid certificates (no certificates have been added yet, or all certificates have expired), won't be able to use this service action.
1515
You can use the Update application operation to perform an update instead.
1616

17+
> [!NOTE]
18+
> To view the beta release of this cmdlet, view [Add-MgBetaApplicationKey](/powershell/module/Microsoft.Graph.Beta.Applications/Add-MgBetaApplicationKey?view=graph-powershell-beta)
19+
1720
## SYNTAX
1821

1922
### AddExpanded (Default)
@@ -318,3 +321,4 @@ To create the parameters described below, construct a hash table containing the
318321
- `[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.
319322

320323
## RELATED LINKS
324+
[Add-MgBetaApplicationKey](/powershell/module/Microsoft.Graph.Beta.Applications/Add-MgBetaApplicationKey?view=graph-powershell-beta)

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ schema: 2.0.0
1010
## SYNOPSIS
1111
Adds a strong password or secret to an application.
1212

13+
> [!NOTE]
14+
> To view the beta release of this cmdlet, view [Add-MgBetaApplicationPassword](/powershell/module/Microsoft.Graph.Beta.Applications/Add-MgBetaApplicationPassword?view=graph-powershell-beta)
15+
1316
## SYNTAX
1417

1518
### AddExpanded (Default)
@@ -273,3 +276,4 @@ To create the parameters described below, construct a hash table containing the
273276
- `[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.
274277

275278
## RELATED LINKS
279+
[Add-MgBetaApplicationPassword](/powershell/module/Microsoft.Graph.Beta.Applications/Add-MgBetaApplicationPassword?view=graph-powershell-beta)

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ When set during creation through the displayName property, the subject of the ce
1717
The startDateTime is set to the same time the certificate is created using the action.
1818
The endDateTime can be up to three years after the certificate is created.
1919

20+
> [!NOTE]
21+
> To view the beta release of this cmdlet, view [Add-MgBetaServicePrincipalTokenSigningCertificate](/powershell/module/Microsoft.Graph.Beta.Applications/Add-MgBetaServicePrincipalTokenSigningCertificate?view=graph-powershell-beta)
22+
2023
## SYNTAX
2124

2225
### AddExpanded (Default)
@@ -243,3 +246,4 @@ To create the parameters described below, construct a hash table containing the
243246
- `[UserId <String>]`: The unique identifier of user
244247

245248
## RELATED LINKS
249+
[Add-MgBetaServicePrincipalTokenSigningCertificate](/powershell/module/Microsoft.Graph.Beta.Applications/Add-MgBetaServicePrincipalTokenSigningCertificate?view=graph-powershell-beta)

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ schema: 2.0.0
1111
Unset the verifiedPublisher previously set on an application, removing all verified publisher properties.
1212
For more information, see Publisher verification.
1313

14+
> [!NOTE]
15+
> To view the beta release of this cmdlet, view [Clear-MgBetaApplicationVerifiedPublisher](/powershell/module/Microsoft.Graph.Beta.Applications/Clear-MgBetaApplicationVerifiedPublisher?view=graph-powershell-beta)
16+
1417
## SYNTAX
1518

1619
### Unset (Default)
@@ -159,3 +162,4 @@ To create the parameters described below, construct a hash table containing the
159162
- `[UserId <String>]`: The unique identifier of user
160163

161164
## RELATED LINKS
165+
[Clear-MgBetaApplicationVerifiedPublisher](/powershell/module/Microsoft.Graph.Beta.Applications/Clear-MgBetaApplicationVerifiedPublisher?view=graph-powershell-beta)

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ You can check up to a maximum of 20 groups per request.
1414
This function supports all groups provisioned in Azure AD.
1515
Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
1616

17+
> [!NOTE]
18+
> To view the beta release of this cmdlet, view [Confirm-MgBetaApplicationMemberGroup](/powershell/module/Microsoft.Graph.Beta.Applications/Confirm-MgBetaApplicationMemberGroup?view=graph-powershell-beta)
19+
1720
## SYNTAX
1821

1922
### CheckExpanded (Default)
@@ -218,3 +221,4 @@ To create the parameters described below, construct a hash table containing the
218221
- `[UserId <String>]`: The unique identifier of user
219222

220223
## RELATED LINKS
224+
[Confirm-MgBetaApplicationMemberGroup](/powershell/module/Microsoft.Graph.Beta.Applications/Confirm-MgBetaApplicationMemberGroup?view=graph-powershell-beta)

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ schema: 2.0.0
1010
## SYNOPSIS
1111
Invoke action checkMemberObjects
1212

13+
> [!NOTE]
14+
> To view the beta release of this cmdlet, view [Confirm-MgBetaApplicationMemberObject](/powershell/module/Microsoft.Graph.Beta.Applications/Confirm-MgBetaApplicationMemberObject?view=graph-powershell-beta)
15+
1316
## SYNTAX
1417

1518
### CheckExpanded (Default)
@@ -214,3 +217,4 @@ To create the parameters described below, construct a hash table containing the
214217
- `[UserId <String>]`: The unique identifier of user
215218

216219
## RELATED LINKS
220+
[Confirm-MgBetaApplicationMemberObject](/powershell/module/Microsoft.Graph.Beta.Applications/Confirm-MgBetaApplicationMemberObject?view=graph-powershell-beta)

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ You can check up to a maximum of 20 groups per request.
1414
This function supports all groups provisioned in Azure AD.
1515
Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
1616

17+
> [!NOTE]
18+
> To view the beta release of this cmdlet, view [Confirm-MgBetaServicePrincipalMemberGroup](/powershell/module/Microsoft.Graph.Beta.Applications/Confirm-MgBetaServicePrincipalMemberGroup?view=graph-powershell-beta)
19+
1720
## SYNTAX
1821

1922
### CheckExpanded (Default)
@@ -218,3 +221,4 @@ To create the parameters described below, construct a hash table containing the
218221
- `[UserId <String>]`: The unique identifier of user
219222

220223
## RELATED LINKS
224+
[Confirm-MgBetaServicePrincipalMemberGroup](/powershell/module/Microsoft.Graph.Beta.Applications/Confirm-MgBetaServicePrincipalMemberGroup?view=graph-powershell-beta)

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ schema: 2.0.0
1010
## SYNOPSIS
1111
Invoke action checkMemberObjects
1212

13+
> [!NOTE]
14+
> To view the beta release of this cmdlet, view [Confirm-MgBetaServicePrincipalMemberObject](/powershell/module/Microsoft.Graph.Beta.Applications/Confirm-MgBetaServicePrincipalMemberObject?view=graph-powershell-beta)
15+
1316
## SYNTAX
1417

1518
### CheckExpanded (Default)
@@ -214,3 +217,4 @@ To create the parameters described below, construct a hash table containing the
214217
- `[UserId <String>]`: The unique identifier of user
215218

216219
## RELATED LINKS
220+
[Confirm-MgBetaServicePrincipalMemberObject](/powershell/module/Microsoft.Graph.Beta.Applications/Confirm-MgBetaServicePrincipalMemberObject?view=graph-powershell-beta)

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgApplicationSynchronizationJobSchemaDirectory.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ schema: 2.0.0
1010
## SYNOPSIS
1111
Discover the latest schema definition for provisioning to an application.
1212

13+
> [!NOTE]
14+
> To view the beta release of this cmdlet, view [Find-MgBetaApplicationSynchronizationJobSchemaDirectory](/powershell/module/Microsoft.Graph.Beta.Applications/Find-MgBetaApplicationSynchronizationJobSchemaDirectory?view=graph-powershell-beta)
15+
1316
## SYNTAX
1417

1518
### Discover (Default)
@@ -175,3 +178,4 @@ To create the parameters described below, construct a hash table containing the
175178
- `[UserId <String>]`: The unique identifier of user
176179

177180
## RELATED LINKS
181+
[Find-MgBetaApplicationSynchronizationJobSchemaDirectory](/powershell/module/Microsoft.Graph.Beta.Applications/Find-MgBetaApplicationSynchronizationJobSchemaDirectory?view=graph-powershell-beta)

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Find-MgApplicationSynchronizationTemplateSchemaDirectory.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ schema: 2.0.0
1010
## SYNOPSIS
1111
Discover the latest schema definition for provisioning to an application.
1212

13+
> [!NOTE]
14+
> To view the beta release of this cmdlet, view [Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory](/powershell/module/Microsoft.Graph.Beta.Applications/Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory?view=graph-powershell-beta)
15+
1316
## SYNTAX
1417

1518
### Discover (Default)
@@ -175,3 +178,4 @@ To create the parameters described below, construct a hash table containing the
175178
- `[UserId <String>]`: The unique identifier of user
176179

177180
## RELATED LINKS
181+
[Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory](/powershell/module/Microsoft.Graph.Beta.Applications/Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory?view=graph-powershell-beta)

0 commit comments

Comments
 (0)