Skip to content

Commit bb75171

Browse files
authored
Merge branch 'dev' into WeeklyApiRefresh/202311211206
2 parents a8b8118 + 025caa8 commit bb75171

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)