Open
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Summary
The type Microsoft.Windows.OpenSSH.SSHD/sshd_config
should not be valid for the regex ^\w+(\.\w+){0,2}\/\w+$
but is not being checked by DSC. Only two .
should be valid in the namespace section to match the documentation of <owner>[.<group>][.<area>]/<name>
Steps to reproduce
n/a
Expected behavior
Type name should be invalid
Actual behavior
Type name is valid
Error details
n/a
Environment data
7.6-preview4
Version
3.2-preview1
Visuals
No response