Skip to content

Commit

Permalink
Add TargetScaleUnitParameter and TargetVolumeLabelParameter (Azure#8409)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxyoshine authored Feb 17, 2020
1 parent 355f5c2 commit ac2ee55
Showing 1 changed file with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@
{
"$ref": "DiskMigrationJobs.json#/parameters/TargetShareParameter"
},
{
"$ref": "DiskMigrationJobs.json#/parameters/TargetScaleUnitParameter"
},
{
"$ref": "DiskMigrationJobs.json#/parameters/TargetVolumeLabelParameter"
},
{
"$ref": "DiskMigrationJobs.json#/parameters/DiskListParameter"
},
Expand Down Expand Up @@ -378,7 +384,23 @@
"description": "The target share name.",
"name": "targetShare",
"in": "query",
"required": true,
"required": false,
"type": "string",
"x-ms-parameter-location": "method"
},
"TargetScaleUnitParameter": {
"description": "The target scale unit name.",
"name": "targetScaleUnit",
"in": "query",
"required": false,
"type": "string",
"x-ms-parameter-location": "method"
},
"TargetVolumeLabelParameter": {
"description": "The target volume label.",
"name": "targetVolumeLabel",
"in": "query",
"required": false,
"type": "string",
"x-ms-parameter-location": "method"
},
Expand Down

0 comments on commit ac2ee55

Please sign in to comment.