Skip to content

Commit c525239

Browse files
authored
Merge pull request #3080 from microsoftgraph/tm/fix-example-description
Removes unnecessary '#' characters in example descriptions
2 parents d1368df + a3b4acf commit c525239

File tree

29 files changed

+61
-42
lines changed

29 files changed

+61
-42
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Import-Module Microsoft.Graph.Beta.Applications
77
Get-MgBetaApplicationDelta
88
99
```
10-
This example will### example
10+
This example shows how to use the Get-MgBetaApplicationDelta Cmdlet.
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Import-Module Microsoft.Graph.Beta.Applications
77
Get-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId
88
99
```
10-
This example will### example
10+
This example shows how to use the Get-MgBetaServicePrincipalSynchronizationTemplate Cmdlet.
1111

src/Applications/v1.0/examples/Get-MgServicePrincipalSynchronizationTemplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Import-Module Microsoft.Graph.Applications
77
Get-MgServicePrincipalSynchronizationTemplate -ServicePrincipalId $servicePrincipalId
88
99
```
10-
This example will### example
10+
This example shows how to use the Get-MgServicePrincipalSynchronizationTemplate Cmdlet.
1111

src/Bookings/beta/examples/Initialize-MgBetaBackupRestoreProtectionPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Import-Module Microsoft.Graph.Beta.Bookings
77
Initialize-MgBetaBackupRestoreProtectionPolicy -ProtectionPolicyBaseId $protectionPolicyBaseId
88
99
```
10-
This example will### example 1 : activate an inactive protection policy
10+
This example will activate an inactive protection policy
1111

1212
### Example 2 : Activate an active protection policy
1313

@@ -18,5 +18,5 @@ Import-Module Microsoft.Graph.Beta.Bookings
1818
Initialize-MgBetaBackupRestoreProtectionPolicy -ProtectionPolicyBaseId $protectionPolicyBaseId
1919
2020
```
21-
This example will### example 2 : activate an active protection policy
21+
This example will activate an active protection policy
2222

src/Bookings/beta/examples/Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Import-Module Microsoft.Graph.Beta.Bookings
1818
Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy -ProtectionPolicyBaseId $protectionPolicyBaseId
1919
2020
```
21-
This example will### example 2 : deactivate a protection policy in updating state
21+
This example will deactivate a protection policy in updating state
2222

src/Bookings/v1.0/examples/Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Import-Module Microsoft.Graph.Bookings
1818
Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy -ProtectionPolicyBaseId $protectionPolicyBaseId
1919
2020
```
21-
This example will### example 2 : deactivate a protection policy in updating state
21+
This example will deactivate a protection policy in updating state
2222

src/CloudCommunications/beta/examples/New-MgBetaCommunicationCall.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ $params = @{
448448
New-MgBetaCommunicationCall -BodyParameter $params
449449
450450
```
451-
This example will### example 10: join channel meeting as a guest with service hosted media
451+
This example will join channel meeting as a guest with service hosted media
452452

453453
### Example 11: Create peer-to-peer PSTN call with service hosted media
454454

@@ -498,7 +498,7 @@ $params = @{
498498
New-MgBetaCommunicationCall -BodyParameter $params
499499
500500
```
501-
This example will### example 11: create peer-to-peer pstn call with service hosted media
501+
This example will create peer-to-peer pstn call with service hosted media
502502

503503
### Example 12: Create peer-to-peer PSTN call with application hosted media
504504

@@ -549,5 +549,5 @@ $params = @{
549549
New-MgBetaCommunicationCall -BodyParameter $params
550550
551551
```
552-
This example will### example 12: create peer-to-peer pstn call with application hosted media
552+
This example will create peer-to-peer pstn call with application hosted media
553553

src/CloudCommunications/v1.0/examples/New-MgCommunicationCall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,5 +450,5 @@ $params = @{
450450
New-MgCommunicationCall -BodyParameter $params
451451
452452
```
453-
This example will### example 10: create peer-to-peer pstn call with application hosted media
453+
This example will create peer-to-peer pstn call with application hosted media
454454

src/Identity.DirectoryManagement/beta/examples/Get-MgBetaDirectoryRoleDelta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement
77
Get-MgBetaDirectoryRoleDelta
88
99
```
10-
This example will### example
10+
This example shows how to use the Get-MgBetaDirectoryRoleDelta Cmdlet.
1111

src/Identity.DirectoryManagement/v1.0/examples/Get-MgDirectoryRoleDelta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Import-Module Microsoft.Graph.Identity.DirectoryManagement
77
Get-MgDirectoryRoleDelta
88
99
```
10-
This example will### example
10+
This example shows how to use the Get-MgDirectoryRoleDelta Cmdlet.
1111

0 commit comments

Comments
 (0)