Jeremy

Results 8 comments of Jeremy

Is the code in the middle screenshot generated from an export or is it your defined code?

Taking a wild stab in the dark I'm imaging it's because the beta module and auto assignment policies don't really place nicely. https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/DSCResources/MSFT_AADEntitlementManagementAccessPackageAssignmentPolicy/MSFT_AADEntitlementManagementAccessPackageAssignmentPolicy.psm1 If you look at line 121 it's...

https://learn.microsoft.com/en-us/graph/api/resources/unifiedroleeligibilityschedulerequest?view=graph-rest-1.0 https://learn.microsoft.com/en-us/graph/api/resources/unifiedroleeligibilityschedule?view=graph-rest-1.0 Don't quote me on this but the 'schedulerequest' is used to make someone eligible, the 'schedule' is the record of the eligibility. So to be able to make...

https://microsoft365dsc.com/resources/azure-ad/AADGroup/ Obviously the below DSC isn't all the required (or optional) fields but I assign permanently active permissions on groups like below ``` AADGroup 'MyGroups' { DisplayName = "DSCGroup" Description...

Can you please fix the link to the issue you're mentioning

https://github.com/microsoft/Microsoft365DSC/pull/6039

Here's the AAD ones that aren't on the export.microsoft365dsc.com page (98% confidence) AADAccessReviewDefinition AADAccessReviewPolicy AADAdminConsentRequestPolicy AADAuthenticationMethodPolicyExternal AADAuthenticationMethodPolicyHardware AADAuthenticationMethodPolicyQRCodeImage AADAuthenticationRequirement AADClaimsMappingPolicy AADConnectorGroupApplicationProxy AADCustomAuthenticationExtension AADCustomSecurityAttributeDefinition AADDeviceRegistrationPolicy AADDomain AADEnrichedAuditLogs AADEntitlementManagementSettings AADFeatureRolloutPolicy AADFederationConfiguration AADFilteringPolicy...