Skip to content

Commit

Permalink
[Azure Stack] Add scaleUnit and volumeLabel parameter to Disks_List (A…
Browse files Browse the repository at this point in the history
…zure#8733)

* add scaleUnit and volumeLabel to Disks_List

* fix ref location

* update parameter description
  • Loading branch information
zyxyoshine authored Mar 18, 2020
1 parent dd09a40 commit 4ec980f
Showing 1 changed file with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
{
"$ref": "Disks.json#/parameters/SourceSharePathParameter"
},
{
"$ref": "Disks.json#/parameters/SourceScaleUnitParameter"
},
{
"$ref": "Disks.json#/parameters/SourceVolumeLabelParameter"
},
{
"$ref": "Disks.json#/parameters/DiskCountParameter"
},
Expand Down Expand Up @@ -267,13 +273,29 @@
"x-ms-parameter-location": "method"
},
"SourceSharePathParameter": {
"description": "The source share which the resource belongs to.",
"description": "The share which the resource belongs to.",
"name": "sharePath",
"in": "query",
"required": false,
"type": "string",
"x-ms-parameter-location": "method"
},
"SourceScaleUnitParameter": {
"description": "The scale unit which the resource belongs to.",
"name": "scaleUnit",
"in": "query",
"required": false,
"type": "string",
"x-ms-parameter-location": "method"
},
"SourceVolumeLabelParameter": {
"description": "The volume label of the volume which the resource belongs to.",
"name": "volumeLabel",
"in": "query",
"required": false,
"type": "string",
"x-ms-parameter-location": "method"
},
"DiskCountParameter": {
"description": "The maximum number of disks to return.",
"name": "count",
Expand Down

0 comments on commit 4ec980f

Please sign in to comment.