Skip to content

Commit 0cc7b1a

Browse files
authored
Merge branch 'dev' into patch-2.13.1
2 parents 3e153c6 + c57fd8d commit 0cc7b1a

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed
Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
### Example 1: {{ Add title here }}
1+
### Example 1: Code snippet
2+
23
```powershell
3-
PS C:\> {{ Add code here }}
44
5-
{{ Add output here }}
6-
```
5+
Import-Module Microsoft.Graph.Applications
76
8-
{{ Add description here }}
7+
Get-MgServicePrincipalTokenLifetimePolicy -ServicePrincipalId $servicePrincipalId
98
10-
### Example 2: {{ Add title here }}
11-
```powershell
12-
PS C:\> {{ Add code here }}
13-
14-
{{ Add output here }}
159
```
16-
17-
{{ Add description here }}
10+
This example shows how to use the Get-MgServicePrincipalTokenLifetimePolicy Cmdlet.
1811

src/Search/beta/examples/Invoke-MgBetaQuerySearch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ $params = @{
1313
contentSources = @(
1414
"/external/connections/connectionfriendlyname"
1515
)
16+
region = "US"
1617
query = @{
1718
queryString = "contoso product"
1819
}

0 commit comments

Comments
 (0)