We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ac7d6 commit 2bf1a14Copy full SHA for 2bf1a14
articles/governance/machine-configuration/concepts/assignments.md
@@ -67,12 +67,25 @@ An example deployment template:
67
"contentHash": "SHA256HASH",
68
"version": "1.0.0",
69
"assignmentType": "ApplyAndMonitor",
70
- "configurationParameter": {}
+ "configurationParameter": [
71
+ "name":"configurationName",
72
+ "value":"configurationValue"
73
+ ]
74
}
75
76
77
]
78
79
+
80
+```
81
+Example of configurationParameter:
82
83
84
+ {
85
+ "name": "[SecureWebServer]s1;MinimumTLSVersion",
86
+ "value": "1.2"
87
+ }
88
+ ],
89
```
90
91
The following table describes each property of guest assignment resources.
0 commit comments