You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-08-14T15:08:38.5893601Z VERBOSE: [test]:
2023-08-14T15:08:38.5897861Z [[IntuneSettingCatalogCustomPolicyWindows10]IntuneSettingCatalogCustomPolicyWindows10-55d12a3e-9cff-4077-afb9-0b57e42ee
2023-08-14T15:08:38.5903073Z c65::[Intune]Intune_Configuration] Creating an Intune Setting Catalog Custom Policy for Windows10 with Name {}
2023-08-14T15:08:39.2139040Z ##[error][ModelValidationFailure] : The property 'stringValue' does not exist on type
'microsoft.management.services.api.deviceManagementConfigurationStringSettingValue'. Make sure to only use property
names that are defined by the type.
+ CategoryInfo : InvalidOperation: ({ body = Micros...urationPolicy }:) [], CimException
+ FullyQualifiedErrorId : ModelValidationFailure,Microsoft.Graph.Beta.PowerShell.Cmdlets.NewMgBetaDeviceManagement
ConfigurationPolicy_Create
+ PSComputerName : localhost
2023-08-14T15:08:39.2226056Z VERBOSE: [test]: LCM: [ End Set ]
2023-08-14T15:08:39.2238800Z [[IntuneSettingCatalogCustomPolicyWindows10]IntuneSettingCatalogCustomPolicyWindows10-55d12a3e-9cff-4077-afb9-0b57e42ee
2023-08-14T15:08:39.2239597Z c65::[Intune]Intune_Configuration] in 1.3910 seconds.
2023-08-14T15:08:39.2449168Z ##[error]The PowerShell DSC resource '[IntuneSettingCatalogCustomPolicyWindows10]IntuneSettingCatalogCustomPolicyWindows10-55d12
a3e-9cff-4077-afb9-0b57e42eec65::[Intune]Intune_Configuration' with SourceInfo 'C:\Users\Azureadmin\Downloads\vsts-agen
t-win-x64-3.225.0_work\1\s\M365Config\0.0.1\DSCResources\Intune\Intune.schema.psm1::575::5::IntuneSettingCatalogCustom
PolicyWindows10' threw one or more non-terminating errors while running the Set-TargetResource functionality. These
errors are logged to the ETW channel called Microsoft-Windows-DSC/Operational. Refer to this channel for more details.
+ CategoryInfo : InvalidOperation: (:) [], CimException
+ FullyQualifiedErrorId : NonTerminatingErrorFromProvider
+ PSComputerName : localhost
Environment Information + PowerShell Version
Devops ENV following whitepaper
The text was updated successfully, but these errors were encountered:
Same issue here running 1.23.906.1 via Azure DevOps. Is affecting anything which references MSFT_MicrosoftGraphDeviceManagementConfigurationSimpleSettingValue because stringValue and intValue are reported as not existing on type.
The property 'stringValue' does not exist on type
I have multiple examples of this not working, however, one example is as follows.
Description of the issue
Exported Intune configuration from tenant
translate/copy exported config to relevant schema files
Deploy through DevOps -> The property 'stringValue' does not exist .
This is for multiple configs where stringValue is defined, looks like setting catalog.
I have the same issue with intValue but will open another issue.
Microsoft 365 DSC Version
1.23.809.1
Which workloads are affected
other
The DSC configuration
Verbose logs showing the problem
2023-08-14T15:08:38.5893601Z VERBOSE: [test]:
2023-08-14T15:08:38.5897861Z [[IntuneSettingCatalogCustomPolicyWindows10]IntuneSettingCatalogCustomPolicyWindows10-55d12a3e-9cff-4077-afb9-0b57e42ee
2023-08-14T15:08:38.5903073Z c65::[Intune]Intune_Configuration] Creating an Intune Setting Catalog Custom Policy for Windows10 with Name {}
2023-08-14T15:08:39.2139040Z ##[error][ModelValidationFailure] : The property 'stringValue' does not exist on type
'microsoft.management.services.api.deviceManagementConfigurationStringSettingValue'. Make sure to only use property
names that are defined by the type.
+ CategoryInfo : InvalidOperation: ({ body = Micros...urationPolicy }:) [], CimException
+ FullyQualifiedErrorId : ModelValidationFailure,Microsoft.Graph.Beta.PowerShell.Cmdlets.NewMgBetaDeviceManagement
ConfigurationPolicy_Create
+ PSComputerName : localhost
2023-08-14T15:08:39.2226056Z VERBOSE: [test]: LCM: [ End Set ]
2023-08-14T15:08:39.2238800Z [[IntuneSettingCatalogCustomPolicyWindows10]IntuneSettingCatalogCustomPolicyWindows10-55d12a3e-9cff-4077-afb9-0b57e42ee
2023-08-14T15:08:39.2239597Z c65::[Intune]Intune_Configuration] in 1.3910 seconds.
2023-08-14T15:08:39.2449168Z ##[error]The PowerShell DSC resource '[IntuneSettingCatalogCustomPolicyWindows10]IntuneSettingCatalogCustomPolicyWindows10-55d12
a3e-9cff-4077-afb9-0b57e42eec65::[Intune]Intune_Configuration' with SourceInfo 'C:\Users\Azureadmin\Downloads\vsts-agen
t-win-x64-3.225.0_work\1\s\M365Config\0.0.1\DSCResources\Intune\Intune.schema.psm1::575::5::IntuneSettingCatalogCustom
PolicyWindows10' threw one or more non-terminating errors while running the Set-TargetResource functionality. These
errors are logged to the ETW channel called Microsoft-Windows-DSC/Operational. Refer to this channel for more details.
+ CategoryInfo : InvalidOperation: (:) [], CimException
+ FullyQualifiedErrorId : NonTerminatingErrorFromProvider
+ PSComputerName : localhost
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: