Skip to content

Commit 4ec980f

Browse files
authored
[Azure Stack] Add scaleUnit and volumeLabel parameter to Disks_List (#8733)
* add scaleUnit and volumeLabel to Disks_List * fix ref location * update parameter description
1 parent dd09a40 commit 4ec980f

File tree

1 file changed

+23
-1
lines changed
  • specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2018-07-30-preview

1 file changed

+23
-1
lines changed

specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2018-07-30-preview/Disks.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
{
4545
"$ref": "Disks.json#/parameters/SourceSharePathParameter"
4646
},
47+
{
48+
"$ref": "Disks.json#/parameters/SourceScaleUnitParameter"
49+
},
50+
{
51+
"$ref": "Disks.json#/parameters/SourceVolumeLabelParameter"
52+
},
4753
{
4854
"$ref": "Disks.json#/parameters/DiskCountParameter"
4955
},
@@ -267,13 +273,29 @@
267273
"x-ms-parameter-location": "method"
268274
},
269275
"SourceSharePathParameter": {
270-
"description": "The source share which the resource belongs to.",
276+
"description": "The share which the resource belongs to.",
271277
"name": "sharePath",
272278
"in": "query",
273279
"required": false,
274280
"type": "string",
275281
"x-ms-parameter-location": "method"
276282
},
283+
"SourceScaleUnitParameter": {
284+
"description": "The scale unit which the resource belongs to.",
285+
"name": "scaleUnit",
286+
"in": "query",
287+
"required": false,
288+
"type": "string",
289+
"x-ms-parameter-location": "method"
290+
},
291+
"SourceVolumeLabelParameter": {
292+
"description": "The volume label of the volume which the resource belongs to.",
293+
"name": "volumeLabel",
294+
"in": "query",
295+
"required": false,
296+
"type": "string",
297+
"x-ms-parameter-location": "method"
298+
},
277299
"DiskCountParameter": {
278300
"description": "The maximum number of disks to return.",
279301
"name": "count",

0 commit comments

Comments
 (0)