Skip to content

Commit c46fff8

Browse files
committed
fix indent
1 parent 352bab9 commit c46fff8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/governance/entitlement-management-catalog-create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ $params = @{
193193
requestType = "adminAdd"
194194
resource = @{
195195
originId = $g.Id
196-
originSystem = "AadGroup"
197-
}
198-
catalog = @{ id = $catalog.id }
196+
originSystem = "AadGroup"
197+
}
198+
catalog = @{ id = $catalog.id }
199199
}
200200
201201
New-MgEntitlementManagementResourceRequest -BodyParameter $params

0 commit comments

Comments
 (0)