Skip to content

Commit

Permalink
Merge pull request #4366 from ricmestre/fixexointegration
Browse files Browse the repository at this point in the history
EXOActiveSyncDeviceAccessRule: Remove extra property GUID that is stopping EXO integration tests from running
  • Loading branch information
ykuijs authored Feb 26, 2024
2 parents b3438f9 + edf0baa commit fe7a011
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Change log for Microsoft365DSC

# Unreleased
# UNRELEASED

* AADConditionalAccessPolicy
* Improved verbose logging to show that items are being skipped.
* EXOActiveSyncDeviceAccessRule
* Remove extra property GUID that is stopping EXO integration tests from
running
* IntuneExploitProtectionPolicyWindows10SettingCatalog
* Fix update and removal of resource when Identity is from another tenant
FIXES [#3962](https://github.com/microsoft/Microsoft365DSC/issues/3962)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
class MSFT_EXOActiveSyncDeviceAccessRule : OMI_BaseResource
{
[Key, Description("The Identity parameter specifies the identity of the device access rule.")] String Identity;
[Write, Description("Unique Identifier. Read-Only")] String GUID;
[Write, Description("The AccessLevel parameter specifies whether the devices are allowed, blocked or quarantined."), ValueMap{"Allow","Block","Quarantine"}, Values{"Allow","Block","Quarantine"}] String AccessLevel;
[Write, Description("The Characteristic parameter specifies the device characteristic or category that's used by the rule."), ValueMap{"DeviceModel","DeviceType","DeviceOS","UserAgent","XMSWLHeader"}, Values{"DeviceModel","DeviceType","DeviceOS","UserAgent","XMSWLHeader"}] String Characteristic;
[Write, Description("The QueryString parameter specifies the device identifier that's used by the rule. This parameter uses a text value that's used with Characteristic parameter value to define the device.")] String QueryString;
Expand Down

0 comments on commit fe7a011

Please sign in to comment.