Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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