Skip to content

Commit 3d5d83d

Browse files
committed
More updates on rewritten files
1 parent 03c3274 commit 3d5d83d

File tree

73 files changed

+859
-8
lines changed

Some content is hidden

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

73 files changed

+859
-8
lines changed

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationExtensionProperty.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,19 @@ Read a directory extension definition represented by an extensionProperty object
4242
### EXAMPLE 1
4343
```powershell
4444
Import-Module Microsoft.Graph.Applications
45+
46+
Get-MgApplicationExtensionProperty -ApplicationId $applicationId -ExtensionPropertyId $extensionPropertyId
47+
4548
```
49+
## PARAMETERS
50+
51+
### EXAMPLE 1
52+
```powershell
53+
Import-Module Microsoft.Graph.Applications
4654
4755
Get-MgApplicationExtensionProperty -ApplicationId $applicationId -ExtensionPropertyId $extensionPropertyId
4856
57+
```
4958
## PARAMETERS
5059

5160
### -All
@@ -287,3 +296,4 @@ To create the parameters described below, construct a hash table containing the
287296

288297
## RELATED LINKS
289298
[Get-MgBetaBetaApplicationExtensionProperty](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationExtensionProperty?view=graph-powershell-beta)
299+

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationFederatedIdentityCredential.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,19 @@ Read the properties and relationships of a federatedIdentityCredential object.
4242
### EXAMPLE 1
4343
```powershell
4444
Import-Module Microsoft.Graph.Applications
45+
46+
Get-MgApplicationFederatedIdentityCredential -ApplicationId $applicationId -FederatedIdentityCredentialId $federatedIdentityCredentialId
47+
4548
```
49+
## PARAMETERS
50+
51+
### EXAMPLE 1
52+
```powershell
53+
Import-Module Microsoft.Graph.Applications
4654
4755
Get-MgApplicationFederatedIdentityCredential -ApplicationId $applicationId -FederatedIdentityCredentialId $federatedIdentityCredentialId
4856
57+
```
4958
## PARAMETERS
5059

5160
### -All
@@ -287,3 +296,4 @@ To create the parameters described below, construct a hash table containing the
287296

288297
## RELATED LINKS
289298
[Get-MgBetaBetaApplicationFederatedIdentityCredential](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationFederatedIdentityCredential?view=graph-powershell-beta)
299+

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationOwnerByRef.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,19 @@ Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count
3535
### EXAMPLE 1
3636
```powershell
3737
Import-Module Microsoft.Graph.Applications
38+
39+
Get-MgApplicationOwner -ApplicationId $applicationId
40+
3841
```
42+
## PARAMETERS
43+
44+
### EXAMPLE 1
45+
```powershell
46+
Import-Module Microsoft.Graph.Applications
3947
4048
Get-MgApplicationOwner -ApplicationId $applicationId
4149
50+
```
4251
## PARAMETERS
4352

4453
### -All
@@ -207,3 +216,4 @@ ALIASES
207216
208217
## RELATED LINKS
209218
[Get-MgBetaBetaApplicationOwnerByRef](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerByRef?view=graph-powershell-beta)
219+

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTemplate.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,19 @@ Retrieve the properties of an applicationTemplate object.
4242
### EXAMPLE 1
4343
```powershell
4444
Import-Module Microsoft.Graph.Applications
45+
46+
Get-MgApplicationTemplate -ApplicationTemplateId $applicationTemplateId
47+
4548
```
49+
## PARAMETERS
50+
51+
### EXAMPLE 1
52+
```powershell
53+
Import-Module Microsoft.Graph.Applications
4654
4755
Get-MgApplicationTemplate -ApplicationTemplateId $applicationTemplateId
4856
57+
```
4958
## PARAMETERS
5059

5160
### -All
@@ -272,3 +281,4 @@ To create the parameters described below, construct a hash table containing the
272281

273282
## RELATED LINKS
274283
[Get-MgBetaBetaApplicationTemplate](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTemplate?view=graph-powershell-beta)
284+

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenIssuancePolicyByRef.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,19 @@ List the tokenIssuancePolicy objects that are assigned to an application.
2929
### EXAMPLE 1
3030
```powershell
3131
Import-Module Microsoft.Graph.Applications
32+
33+
Get-MgApplicationTokenIssuancePolicy -ApplicationId $applicationId
34+
3235
```
36+
## PARAMETERS
37+
38+
### EXAMPLE 1
39+
```powershell
40+
Import-Module Microsoft.Graph.Applications
3341
3442
Get-MgApplicationTokenIssuancePolicy -ApplicationId $applicationId
3543
44+
```
3645
## PARAMETERS
3746

