Skip to content

Commit 6b8a093

Browse files
authored
Merge branch 'dev' into 1947-invoke-mggraphrequest-cant-handle-uri-with
2 parents ba5a320 + 025caa8 commit 6b8a093

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)