windows dsc docs: fix missing colon in example (#41886)
parent
2e46688bca
commit
0b2ec9b11c
|
@ -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::
|
For example, to define a ``[CimInstance]`` value in Ansible::
|
||||||
|
|
||||||
# [CimInstance]AuthenticationInfo == MSFT_xWebAuthenticationInformation
|
# [CimInstance]AuthenticationInfo == MSFT_xWebAuthenticationInformation
|
||||||
AuthenticationInfo
|
AuthenticationInfo:
|
||||||
Anonymous: no
|
Anonymous: no
|
||||||
Basic: yes
|
Basic: yes
|
||||||
Digest: no
|
Digest: no
|
||||||
|
|
Loading…
Reference in New Issue