Skip to content

Commit

Permalink
Merge pull request microsoft#5151 from Kajalp1079/kajalp/Intune_DSC_D…
Browse files Browse the repository at this point in the history
…erivedCredential

Microsoft365 DSC for Tenant Admin - Intune Derived Credentials.
  • Loading branch information
NikCharlebois authored Oct 14, 2024
2 parents ce27cb8 + 360c82b commit 47aab75
Show file tree
Hide file tree
Showing 14 changed files with 924 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# UNRELEASED

* IntuneDerivedCredential
* Initial release.
* AADAdminConsentRequestPolicy
* Initial release.
* AADApplication
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[ClassVersion("1.0.0.0"), FriendlyName("IntuneAppCategory")]
class MSFT_IntuneAppCategory : OMI_BaseResource
{
[Key, Description("The name of the app category.")] String DisplayName;
[Key, Description("The name of the app.")] String DisplayName;
[Write, Description("The unique identifier for an entity. Read-only.")] String Id;

[Write, Description("Present ensures the instance exists, absent ensures it is removed."), ValueMap{"Present", "Absent"}, Values{"Present", "Absent"}] string Ensure;
Expand Down
Loading

0 comments on commit 47aab75

Please sign in to comment.