Label code blocks with valid values

The current list of valid slugs for code blocks is here: https://review.docs.microsoft.com/en-us/help/contribute/metadata-taxonomies?branch=main#dev-lang
This commit is contained in:
Gary Moore
2021-12-02 16:18:34 -08:00
parent b01b82e660
commit 3f6b8d1d8c
2 changed files with 8 additions and 9 deletions

View File

@ -58,7 +58,7 @@ The **Sync Controller Application** task is used to start the Sync Controller to
For example, the following command configures the agent to synchronize settings every 15 minutes instead of the default 30 minutes.
```cmd
```console
Schtasks /change /tn “Microsoft\UE-V\Sync Controller Application” /ri 15
```
@ -81,7 +81,7 @@ The **Template Auto Update** task checks the settings template catalog for new,
**Example:** The following command configures the UE-V service to check the settings template catalog store every hour.
```cmd
```console
schtasks /change /tn "Microsoft\UE-V\Template Auto Update" /ri 60
```