3847
### -All
@@ -185,3 +194,4 @@ ALIASES
185194
186195
## RELATED LINKS
187196
[Get-MgBetaBetaApplicationTokenIssuancePolicyByRef](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenIssuancePolicyByRef?view=graph-powershell-beta)
197+

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgApplicationTokenLifetimePolicyByRef.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,19 @@ List the tokenLifetimePolicy objects that are assigned to an application.
2929
### EXAMPLE 1
3030
```powershell
3131
Import-Module Microsoft.Graph.Applications
32+
33+
Get-MgApplicationTokenLifetimePolicy -ApplicationId $applicationId
34+
3235
```
36+
## PARAMETERS
37+
38+
### EXAMPLE 1
39+
```powershell
40+
Import-Module Microsoft.Graph.Applications
3341
3442
Get-MgApplicationTokenLifetimePolicy -ApplicationId $applicationId
3543
44+
```
3645
## PARAMETERS
3746

3847
### -All
@@ -185,3 +194,4 @@ ALIASES
185194
186195
## RELATED LINKS
187196
[Get-MgBetaBetaApplicationTokenLifetimePolicyByRef](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenLifetimePolicyByRef?view=graph-powershell-beta)
197+

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalAppRoleAssignedTo.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,19 @@ Supports $expand.
4444
### EXAMPLE 1
4545
```powershell
4646
Import-Module Microsoft.Graph.Applications
47+
48+
Get-MgServicePrincipalAppRoleAssignedTo -ServicePrincipalId $servicePrincipalId
49+
4750
```
51+
## PARAMETERS
52+
53+
### EXAMPLE 1
54+
```powershell
55+
Import-Module Microsoft.Graph.Applications
4856
4957
Get-MgServicePrincipalAppRoleAssignedTo -ServicePrincipalId $servicePrincipalId
5058
59+
```
5160
## PARAMETERS
5261

5362
### -All
@@ -289,3 +298,4 @@ To create the parameters described below, construct a hash table containing the
289298

290299
## RELATED LINKS
291300
[Get-MgBetaBetaServicePrincipalAppRoleAssignedTo](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignedTo?view=graph-powershell-beta)
301+

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyByRef.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,19 @@ List the claimsMappingPolicy objects that are assigned to a servicePrincipal.
2929
### EXAMPLE 1
3030
```powershell
3131
Import-Module Microsoft.Graph.Applications
32+
33+
Get-MgServicePrincipalClaimMappingPolicy -ServicePrincipalId $servicePrincipalId
34+
3235
```
36+
## PARAMETERS
37+
38+
### EXAMPLE 1
39+
```powershell
40+
Import-Module Microsoft.Graph.Applications
3341
3442
Get-MgServicePrincipalClaimMappingPolicy -ServicePrincipalId $servicePrincipalId
3543
44+
```
3645
## PARAMETERS
3746

3847
### -All
@@ -185,3 +194,4 @@ ALIASES
185194
186195
## RELATED LINKS
187196
[Get-MgBetaBetaServicePrincipalClaimMappingPolicyByRef](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimMappingPolicyByRef?view=graph-powershell-beta)
197+

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalDelegatedPermissionClassification.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,19 @@ Get delegatedPermissionClassifications from servicePrincipals
4242
### EXAMPLE 1
4343
```powershell
4444
Import-Module Microsoft.Graph.Applications
45+
46+
Get-MgServicePrincipalDelegatedPermissionClassification -ServicePrincipalId $servicePrincipalId
47+
4548
```
49+
## PARAMETERS
50+
51+
### EXAMPLE 1
52+
```powershell
53+
Import-Module Microsoft.Graph.Applications
4654
4755
Get-MgServicePrincipalDelegatedPermissionClassification -ServicePrincipalId $servicePrincipalId
4856
57+
```
4958
## PARAMETERS
5059

5160
### -All
@@ -287,3 +296,4 @@ To create the parameters described below, construct a hash table containing the
287296

288297
## RELATED LINKS
289298
[Get-MgBetaBetaServicePrincipalDelegatedPermissionClassification](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalDelegatedPermissionClassification?view=graph-powershell-beta)
299+

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,19 @@ List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipa
2929
### EXAMPLE 1
3030
```powershell
3131
Import-Module Microsoft.Graph.Applications
32+
33+
Get-MgServicePrincipalHomeRealmDiscoveryPolicy -ServicePrincipalId $servicePrincipalId
34+
3235
```
36+
## PARAMETERS
37+
38+
### EXAMPLE 1
39+
```powershell
40+
Import-Module Microsoft.Graph.Applications
3341
3442
Get-MgServicePrincipalHomeRealmDiscoveryPolicy -ServicePrincipalId $servicePrincipalId
3543
44+
```
3645
## PARAMETERS
3746

3847
### -All
@@ -185,3 +194,4 @@ ALIASES
185194
186195
## RELATED LINKS
187196
[Get-MgBetaBetaServicePrincipalHomeRealmDiscoveryPolicyByRef](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef?view=graph-powershell-beta)
197+

0 commit comments

Comments
 (0)