|
9978 | 9978 | "diskEncryptionSetId": {
|
9979 | 9979 | "description": "The DiskEncryptionSet ARM ID.",
|
9980 | 9980 | "type": "string"
|
| 9981 | + }, |
| 9982 | + "customTargetDiskName": { |
| 9983 | + "description": "The custom target Azure disk name.", |
| 9984 | + "type": "string" |
9981 | 9985 | }
|
9982 | 9986 | }
|
9983 | 9987 | },
|
|
12212 | 12216 | "name": "SqlServerLicenseType",
|
12213 | 12217 | "modelAsString": true
|
12214 | 12218 | }
|
| 12219 | + }, |
| 12220 | + "vmDisks": { |
| 12221 | + "description": "The list of disk update properties.", |
| 12222 | + "type": "array", |
| 12223 | + "items": { |
| 12224 | + "$ref": "#/definitions/UpdateDiskInput" |
| 12225 | + } |
12215 | 12226 | }
|
12216 | 12227 | },
|
12217 | 12228 | "x-ms-discriminator-value": "HyperVReplicaAzure"
|
|
13138 | 13149 | "diskEncryptionSetId": {
|
13139 | 13150 | "description": "The DiskEncryptionSet ARM ID.",
|
13140 | 13151 | "type": "string"
|
| 13152 | + }, |
| 13153 | + "targetDiskName": { |
| 13154 | + "description": "The target disk name.", |
| 13155 | + "type": "string" |
13141 | 13156 | }
|
13142 | 13157 | }
|
13143 | 13158 | },
|
|
13804 | 13819 | "name": "SqlServerLicenseType",
|
13805 | 13820 | "modelAsString": true
|
13806 | 13821 | }
|
| 13822 | + }, |
| 13823 | + "vmDisks": { |
| 13824 | + "description": "The list of disk update properties.", |
| 13825 | + "type": "array", |
| 13826 | + "items": { |
| 13827 | + "$ref": "#/definitions/UpdateDiskInput" |
| 13828 | + } |
13807 | 13829 | }
|
13808 | 13830 | },
|
13809 | 13831 | "x-ms-discriminator-value": "InMageAzureV2"
|
|
21675 | 21697 | },
|
21676 | 21698 | "discriminator": "instanceType"
|
21677 | 21699 | },
|
| 21700 | + "UpdateDiskInput": { |
| 21701 | + "description": "Disk input for update.", |
| 21702 | + "required": [ |
| 21703 | + "diskId" |
| 21704 | + ], |
| 21705 | + "type": "object", |
| 21706 | + "properties": { |
| 21707 | + "diskId": { |
| 21708 | + "description": "The disk Id.", |
| 21709 | + "type": "string" |
| 21710 | + }, |
| 21711 | + "targetDiskName": { |
| 21712 | + "description": "The target disk name.", |
| 21713 | + "type": "string" |
| 21714 | + } |
| 21715 | + } |
| 21716 | + }, |
21678 | 21717 | "UpdateMigrationItemInput": {
|
21679 | 21718 | "description": "Update migration item input.",
|
21680 | 21719 | "type": "object",
|
|
22358 | 22397 | "description": "A value indicating whether an existing NIC is allowed to be reused during test failover subject to availability.",
|
22359 | 22398 | "type": "boolean",
|
22360 | 22399 | "default": false
|
| 22400 | + }, |
| 22401 | + "targetNicName": { |
| 22402 | + "description": "Target NIC name.", |
| 22403 | + "type": "string" |
22361 | 22404 | }
|
22362 | 22405 | }
|
22363 | 22406 | },
|
|
22419 | 22462 | "tfoReuseExistingNic": {
|
22420 | 22463 | "description": "A value indicating whether an existing NIC is allowed to be reused during test failover subject to availability.",
|
22421 | 22464 | "type": "boolean"
|
| 22465 | + }, |
| 22466 | + "targetNicName": { |
| 22467 | + "description": "Target NIC name.", |
| 22468 | + "type": "string" |
22422 | 22469 | }
|
22423 | 22470 | }
|
22424 | 22471 | },
|
|
0 commit comments