windows dsc docs: fix missing colon in example (#41886)
(cherry picked from commit 0b2ec9b11c
)
This commit is contained in:
parent
7cb2486fad
commit
1fe98e3066
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