Skip to content

Commit 5b9d40f

Browse files
committed
Fixing live validation correctness error for BackupProtectableItems_List
1 parent 4ca27b6 commit 5b9d40f

File tree

2 files changed

+6
-6
lines changed
  • specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable

2 files changed

+6
-6
lines changed

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-01-01/bms.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10096,15 +10096,15 @@
1009610096
],
1009710097
"x-ms-discriminator-value": "SAPHanaDBInstance"
1009810098
},
10099-
"AzureVmWorkloadSAPHanaHSR": {
10100-
"description": "Azure VM workload-specific protectable item representing SAP HANA Dbinstance.",
10099+
"AzureVmWorkloadSAPHanaHSRProtectableItem": {
10100+
"description": "Azure VM workload-specific protectable item representing HANA HSR.",
1010110101
"type": "object",
1010210102
"allOf": [
1010310103
{
1010410104
"$ref": "#/definitions/AzureVmWorkloadProtectableItem"
1010510105
}
1010610106
],
10107-
"x-ms-discriminator-value": "SAPHanaHSR"
10107+
"x-ms-discriminator-value": "HanaHSRContainer"
1010810108
},
1010910109
"AzureVmWorkloadSAPHanaSystemWorkloadItem": {
1011010110
"description": "Azure VM workload-specific workload item representing SAP HANA System.",

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2023-02-01/bms.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10166,15 +10166,15 @@
1016610166
],
1016710167
"x-ms-discriminator-value": "SAPHanaDBInstance"
1016810168
},
10169-
"AzureVmWorkloadSAPHanaHSR": {
10170-
"description": "Azure VM workload-specific protectable item representing SAP HANA Dbinstance.",
10169+
"AzureVmWorkloadSAPHanaHSRProtectableItem": {
10170+
"description": "Azure VM workload-specific protectable item representing HANA HSR.",
1017110171
"type": "object",
1017210172
"allOf": [
1017310173
{
1017410174
"$ref": "#/definitions/AzureVmWorkloadProtectableItem"
1017510175
}
1017610176
],
10177-
"x-ms-discriminator-value": "SAPHanaHSR"
10177+
"x-ms-discriminator-value": "HanaHSRContainer"
1017810178
},
1017910179
"AzureVmWorkloadSAPHanaSystemWorkloadItem": {
1018010180
"description": "Azure VM workload-specific workload item representing SAP HANA System.",

0 commit comments

Comments
 (0)