microsoft / Microsoft365DSC

Manages, configures, extracts and monitors Microsoft 365 tenant configurations
https://aka.ms/M365DSC
MIT License
1.6k stars 498 forks source link

AADApplication: missing several fields #4321

Open adhodgson1 opened 8 months ago

adhodgson1 commented 8 months ago

Description of the issue

As part of work I am doing with a client we have noticed several fields missing in the AADApplication resource. A prtial list of identified fields includes:

I was wondering if there was any reason these weren't currently supported and whether there were any plans to implement this in this or other resources?

Microsoft 365 DSC Version

1.24.207.2

Which workloads are affected

Azure Active Directory

The DSC configuration

No response

Verbose logs showing the problem

No response

Environment Information + PowerShell Version

No response

ykuijs commented 8 months ago

Not 100% sure why these have not been added, but most probably because they were not present/available when creating this resource. But that does not mean that they cannot be added now. I have just merged your PR that adds the description, so that should be in the next release.

If you have the opportunity to add the other as well, that would be fantastic!