Skip to content

Commit 6b3d924

Browse files
committed
Fixed example headers
1 parent 2a91ea6 commit 6b3d924

File tree

3,439 files changed

+7606
-4070
lines changed

Some content is hidden

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

3,439 files changed

+7606
-4070
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can use the Update application operation to perform an update instead.
5656

5757
## EXAMPLES
5858

59-
### EXAMPLE 1
59+
### Example 1
6060
```powershell
6161
Import-Module Microsoft.Graph.Applications
6262
$params = @{
@@ -71,7 +71,7 @@ $params = @{
7171
Add-MgApplicationKey -ApplicationId $applicationId -BodyParameter $params
7272
```
7373

74-
### EXAMPLE 2
74+
### Example 2
7575
```powershell
7676
Import-Module Microsoft.Graph.Applications
7777
$params = @{
@@ -317,3 +317,4 @@ To create the parameters described below, construct a hash table containing the
317317

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

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Adds a strong password or secret to an application.
4646

4747
## EXAMPLES
4848

49-
### EXAMPLE 1
49+
### Example 1
5050
```powershell
5151
Connect-MgGraph -Scopes 'Application.ReadWrite.All'
5252
@@ -71,7 +71,7 @@ AdditionalProperties : {[@odata.context,
7171
https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.passwordCredential]}
7272
7373
```
74-
### EXAMPLE 2
74+
### Example 2
7575
```powershell
7676
Connect-MgGraph -Scopes 'Application.ReadWrite.All'
7777
@@ -278,3 +278,4 @@ To create the parameters described below, construct a hash table containing the
278278
## RELATED LINKS
279279
[Add-MgBetaApplicationPassword](/powershell/module/Microsoft.Graph.Beta.Applications/Add-MgBetaApplicationPassword?view=graph-powershell-beta)
280280

281+

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Update servicePrincipal can be used to perform an update instead.
5353

5454
## EXAMPLES
5555

56-
### EXAMPLE 1
56+
### Example 1
5757
```powershell
5858
Import-Module Microsoft.Graph.Applications
5959
$params = @{
@@ -68,7 +68,7 @@ $params = @{
6868
Add-MgServicePrincipalKey -ServicePrincipalId $servicePrincipalId -BodyParameter $params
6969
```
7070

