Skip to content

Commit 49aaf78

Browse files
committed
Fix mandatory group display name property on Intune assignments
1 parent 76d6b59 commit 49aaf78

File tree

123 files changed

+257
-237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+257
-237
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
* EXOPlace
66
* Fixes an issue with the export where it was trying to export RoomList.
7+
* IntuneDeviceConfigurationKioskPolicyWindows10
8+
* [BREAKING CHANGE] Removed property `ProfileId` from the
9+
`MSFT_MicrosoftGraphWindowsKioskProfile` instance.
710
* MISC
811
* Added CIM information about required properties to all resources where applicable.
912

Examples/Resources/AADNetworkAccessForwardingPolicy/2-Update.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Configuration Example
3535
}
3636

3737
MSFT_MicrosoftGraphNetworkAccessForwardingPolicyRule {
38-
Name = 'Custom policy internet rule'
38+
Name = 'Custom policy internet rule 2'
3939
ActionValue = 'bypass'
4040
RuleType = 'ipAddress'
4141
Protocol = 'tcp'
@@ -44,7 +44,7 @@ Configuration Example
4444
}
4545

4646
MSFT_MicrosoftGraphNetworkAccessForwardingPolicyRule {
47-
Name = 'Custom policy internet rule'
47+
Name = 'Custom policy internet rule 3'
4848
ActionValue = 'bypass'
4949
RuleType = 'ipSubnet'
5050
Protocol = 'tcp'

Examples/Resources/AADOrganizationCertificateBasedAuthConfiguration/1-Create.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Configuration Example
3737
IsRootAuthority = $True
3838
CertificateRevocationListUrl = 'xyz.com'
3939
DeltaCertificateRevocationListUrl = 'pqr.com'
40-
Certificate = '<Base64 encoded cert>'
40+
Certificate = '<Base64 encoded cert 2>'
4141
}
4242
);
4343
Ensure = "Present";

Examples/Resources/IntuneAndroidManagedStoreAppConfiguration/1-Create.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,15 @@ Configuration Example
3232
payloadJson = "";
3333
permissionActions = @(
3434
MSFT_androidPermissionAction{
35+
action = 'prompt'
3536
permission = 'android.permission.RECEIVE_SMS'
3637
}
3738
MSFT_androidPermissionAction{
39+
action = 'prompt'
3840
permission = 'android.permission.READ_SMS'
3941
}
4042
MSFT_androidPermissionAction{
43+
action = 'prompt'
4144
permission = 'android.permission.RECEIVE_WAP_PUSH'
4245
}
4346
);

Examples/Resources/IntuneAndroidManagedStoreAppConfiguration/2-Update.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,15 @@ Configuration Example
3232
payloadJson = "";
3333
permissionActions = @(
3434
MSFT_androidPermissionAction{
35+
action = 'prompt'
3536
permission = 'android.permission.RECEIVE_SMS'
3637
}
3738
MSFT_androidPermissionAction{
39+
action = 'prompt'
3840
permission = 'android.permission.READ_SMS'
3941
}
4042
MSFT_androidPermissionAction{
43+
action = 'prompt'
4144
permission = 'android.permission.RECEIVE_WAP_PUSH'
4245
}
4346
);
@@ -48,4 +51,4 @@ Configuration Example
4851
CertificateThumbprint = $CertificateThumbprint;
4952
}
5053
}
51-
}
54+
}

