Skip to content

Commit aa4ab89

Browse files
committed
fix adj
1 parent 33a5c53 commit aa4ab89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/active-directory/governance/entitlement-management-access-package-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You can create an access package by using Microsoft Graph. A user in an appropri
153153

154154
You can also create an access package in PowerShell by using the cmdlets from the [Microsoft Graph PowerShell cmdlets for Identity Governance](https://www.powershellgallery.com/packages/Microsoft.Graph.Identity.Governance/) beta module version 2.1.x or later beta module version. This script illustrates using the Graph `beta` profile and Microsoft Graph PowerShell cmdlets module version 2.4.0.
155155

156-
First, retrieve the ID of the catalog (and of the resource and their roles in that catalog) that you want to include in the access package. Use a script similar to the following example:
156+
First, retrieve the ID of the catalog (and of the resource and its roles in that catalog) that you want to include in the access package. Use a script similar to the following example:
157157

158158
```powershell
159159
Connect-MgGraph -Scopes "EntitlementManagement.ReadWrite.All"

articles/active-directory/governance/entitlement-management-access-package-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ You can add a resource role to an access package using Microsoft Graph. A user i
193193

194194
You can also create an access package in PowerShell with the cmdlets from the [Microsoft Graph PowerShell cmdlets for Identity Governance](https://www.powershellgallery.com/packages/Microsoft.Graph.Identity.Governance/) beta module version 2.1.x or later beta module version. This script illustrates using the Graph `beta` profile and Microsoft Graph PowerShell cmdlets module version 2.4.0.
195195

196-
First, you would retrieve the ID of the catalog, and of the resource and their roles in that catalog that you wish to include in the access package, using a script similar to the following. This assumes there is a single application resource in the catalog.
196+
First, you would retrieve the ID of the catalog, and of the resource and its roles in that catalog that you wish to include in the access package, using a script similar to the following. This assumes there is a single application resource in the catalog.
197197

198198
```powershell
199199
Connect-MgGraph -Scopes "EntitlementManagement.ReadWrite.All"

0 commit comments

Comments
 (0)