Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AADRoleEligibilityScheduleRequest] Mismatch in subclass naming #3847

Closed
ykuijs opened this issue Oct 27, 2023 · 2 comments · Fixed by #3879 or #3895
Closed

[AADRoleEligibilityScheduleRequest] Mismatch in subclass naming #3847

ykuijs opened this issue Oct 27, 2023 · 2 comments · Fixed by #3879 or #3895
Assignees
Labels
Bug Something isn't working Entra ID

Comments

@ykuijs
Copy link
Member

ykuijs commented Oct 27, 2023

Description of the issue

In resource AADRoleEligibilityScheduleRequest one of the properties is referencing a subclass, however that corresponding subclass is named differently. This should be corrected.

Property: range
Property Embedded Instance: MSFT_AADRoleEligibilityScheduleRequestScheduleRecurrenceRange

[Write, Description("The duration of an event."), EmbeddedInstance("MSFT_AADRoleEligibilityScheduleRequestScheduleRecurrenceRange")] String range;

Subclass Name: MSFT_AADRoleEligibilityScheduleRequestScheduleRange (is missing Recurrence between Schedule and Range

Microsoft 365 DSC Version

Dev

Which workloads are affected

Azure Active Directory

The DSC configuration

N/A

Verbose logs showing the problem

N/A

Environment Information + PowerShell Version

N/A
@ykuijs
Copy link
Member Author

ykuijs commented Oct 27, 2023

@NikCharlebois Can you please have a look, since you created this resource

@andikrueger andikrueger added Bug Something isn't working Entra ID labels Nov 2, 2023
@ykuijs ykuijs mentioned this issue Nov 10, 2023
@ykuijs
Copy link
Member Author

ykuijs commented Nov 10, 2023

Created a PR to fix this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Entra ID
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants