Skip to content

Commit c6fa02c

Browse files
authored
Merge pull request #2716 from microsoftgraph/WeeklyExamplesUpdate/202405030310
[v2] Examples Update
2 parents 1208f3f + 75165fb commit c6fa02c

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed
Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +0,0 @@
1-
### Example 1: {{ Add title here }}
2-
```powershell
3-
PS C:\> {{ Add code here }}
4-
5-
{{ Add output here }}
6-
```
7-
8-
{{ Add description here }}
9-
10-
### Example 2: {{ Add title here }}
11-
```powershell
12-
PS C:\> {{ Add code here }}
13-
14-
{{ Add output here }}
15-
```
16-
17-
{{ Add description here }}
18-
Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +0,0 @@
1-
### Example 1: {{ Add title here }}
2-
```powershell
3-
PS C:\> {{ Add code here }}
4-
5-
{{ Add output here }}
6-
```
7-
8-
{{ Add description here }}
9-
10-
### Example 2: {{ Add title here }}
11-
```powershell
12-
PS C:\> {{ Add code here }}
13-
14-
{{ Add output here }}
15-
```
16-
17-
{{ Add description here }}
18-

src/Search/beta/examples/New-MgBetaSearchBookmark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $params = @{
1414
"install"
1515
)
1616
reservedKeywords = @(
17-
"Contoso"
17+
"Unique keyword"
1818
)
1919
matchSimilarKeywords = $true
2020
}

0 commit comments

Comments
 (0)