Skip to content

Commit 690a446

Browse files
committed
edits
1 parent d73e15f commit 690a446

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/devtest-labs/configure-shared-image-gallery.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The following GET call returns the list of DevTest Labs resources for a subscrip
135135
- `subscriptionId`: The subscription ID for which to return the list of DevTest Labs resources.
136136
- `resourceGroupName`: The name of the resource group to search for DevTest Labs resources.
137137

138-
```rest
138+
```http
139139
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs?api-version= 2018-10-15-preview
140140
```
141141

@@ -147,7 +147,7 @@ The following GET call returns the list of shared image galleries associated wit
147147
- `resourceGroupName`: The name of the resource group for the DevTest Labs resource.
148148
- `labName`: The name of the DevTest Labs resource for which to to return the list of associated shared image galleries.
149149

150-
```rest
150+
```http
151151
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/sharedgalleries?api-version= 2018-10-15-preview
152152
```
153153

@@ -162,7 +162,7 @@ The following PUT call creates or updates a shared image gallery for a specified
162162
- `galleryId`: The ID of the shared gallery to create or update for the lab.
163163
- `allowAllImages`: Set to `Enabled` to allow all images in the gallery to be used with the lab resource.
164164

165-
```rest
165+
```http
166166
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/sharedgalleries/{name}?api-version=2018-10-15-preview
167167
Body:
168168
{
@@ -182,7 +182,7 @@ The following GET call returns the list of images in a specified shared image ga
182182
- `labName`: The name of the DevTest Labs resource.
183183
- `name`: The name of the shared gallery associated with the lab for which you want to list the images.
184184

185-
```rest
185+
```http
186186
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/sharedgalleries/{name}/sharedimages?api-version=2018-10-15-preview
187187
```
188188

0 commit comments

Comments
 (0)