Skip to content

Commit 2bf1a14

Browse files
authored
Update assignments.md
Add configurationParameter example
1 parent d2ac7d6 commit 2bf1a14

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

articles/governance/machine-configuration/concepts/assignments.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,25 @@ An example deployment template:
6767
"contentHash": "SHA256HASH",
6868
"version": "1.0.0",
6969
"assignmentType": "ApplyAndMonitor",
70-
"configurationParameter": {}
70+
"configurationParameter": [
71+
"name":"configurationName",
72+
"value":"configurationValue"
73+
]
7174
}
7275
}
7376
}
7477
]
7578
}
79+
80+
```
81+
Example of configurationParameter:
82+
```
83+
"configurationParameter": [
84+
{
85+
"name": "[SecureWebServer]s1;MinimumTLSVersion",
86+
"value": "1.2"
87+
}
88+
],
7689
```
7790

7891
The following table describes each property of guest assignment resources.

0 commit comments

Comments
 (0)