Skip to content

Commit faf19bc

Browse files
author
ajburnle
committed
added graph api link to docs
1 parent 7c7e9dc commit faf19bc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-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
@@ -135,7 +135,7 @@ You can also create an access package using Microsoft Graph. A user in an appro
135135

136136
1. [List the accessPackageResources in the catalog](/graph/api/accesspackagecatalog-list-accesspackageresources?view=graph-rest-beta) and [create an accessPackageResourceRequest](/graph/api/accesspackageresourcerequest-post?view=graph-rest-beta) for any resources that are not yet in the catalog.
137137
1. [List the accessPackageResourceRoles](/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-beta) of each accessPackageResource in an accessPackageCatalog. This list of roles will then be used to select a role, when subsequently creating an accessPackageResourceRoleScope.
138-
1. [Create an accessPackage](/graph/api/accesspackage-post?view=graph-rest-beta).
138+
1. [Create an accessPackage](/graph/tutorial-access-package-api?view=graph-rest-beta).
139139
1. [Create an accessPackageAssignmentPolicy](/graph/api/accesspackageassignmentpolicy-post?view=graph-rest-beta).
140140
1. [Create an accessPackageResourceRoleScope](/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-beta) for each resource role needed in the access package.
141141

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ For a step-by-step demonstration of the process of deploying Azure Active Direct
4040

4141
>[!VIDEO https://www.youtube.com/embed/zaaKvaaYwI4]
4242
43+
You can also create an access package programmatically using Microsoft Graph. For a tutorial that shows how to create an access package programmatically, see [entitlement management API](/graph/tutorial-access-package-api?view=graph-rest-beta).
44+
4345
## Prerequisites
4446

4547
To use Azure AD entitlement management, you must have one of the following licenses:

articles/active-directory/governance/entitlement-management-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ There are several ways that you can configure entitlement management for your or
152152

153153
## Programmatic administration
154154

155-
You can also manage access packages, catalogs, policies, requests and assignments using Microsoft Graph. A user in an appropriate role with an application that has the delegated `EntitlementManagement.ReadWrite.All` permission can call the [entitlement management API](/graph/api/resources/entitlementmanagement-root?view=graph-rest-beta).
155+
You can also manage access packages, catalogs, policies, requests and assignments using Microsoft Graph. A user in an appropriate role with an application that has the delegated `EntitlementManagement.ReadWrite.All` permission can call the [entitlement management API](/graph/tutorial-access-package-api?view=graph-rest-beta).
156156

157157
## Next steps
158158

0 commit comments

Comments
 (0)