Skip to content

Commit 9e90176

Browse files
Added custom resource naming changes for HyperV, InMageAzureV2 providers (#15199)
1 parent fafa599 commit 9e90176

File tree

1 file changed

+47
-0
lines changed
  • specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2021-06-01

1 file changed

+47
-0
lines changed

specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2021-06-01/service.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9978,6 +9978,10 @@
99789978
"diskEncryptionSetId": {
99799979
"description": "The DiskEncryptionSet ARM ID.",
99809980
"type": "string"
9981+
},
9982+
"customTargetDiskName": {
9983+
"description": "The custom target Azure disk name.",
9984+
"type": "string"
99819985
}
99829986
}
99839987
},
@@ -12212,6 +12216,13 @@
1221212216
"name": "SqlServerLicenseType",
1221312217
"modelAsString": true
1221412218
}
12219+
},
12220+
"vmDisks": {
12221+
"description": "The list of disk update properties.",
12222+
"type": "array",
12223+
"items": {
12224+
"$ref": "#/definitions/UpdateDiskInput"
12225+
}
1221512226
}
1221612227
},
1221712228
"x-ms-discriminator-value": "HyperVReplicaAzure"
@@ -13138,6 +13149,10 @@
1313813149
"diskEncryptionSetId": {
1313913150
"description": "The DiskEncryptionSet ARM ID.",
1314013151
"type": "string"
13152+
},
13153+
"targetDiskName": {
13154+
"description": "The target disk name.",
13155+
"type": "string"
1314113156
}
1314213157
}
1314313158
},
@@ -13804,6 +13819,13 @@
1380413819
"name": "SqlServerLicenseType",
1380513820
"modelAsString": true
1380613821
}
13822+
},
13823+
"vmDisks": {
13824+
"description": "The list of disk update properties.",
13825+
"type": "array",
13826+
"items": {
13827+
"$ref": "#/definitions/UpdateDiskInput"
13828+
}
1380713829
}
1380813830
},
1380913831
"x-ms-discriminator-value": "InMageAzureV2"
@@ -21675,6 +21697,23 @@
2167521697
},
2167621698
"discriminator": "instanceType"
2167721699
},
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+
},
2167821717
"UpdateMigrationItemInput": {
2167921718
"description": "Update migration item input.",
2168021719
"type": "object",
@@ -22358,6 +22397,10 @@
2235822397
"description": "A value indicating whether an existing NIC is allowed to be reused during test failover subject to availability.",
2235922398
"type": "boolean",
2236022399
"default": false
22400+
},
22401+
"targetNicName": {
22402+
"description": "Target NIC name.",
22403+
"type": "string"
2236122404
}
2236222405
}
2236322406
},
@@ -22419,6 +22462,10 @@
2241922462
"tfoReuseExistingNic": {
2242022463
"description": "A value indicating whether an existing NIC is allowed to be reused during test failover subject to availability.",
2242122464
"type": "boolean"
22465+
},
22466+
"targetNicName": {
22467+
"description": "Target NIC name.",
22468+
"type": "string"
2242222469
}
2242322470
}
2242422471
},

0 commit comments

Comments
 (0)