-
Notifications
You must be signed in to change notification settings - Fork 610
Open
Description
Description of the issue
v1.25.1112.1 has a couple of properties added to TeamsMeetingPolicy resource. Two of these properties (WatermarkForCameraVideoOpacity and WatermarkForScreenSharingOpacity) are configured with the type SInt64. This is a type that is not supported in DSC and will cause issues. It is also causing issues with my CompositeResource module, it is failing generation.
Line 95 in 0afcd50
| [Write, Description("Allows the transparency of watermark to be customizable. Must be between 1 and 100 inclusive.")] SInt64 WatermarkForCameraVideoOpacity; |
Line 97 in 0afcd50
| [Write, Description("Allows the transparency of watermark to be customizable. Must be between 1 and 100 inclusive.")] SInt64 WatermarkForScreenSharingOpacity; |
Please change this to the sint32 type, which can be used just fine. Especially since the description of both properties say the accepted values are between 1 and 100, so a 64 bit integer isn't required at all.
Microsoft 365 DSC Version
v1.25.1112.1
Which workloads are affected
Teams
The DSC configuration
Verbose logs showing the problem
Environment Information + PowerShell Version
Metadata
Metadata
Assignees
Labels
No labels