Skip to content

[TeamsMeetingPolicy] Using unsupported type #6687

@ykuijs

Description

@ykuijs

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.

[Write, Description("Allows the transparency of watermark to be customizable. Must be between 1 and 100 inclusive.")] SInt64 WatermarkForCameraVideoOpacity;

[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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions