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/devtest-labs/configure-shared-image-gallery.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ The following GET call returns the list of DevTest Labs resources for a subscrip
135
135
- `subscriptionId`: The subscription ID for which to return the list of DevTest Labs resources.
136
136
- `resourceGroupName`: The name of the resource group to search for DevTest Labs resources.
137
137
138
-
```rest
138
+
```http
139
139
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs?api-version= 2018-10-15-preview
140
140
```
141
141
@@ -147,7 +147,7 @@ The following GET call returns the list of shared image galleries associated wit
147
147
-`resourceGroupName`: The name of the resource group for the DevTest Labs resource.
148
148
-`labName`: The name of the DevTest Labs resource for which to to return the list of associated shared image galleries.
149
149
150
-
```rest
150
+
```http
151
151
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/sharedgalleries?api-version= 2018-10-15-preview
152
152
```
153
153
@@ -162,7 +162,7 @@ The following PUT call creates or updates a shared image gallery for a specified
162
162
-`galleryId`: The ID of the shared gallery to create or update for the lab.
163
163
-`allowAllImages`: Set to `Enabled` to allow all images in the gallery to be used with the lab resource.
164
164
165
-
```rest
165
+
```http
166
166
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/sharedgalleries/{name}?api-version=2018-10-15-preview
167
167
Body:
168
168
{
@@ -182,7 +182,7 @@ The following GET call returns the list of images in a specified shared image ga
182
182
-`labName`: The name of the DevTest Labs resource.
183
183
-`name`: The name of the shared gallery associated with the lab for which you want to list the images.
184
184
185
-
```rest
185
+
```http
186
186
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/sharedgalleries/{name}/sharedimages?api-version=2018-10-15-preview
0 commit comments