You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Containment on catalogs/accessPackages should be removed since requests made to POST /identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies fail with No HTTP resource was found that matches the request URI 'https://igaelm-asev3-ecapi-neu.igaelm-asev3-environment-neu.p.azurewebsites.net/api/v1/catalogs('id')/accessPackages('id)/assignmentPolicies'. error message.
The error message suggests that the workload does not support path. Unfortunately, the path is currently surfaced as supported in the CSDL which leads to the overgeneration seen at microsoftgraph/msgraph-sdk-powershell#1970:
'/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies':
post:
summary: Create new navigation property to assignmentPolicies for identityGovernanceoperationId: identityGovernance.entitlementManagement.catalogs.accessPackages_CreateAssignmentPolicies...get:
summary: Get assignmentPolicies from identityGovernanceoperationId: identityGovernance.entitlementManagement.catalogs.accessPackages_ListAssignmentPolicies...
Containment on
catalogs/accessPackages
should be removed since requests made toPOST /identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies
fail withNo HTTP resource was found that matches the request URI 'https://igaelm-asev3-ecapi-neu.igaelm-asev3-environment-neu.p.azurewebsites.net/api/v1/catalogs('id')/accessPackages('id)/assignmentPolicies'.
error message.The error message suggests that the workload does not support path. Unfortunately, the path is currently surfaced as supported in the CSDL which leads to the overgeneration seen at microsoftgraph/msgraph-sdk-powershell#1970:
CSDL
OpenAPI
As per the API reference - https://learn.microsoft.com/en-us/graph/api/resources/accesspackagecatalog?view=graph-rest-1.0#relationships:
Additional Notes
Workload owner's input is needed to validate the above assumption.
The issue is closely related to #243.
The text was updated successfully, but these errors were encountered: