Skip to content

Commit 3e23815

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Updating examples
1 parent e192b34 commit 3e23815

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)