Skip to content

Commit d17977a

Browse files
author
RoseHJM
committed
Fixing blocking issues
1 parent ac2fc90 commit d17977a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/dev-box/reference-dev-box-customizations.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ ms.author: rosemalcolm
1111

1212
# Customizations Schema Reference
1313

14+
This reference guide provides detailed information about the `imagedefinition.yaml` and `task.yaml` files used to customize Microsoft Dev Box. These YAML files enable developers to define tasks for provisioning and configuring Dev Boxes, ensuring consistency and efficiency across development environments. The guide covers the schema, required attributes, and examples for both file types, along with built-in tasks like PowerShell and Winget.
1415

15-
## imagedefinition.yaml files
16+
## Imagedefinition.yaml files
1617

1718
A Dev Box yaml allows you to define customization tasks that ought to run during Dev Box creation. A devbox.yaml file might live in the same repository as the primary source code being used by the dev team, or in a centralized repository of configurations.
1819

@@ -130,7 +131,7 @@ Applies a winget configuration to the Dev Box.
130131
- If a config yaml file is provided under other parameters, there's no need for the package version.
131132
- required: false
132133

133-
#### Powershell built-in task
134+
#### PowerShell built-in task
134135

135136
Execute a PowerShell command.
136137

@@ -212,7 +213,7 @@ inputs:
212213
command: ".\runcommand.ps1
213214
```
214215

215-
#### Referencing Variables in command
216+
#### Referencing variables in command
216217
To reference parameters in a command, you can specify the variable name in Handlebar style double braces {{parameter_name}}. The values of these variables are interpolated before your command is executed.
217218

218219
```

articles/dev-box/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ items:
164164
href: how-to-install-dev-box-cli.md
165165
- name: Azure CLI - az devcenter
166166
href: /cli/azure/service-page/microsoft%20dev%20box%20and%20azure%20deployment%20environments
167-
- name: Customizations yaml
167+
- name: Customizations YAML schema
168168
href: reference-dev-box-customizations.md
169169
- name: Authenticate to REST APIs
170170
href: how-to-authenticate.md

0 commit comments

Comments
 (0)