Skip to content

Commit e830b36

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Updated metadata parameters
1 parent b66a90c commit e830b36

File tree

4,958 files changed

+20863
-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.

4,958 files changed

+20863
-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
@@ -3,6 +3,7 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/add-mgapplicationkey
55
schema: 2.0.0
6+
ms.subservice: entra-applications
67
---
78

89
# Add-MgApplicationKey
@@ -55,6 +56,9 @@ As part of the request validation for this method, a proof of possession of an e
5556
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.
5657
You can use the Update application operation to perform an update instead.
5758

59+
**Permissions**
60+
[!INCLUDE [permissions-table](~/../graphref/api-reference/v1.0/includes/permissions/application-addkey-permissions.md)]
61+
5862
## EXAMPLES
5963

6064
### EXAMPLE 1

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
@@ -3,6 +3,7 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/add-mgapplicationpassword
55
schema: 2.0.0
6+
ms.subservice: entra-applications
67
---
78

89
# Add-MgApplicationPassword
@@ -47,6 +48,9 @@ Add-MgApplicationPassword -InputObject <IApplicationsIdentity>
4748
Adds a strong password or secret to an application.
4849
You can also add passwords while creating the application.
4950

51+
**Permissions**
52+
[!INCLUDE [permissions-table](~/../graphref/api-reference/v1.0/includes/permissions/application-addpassword-permissions.md)]
53+
5054
## EXAMPLES
5155

5256
### EXAMPLE 1

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/add-mgserviceprincipalkey
55
schema: 2.0.0
6+
ms.subservice: entra-applications
67
---
78

89
# Add-MgServicePrincipalKey
@@ -55,6 +56,9 @@ As part of the request validation for this method, a proof of possession of an e
5556
ServicePrincipals that don't have any existing valid certificates (i.e.: no certificates have been added yet, or all certificates have expired), won't be able to use this service action.
5657
Update servicePrincipal can be used to perform an update instead.
5758

59+
**Permissions**
60+
[!INCLUDE [permissions-table](~/../graphref/api-reference/v1.0/includes/permissions/serviceprincipal-addkey-permissions.md)]
61+
5862
## EXAMPLES
5963

6064
### EXAMPLE 1

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/add-mgserviceprincipalpassword
55
schema: 2.0.0
6+
ms.subservice: entra-applications
67
---
78

89
# Add-MgServicePrincipalPassword
@@ -45,6 +46,9 @@ Add-MgServicePrincipalPassword -InputObject <IApplicationsIdentity>
4546
## DESCRIPTION
4647
Add a strong password or secret to a servicePrincipal object.
4748

49+
**Permissions**
50+
[!INCLUDE [permissions-table](~/../graphref/api-reference/v1.0/includes/permissions/serviceprincipal-addpassword-permissions.md)]
51+
4852
## EXAMPLES
4953

5054
### EXAMPLE 1

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
@@ -3,6 +3,7 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/add-mgserviceprincipaltokensigningcertificate
55
schema: 2.0.0
6+
ms.subservice: entra-applications
67
---
78

89
# Add-MgServicePrincipalTokenSigningCertificate
@@ -60,6 +61,9 @@ When set during creation through the displayName property, the subject of the ce
6061
The startDateTime is set to the same time the certificate is created using the action.
6162
The endDateTime can be up to three years after the certificate is created.
6263

64+
**Permissions**
65+
[!INCLUDE [permissions-table](~/../graphref/api-reference/v1.0/includes/permissions/serviceprincipal-addtokensigningcertificate-permissions.md)]
66+
6367
## EXAMPLES
6468

6569
### EXAMPLE 1

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
@@ -3,6 +3,7 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/clear-mgapplicationverifiedpublisher
55
schema: 2.0.0
6+
ms.subservice: entra-applications
67
---
78

89
# Clear-MgApplicationVerifiedPublisher
@@ -31,6 +32,9 @@ Clear-MgApplicationVerifiedPublisher -InputObject <IApplicationsIdentity> [-Resp
3132
Unset the verifiedPublisher previously set on an application, removing all verified publisher properties.
3233
For more information, see Publisher verification.
3334

35+
**Permissions**
36+
[!INCLUDE [permissions-table](~/../graphref/api-reference/v1.0/includes/permissions/application-unsetverifiedpublisher-permissions.md)]
37+
3438
## EXAMPLES
3539

3640
### EXAMPLE 1

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/confirm-mgapplicationmembergroup
55
schema: 2.0.0
6+
ms.subservice: entra-directory-management
67
---
78

89
# Confirm-MgApplicationMemberGroup

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/confirm-mgserviceprincipalmembergroup
55
schema: 2.0.0
6+
ms.subservice: entra-directory-management
67
---
78

89
# Confirm-MgServicePrincipalMemberGroup

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
@@ -3,6 +3,7 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/find-mgapplicationsynchronizationjobschemadirectory
55
schema: 2.0.0
6+
ms.subservice: entra-applications
67
---
78

89
# Find-MgApplicationSynchronizationJobSchemaDirectory
@@ -29,6 +30,9 @@ Find-MgApplicationSynchronizationJobSchemaDirectory -InputObject <IApplicationsI
2930
## DESCRIPTION
3031
Discover the latest schema definition for provisioning to an application.
3132

33+
**Permissions**
34+
[!INCLUDE [permissions-table](~/../graphref/api-reference/v1.0/includes/permissions/synchronization-directorydefinition-discover-permissions.md)]
35+
3236
## EXAMPLES
3337

3438
### EXAMPLE 1

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
@@ -3,6 +3,7 @@ external help file: Microsoft.Graph.Applications-help.xml
33
Module Name: Microsoft.Graph.Applications
44
online version: https://learn.microsoft.com/powershell/module/microsoft.graph.applications/find-mgapplicationsynchronizationtemplateschemadirectory
55
schema: 2.0.0
6+
ms.subservice: entra-applications
67
---
78

89
# Find-MgApplicationSynchronizationTemplateSchemaDirectory
@@ -29,6 +30,9 @@ Find-MgApplicationSynchronizationTemplateSchemaDirectory -InputObject <IApplicat
2930
## DESCRIPTION
3031
Discover the latest schema definition for provisioning to an application.
3132

33+
**Permissions**
34+
[!INCLUDE [permissions-table](~/../graphref/api-reference/v1.0/includes/permissions/synchronization-directorydefinition-discover-permissions.md)]
35+
3236
## EXAMPLES
3337

3438
### EXAMPLE 1

0 commit comments

Comments
 (0)