You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change standardizes the formatting for the machine configuration articles
to make them easier to maintain in the future. It makes incidental fixes but is
focused on the formatting and presentation of the content.
| name | Name of the configuration inside the content package MOF file. |
86
-
| contentUri | HTTPS URI path to the content package (`.zip`). |
87
-
| contentHash | A SHA256 hash value of the content package, used to verify it has not changed. |
88
-
| version | Version of the content package. Only used for built-in packages and not used for custom content packages. |
89
-
| assignmentType | Behavior of the assignment. Allowed values: `Audit`, `ApplyandMonitor`, and `ApplyandAutoCorrect`. |
90
-
| configurationParameter | List of DSC resource type, name, and value in the content package MOF file to be overridden after it's downloaded in the machine. |
|**name**| Name of the configuration inside the content package MOF file. |
86
+
|**contentUri**| HTTPS URI path to the content package (`.zip`). |
87
+
|**contentHash**| A SHA256 hash value of the content package, used to verify it has not changed. |
88
+
|**version**| Version of the content package. Only used for built-in packages and not used for custom content packages. |
89
+
|**assignmentType**| Behavior of the assignment. Allowed values: `Audit`, `ApplyandMonitor`, and `ApplyandAutoCorrect`. |
90
+
|**configurationParameter**| List of DSC resource type, name, and value in the content package MOF file to be overridden after it's downloaded in the machine. |
91
91
92
92
### Deletion of manually created machine configuration assignments
93
93
@@ -98,7 +98,7 @@ machine or Arc-enabled machine) will also delete the machine configuration assig
98
98
To manually delete a machine configuration assignment, use the following example. Make sure to
99
99
replace all example strings, indicated by `<>` brackets.
100
100
101
-
```PowerShell
101
+
```azurepowershell-interactive
102
102
# First get details about the machine configuration assignment
0 commit comments