windows dsc docs: fix missing colon in example (#41886)
This commit is contained in:
parent
2e46688bca
commit
0b2ec9b11c
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ a custom class defined by that resource. Defining a value that takes in a
|
|||
For example, to define a ``[CimInstance]`` value in Ansible::
|
||||
|
||||
# [CimInstance]AuthenticationInfo == MSFT_xWebAuthenticationInformation
|
||||
AuthenticationInfo
|
||||
AuthenticationInfo:
|
||||
Anonymous: no
|
||||
Basic: yes
|
||||
Digest: no
|
||||
|
|
Loading…
Reference in a new issue