71-
### EXAMPLE 2
71+
### Example 2
7272
```powershell
7373
Import-Module Microsoft.Graph.Applications
7474
$params = @{
@@ -313,3 +313,4 @@ To create the parameters described below, construct a hash table containing the
313313
- `[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.
314314

315315
## RELATED LINKS
316+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Add a strong password or secret to a servicePrincipal object.
4343

4444
## EXAMPLES
4545

46-
### EXAMPLE 1
46+
### Example 1
4747
```powershell
4848
Import-Module Microsoft.Graph.Applications
4949
$params = @{
@@ -229,3 +229,4 @@ To create the parameters described below, construct a hash table containing the
229229
- `[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.
230230

231231
## RELATED LINKS
232+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The **endDateTime** can be up to three years after the certificate is created.
6161

6262
## EXAMPLES
6363

64-
### EXAMPLE 1
64+
### Example 1
6565
```powershell
6666
Import-Module Microsoft.Graph.Applications
6767
$params = @{
@@ -244,3 +244,4 @@ To create the parameters described below, construct a hash table containing the
244244

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For more information, see Publisher verification.
3434

3535
## EXAMPLES
3636

37-
### EXAMPLE 1
37+
### Example 1
3838
```powershell
3939
Import-Module Microsoft.Graph.Applications
4040
Clear-MgApplicationVerifiedPublisher -ApplicationId $applicationId
@@ -161,3 +161,4 @@ To create the parameters described below, construct a hash table containing the
161161

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For more information, see Publisher verification.
3434

3535
## EXAMPLES
3636

37-
### EXAMPLE 1
37+
### Example 1
3838
```powershell
3939
Import-Module Microsoft.Graph.Applications
4040
Clear-MgApplicationVerifiedPublisher -ApplicationId $applicationId
@@ -161,3 +161,4 @@ To create the parameters described below, construct a hash table containing the
161161

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

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Get the properties and relationships of an application object.
3939

4040
## EXAMPLES
4141

42-
### EXAMPLE 1
42+
### Example 1
4343
```powershell
4444
Connect-MgGraph -Scopes 'Application.Read.All'
4545
Get-MgApplication |
@@ -52,7 +52,7 @@ SignInAudience : AzureADandPersonalMicrosoftAccount
5252
PublisherDomain : Contoso.com
5353
5454
```
55-
### EXAMPLE 2
55+
### Example 2
5656
```powershell
5757
Connect-MgGraph -Scopes 'Application.Read.All'
5858
Get-MgApplication -Filter "AppId eq '39b09640-ec3e-44c9-b3de-f52db4e1cf66'" |
@@ -64,7 +64,7 @@ SignInAudience : AzureADandPersonalMicrosoftAccount
6464
PublisherDomain : Contoso.com
6565
6666
```
67-
### EXAMPLE 3
67+
### Example 3
6868
```powershell
6969
Connect-MgGraph -Scopes 'Application.Read.All'
7070
Get-MgApplication -ConsistencyLevel eventual -Count appCount
@@ -78,7 +78,7 @@ f6b30057-7095-4e2c-89f8-224149f591b7 Testing App 00e80963-9bc0-4147-b9e0-
7878
fe4caed6-6182-4aca-b70b-b114c5334a8a New app 641992e9-d176-4aff-a3b6-a867b3ba48c4 AzureADandPersonalMicrosoftAccount Contoso.com
7979
8080
```
81-
### EXAMPLE 4
81+
### Example 4
8282
```powershell
8383
Connect-MgGraph -Scopes 'Application.Read.All'
8484
Get-MgApplication -ConsistencyLevel eventual -Count appCount -Search '"DisplayName:Test"'
@@ -89,7 +89,7 @@ dcaa0c3a-8dfa-4b47-bc04-0edbab42043a Principal-Test App bd38ad43-6c46-4cc6-b65c-
8989
f6b30057-7095-4e2c-89f8-224149f591b7 Testing App 00e80963-9bc0-4147-b9e0-2ba56093e7e6 AzureADandPersonalMicrosoftAccount Contoso.com
9090
9191
```
92-
### EXAMPLE 5
92+
### Example 5
9393
```powershell
9494
Connect-MgGraph -Scopes 'Application.Read.All'
9595
Get-MgApplication -ConsistencyLevel eventual -Count appCount -Filter "startsWith(DisplayName, 'New')" -OrderBy DisplayName
@@ -344,3 +344,4 @@ To create the parameters described below, construct a hash table containing the
344344
## RELATED LINKS
345345
[Get-MgBetaApplication](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaApplication?view=graph-powershell-beta)
346346

347+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Some common uses for this function are to:
3535

3636
## EXAMPLES
3737

38-
### EXAMPLE 1
38+
### Example 1
3939
```powershell
4040
Import-Module Microsoft.Graph.DirectoryObjects
4141
```
@@ -175,3 +175,4 @@ To create the parameters described below, construct a hash table containing the
175175

176176
## RELATED LINKS
177177
[Get-MgBetaApplicationById](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationById?view=graph-powershell-beta)
178+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Invoke function delta
2525

2626
## EXAMPLES
2727

28-
### EXAMPLE 1
28+
### Example 1
2929
```powershell
3030
Import-Module Microsoft.Graph.Applications
3131
Get-MgApplicationDelta
@@ -183,3 +183,4 @@ ALIASES
183183
184184
## RELATED LINKS
185185
[Get-MgBetaApplicationDelta](/powershell/module/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationDelta?view=graph-powershell-beta)
186+

0 commit comments

Comments
 (0)