Skip to content

Commit

Permalink
Merge branch 'Dev' into feat/intune-asrappbrowserpolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienTschanz committed Oct 17, 2024
2 parents b99ab4c + ea2574e commit 06cdde6
Show file tree
Hide file tree
Showing 22 changed files with 1,206 additions and 118 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# UNRELEASED

* AADIdentityGovernanceProgram
* Initial release.
* IntuneAppAndBrowserIsolationPolicyWindows10ConfigMgr
* Initial release.

# 1.24.1016.1

* AADAdminConsentRequestPolicy
* Initial release.
* AADApplication
Expand Down Expand Up @@ -40,8 +47,6 @@
* IntuneAppAndBrowserIsolationPolicyWindows10
* Initial release.
FIXES [#3028](https:/microsoft/Microsoft365DSC/issues/3028)
* IntuneAppAndBrowserIsolationPolicyWindows10ConfigMgr
* Initial release.
* IntuneDerivedCredential
* Initial release.
* IntuneDeviceConfigurationIdentityProtectionPolicyWindows10
Expand Down Expand Up @@ -83,6 +88,8 @@

# 1.24.1002.1

* AADAdministrativeUnit
* Added support for property IsMemberManagementRestricted.
* AADApplication
* Added AppRoles
* Added AuthenticationBehavior
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class MSFT_AADAdminConsentRequestPolicyReviewer
{
[Write, Description("Type of reviewwer. Can be User, Group or Role")] String ReviewerType;
[Write, Description("Identifier for the reviewer instance.")] String ReviewerId;
[Write, Description("Associated query.")] String QueryRoot;
};

[ClassVersion("1.0.0.0"), FriendlyName("AADAdminConsentRequestPolicy")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class MSFT_AADCustomSecurityAttributeDefinition : OMI_BaseResource
{
[Key, Description("Name of the custom security attribute. Must be unique within an attribute set. Can be up to 32 characters long and include Unicode characters. Can't contain spaces or special characters. Can't be changed later. Case sensitive.")] String Name;
[Write, Description("Name of the attribute set. Case sensitive.")] String AttributeSet;
[Key, Description("Name of the attribute set. Case sensitive.")] String AttributeSet;
[Write, Description("Unique identifier of the Attribute Definition.")] String Id;
[Write, Description("Description of the custom security attribute. Can be up to 128 characters long and include Unicode characters. Can't contain spaces or special characters. Can be changed later. ")] String Description;
[Write, Description("Indicates whether multiple values can be assigned to the custom security attribute. Can't be changed later. If type is set to Boolean, isCollection can't be set to true.")] Boolean IsCollection;
Expand Down
Loading

0 comments on commit 06cdde6

Please sign in to comment.