Skip to content

Commit 9cc30cc

Browse files
authored
Merge pull request #2049 from microsoftgraph/WeeklyExamplesUpdate/202305291213
[v2] Examples Update
2 parents 66d211f + 32815f2 commit 9cc30cc

File tree

1,240 files changed

+4209
-20962
lines changed

Some content is hidden

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

1,240 files changed

+4209
-20962
lines changed

src/Applications/beta/examples/Get-MgBetaApplicationExtensionProperty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
Get-MgBetaApplicationExtensionProperty -ApplicationId $applicationId -ExtensionPropertyId $extensionPropertyId
66
```
7-
This example shows how to use the Get-MgBetaBetaApplicationExtensionProperty Cmdlet.
7+
This example shows how to use the Get-MgBetaApplicationExtensionProperty Cmdlet.
88
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
99

src/Applications/beta/examples/Get-MgBetaApplicationFederatedIdentityCredential.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,8 @@
22

33
```powershellImport-Module Microsoft.Graph.Beta.Applications
44

5-
$params = @{
6-
name = "testing02"
7-
issuer = "https://login.microsoftonline.com/3d1e2be9-a10a-4a0c-8380-7ce190f98ed9/v2.0"
8-
subject = "a7d388c3-5e3f-4959-ac7d-786b3383006a"
9-
description = "Updated description"
10-
audiences = @(
11-
"api://AzureADTokenExchange"
12-
)
13-
}
14-
15-
Update-MgBetaApplicationFederatedIdentityCredential -ApplicationId $applicationId -FederatedIdentityCredentialId $federatedIdentityCredentialId -BodyParameter $params
5+
Get-MgBetaApplicationFederatedIdentityCredential -ApplicationId $applicationId -FederatedIdentityCredentialId $federatedIdentityCredentialId
166
```
17-
This example shows how to use the Get-MgBetaBetaApplicationFederatedIdentityCredential Cmdlet.
7+
This example shows how to use the Get-MgBetaApplicationFederatedIdentityCredential Cmdlet.
188
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
199

src/Applications/beta/examples/Get-MgBetaApplicationTemplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
Get-MgBetaApplicationTemplate -ApplicationTemplateId $applicationTemplateId
66
```
7-
This example shows how to use the Get-MgBetaBetaApplicationTemplate Cmdlet.
7+
This example shows how to use the Get-MgBetaApplicationTemplate Cmdlet.
88
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
99

src/Applications/beta/examples/New-MgBetaApplicationAppManagementPolicyByRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ $params = @{
88

99
New-MgBetaApplicationAppManagementPolicyByRef -ApplicationId $applicationId -BodyParameter $params
1010
```
11-
This example shows how to use the New-MgBetaBetaApplicationAppManagementPolicyByRef Cmdlet.
11+
This example shows how to use the New-MgBetaApplicationAppManagementPolicyByRef Cmdlet.
1212
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
1313

src/Applications/beta/examples/New-MgBetaApplicationExtensionProperty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ $params = @{
1212

1313
New-MgBetaApplicationExtensionProperty -ApplicationId $applicationId -BodyParameter $params
1414
```
15-
This example shows how to use the New-MgBetaBetaApplicationExtensionProperty Cmdlet.
15+
This example shows how to use the New-MgBetaApplicationExtensionProperty Cmdlet.
1616
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
1717

src/Applications/beta/examples/New-MgBetaApplicationFederatedIdentityCredential.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ $params = @{
1313

1414
New-MgBetaApplicationFederatedIdentityCredential -ApplicationId $applicationId -BodyParameter $params
1515
```
16-
This example shows how to use the New-MgBetaBetaApplicationFederatedIdentityCredential Cmdlet.
16+
This example shows how to use the New-MgBetaApplicationFederatedIdentityCredential Cmdlet.
1717
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
1818

src/Applications/beta/examples/New-MgBetaApplicationTokenIssuancePolicyByRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ $params = @{
88

99
New-MgBetaApplicationTokenIssuancePolicyByRef -ApplicationId $applicationId -BodyParameter $params
1010
```
11-
This example shows how to use the New-MgBetaBetaApplicationTokenIssuancePolicyByRef Cmdlet.
11+
This example shows how to use the New-MgBetaApplicationTokenIssuancePolicyByRef Cmdlet.
1212
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
1313

src/Applications/beta/examples/New-MgBetaApplicationTokenLifetimePolicyByRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ $params = @{
88

99
New-MgBetaApplicationTokenLifetimePolicyByRef -ApplicationId $applicationId -BodyParameter $params
1010
```
11-
This example shows how to use the New-MgBetaBetaApplicationTokenLifetimePolicyByRef Cmdlet.
11+
This example shows how to use the New-MgBetaApplicationTokenLifetimePolicyByRef Cmdlet.
1212
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
1313

src/Applications/beta/examples/New-MgBetaServicePrincipalAppRoleAssignedTo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ $params = @{
1010

1111
New-MgBetaServicePrincipalAppRoleAssignedTo -ServicePrincipalId $servicePrincipalId -BodyParameter $params
1212
```
13-
This example shows how to use the New-MgBetaBetaServicePrincipalAppRoleAssignedTo Cmdlet.
13+
This example shows how to use the New-MgBetaServicePrincipalAppRoleAssignedTo Cmdlet.
1414
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
1515

src/Applications/beta/examples/New-MgBetaServicePrincipalAppRoleAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ $params = @{
1010

1111
New-MgBetaServicePrincipalAppRoleAssignment -ServicePrincipalId $servicePrincipalId -BodyParameter $params
1212
```
13-
This example shows how to use the New-MgBetaBetaServicePrincipalAppRoleAssignment Cmdlet.
13+
This example shows how to use the New-MgBetaServicePrincipalAppRoleAssignment Cmdlet.
1414
To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference).
1515

0 commit comments

Comments
 (0)