Examples/Resources/IntuneDeviceConfigurationKioskPolicyWindows10/1-Create.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Configuration Example
4141
KioskBrowserEnableNavigationButtons = $False;
4242
KioskProfiles = @(
4343
MSFT_MicrosoftGraphwindowsKioskProfile{
44-
ProfileId = '17f9e980-3435-4bd5-a7a1-ca3c06d0bf2c'
4544
UserAccountsConfiguration = @(
4645
MSFT_MicrosoftGraphWindowsKioskUser{
4746
odataType = '#microsoft.graph.windowsKioskAutologon'
@@ -57,6 +56,7 @@ Configuration Example
5756
StartLayoutTileSize = 'hidden'
5857
AppType = 'unknown'
5958
EdgeKioskType = 'publicBrowsing'
59+
odataType = '#microsoft.graph.windowsKioskWin32App'
6060
}
6161
odataType = '#microsoft.graph.windowsKioskSingleWin32App'
6262
}

Examples/Resources/IntuneDeviceConfigurationKioskPolicyWindows10/2-Update.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Configuration Example
4141
KioskBrowserEnableNavigationButtons = $False;
4242
KioskProfiles = @(
4343
MSFT_MicrosoftGraphwindowsKioskProfile{
44-
ProfileId = '17f9e980-3435-4bd5-a7a1-ca3c06d0bf2c'
4544
UserAccountsConfiguration = @(
4645
MSFT_MicrosoftGraphWindowsKioskUser{
4746
odataType = '#microsoft.graph.windowsKioskAutologon'
@@ -57,6 +56,7 @@ Configuration Example
5756
StartLayoutTileSize = 'hidden'
5857
AppType = 'unknown'
5958
EdgeKioskType = 'publicBrowsing'
59+
odataType = '#microsoft.graph.windowsKioskWin32App'
6060
}
6161
odataType = '#microsoft.graph.windowsKioskSingleWin32App'
6262
}

Examples/Resources/IntuneWindowsInformationProtectionPolicyWindows10MdmEnrolled/1-Create.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Configuration Example
3030
EnforcementLevel = 'encryptAndAuditOnly'
3131
EnterpriseDomain = 'domain.co.uk'
3232
EnterpriseIPRanges = @(
33-
MSFT_MicrosoftGraphwindowsInformationProtectionIPRangeCollection {
33+
MSFT_MicrosoftGraphwindowsInformationProtectionIPRangeCollection{
3434
DisplayName = 'ipv4 range'
3535
Ranges = @(
36-
MSFT_MicrosoftGraphIpRange {
36+
MSFT_MicrosoftGraphIpRange{
3737
UpperAddress = '1.1.1.3'
3838
LowerAddress = '1.1.1.1'
3939
odataType = '#microsoft.graph.iPv4Range'
@@ -46,7 +46,7 @@ Configuration Example
4646
IconsVisible = $False
4747
IndexingEncryptedStoresOrItemsBlocked = $False
4848
ProtectedApps = @(
49-
MSFT_MicrosoftGraphwindowsInformationProtectionApp {
49+
MSFT_MicrosoftGraphwindowsInformationProtectionApp{
5050
Description = 'Microsoft.MicrosoftEdge'
5151
odataType = '#microsoft.graph.windowsInformationProtectionStoreApp'
5252
Denied = $False

Examples/Resources/IntuneWindowsInformationProtectionPolicyWindows10MdmEnrolled/2-Update.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Configuration Example
3030
EnforcementLevel = 'encryptAndAuditOnly'
3131
EnterpriseDomain = 'domain.com' # Updated Property
3232
EnterpriseIPRanges = @(
33-
MSFT_MicrosoftGraphwindowsInformationProtectionIPRangeCollection {
33+
MSFT_MicrosoftGraphWindowsInformationProtectionIPRangeCollection{
3434
DisplayName = 'ipv4 range'
3535
Ranges = @(
36-
MSFT_MicrosoftGraphIpRange {
36+
MSFT_MicrosoftGraphIpRange{
3737
UpperAddress = '1.1.1.3'
3838
LowerAddress = '1.1.1.1'
3939
odataType = '#microsoft.graph.iPv4Range'

Modules/Microsoft365DSC/DSCResources/MSFT_AADAccessReviewDefinition/MSFT_AADAccessReviewDefinition.schema.mof

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ class MSFT_MicrosoftGraphAccessReviewStageSettings
8282
[Key, Description("Unique identifier of the accessReviewStageSettings. The stageId is used in dependsOn property to indicate the stage relationship. Required.")] String StageId;
8383
};
8484

85-
[ClassVersion("1.0.0.1")]
85+
[ClassVersion("1.0.0.0")]
8686
class MSFT_AADAccessReviewDefinitionReviewer
8787
{
88-
[Key, Description("Indicates the display name of the current reviewer, either of a group or of a user.")] String DisplayName;
88+
[Write, Description("Indicates the display name of the current reviewer, either of a group or of a user.")] String DisplayName;
8989
[Write, Description("Indicates the type of reviewer. Possible values: Manager, Owner, User, Group"), ValueMap{"Manager", "Owner", "User", "Group"}, Values{"Manager", "Owner", "User", "Group"}] String Type;
9090
};
9191

0 commit comments

Comments
 (0)