Skip to content

Commit 025caa8

Browse files
authored
Merge pull request #2445 from microsoftgraph/WeeklyExamplesUpdate/202311170306
[v2] Examples Update
2 parents e192b34 + 3e23815 commit 025caa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Applications/v1.0/examples/New-MgApplicationExtensionProperty.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Import-Module Microsoft.Graph.Applications
77
$params = @{
88
name = "jobGroup"
99
dataType = "String"
10+
isMultiValued = $true
1011
targetObjects = @(
1112
"User"
1213
)

0 commit comments

Comments
 (0)