Skip to content

Commit

Permalink
Merge branch 'Dev' into kajalp/Intune_DSC_DerivedCredential
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajalp1079 committed Oct 9, 2024
2 parents d8d4611 + fc51062 commit 5b13444
Show file tree
Hide file tree
Showing 25 changed files with 2,222 additions and 1 deletion.
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 5b13444

Please sign in to comment.