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
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-customize-dev-box-setup-tasks.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,17 @@ You can adopt customizations in stages, building from a simple but functional co
40
40
41
41
- To complete the steps in this article, you must have a [dev center configured with a dev box definition, dev box pool, and dev box project](./quickstart-configure-dev-box-service.md).
42
42
43
+
## Permissions required to configure Microsoft Dev Box for customizations
44
+
45
+
To perform the actions required to create and apply customizations to a dev box, you need certain permissions. The following table describes the actions and permissions or roles you need to configure customizations.
46
+
47
+
|Action |Permission / Role |
48
+
|---------|---------|
49
+
|Attach a catalog to a dev center |Platform engineer with Contributor permission to the dev center. |
50
+
|Use the developer portal to upload and apply a yaml file during dev box creation | Dev Box User |
51
+
|Create a configuration file | Anyone can create a configuration file. |
52
+
|Add tasks to a catalog | Permission to add to the repository hosting the catalog. |
53
+
43
54
## Create a customized dev box by using an example configuration file
44
55
45
56
Use the default quick start catalog and an example configuration file to get started with customizations.
@@ -148,17 +159,6 @@ tasks:
148
159
149
160
To learn more about WinGet Configuration, see [WinGet Configuration](https://aka.ms/winget-configuration).
150
161
151
-
### Permissions required to configure Microsoft Dev Box for customizations
152
-
153
-
To perform the actions required to create and apply customizations to a dev box, you need certain permissions. The following table describes the actions and permissions or roles you need to configure customizations.
154
-
155
-
|Action |Permission / Role |
156
-
|---------|---------|
157
-
|Attach a catalog to a dev center |Platform engineer with Contributor permission to the dev center. |
158
-
|Use the developer portal to upload and apply a yaml file during dev box creation | Dev Box User |
159
-
|Create a configuration file | Anyone can create a configuration file. |
160
-
|Add tasks to a catalog | Permission to add to the repository hosting the catalog. |
161
-
162
162
## Write a configuration file
163
163
164
164
You can define new tasks to apply to your dev boxes by creating your own configuration file. You can test your configuration file in Visual Studio Code and make any required changes without the need to create a separate dev box for each test.
0 commit comments