File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2018-07-30-preview Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 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 },
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" ,
You can’t perform that action at this time.
0 commit comments