From bb3e1c83788bab88a1b6b3e7abbb9013516b6124 Mon Sep 17 00:00:00 2001 From: navba-MSFT <57353862+navba-MSFT@users.noreply.github.com> Date: Fri, 16 Dec 2022 13:12:38 +0530 Subject: [PATCH 1/3] {AzureRecoveryServices} fixes Azure/azure-sdk-for-python#27977 recovery_point_id property description fixes Azure/azure-sdk-for-python#27977 `recovery_point_id` property description The current description for `recovery_point_id` property says "ID of the backup copy to be recovered." This is very confusing. Users might confuse it for the resource ID. The description should be made clear that it is "Recovery Point ID Name of the backup copy to be recovered." --- .../Microsoft.RecoveryServices/stable/2022-03-01/bms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-03-01/bms.json b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-03-01/bms.json index 1c03296845ab..6ca657894360 100644 --- a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-03-01/bms.json +++ b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-03-01/bms.json @@ -7288,7 +7288,7 @@ ], "properties": { "recoveryPointId": { - "description": "ID of the backup copy to be recovered.", + "description": "Recovery Point ID Name of the backup copy to be recovered.", "type": "string" }, "recoveryType": { From 6b6a12fe62286231d6c03652be640e75fb0467aa Mon Sep 17 00:00:00 2001 From: navba-MSFT <57353862+navba-MSFT@users.noreply.github.com> Date: Tue, 20 Dec 2022 12:24:04 +0530 Subject: [PATCH 2/3] Updating the recent stable version --- .../Microsoft.RecoveryServices/stable/2022-10-01/bms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/bms.json b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/bms.json index 0d01d083e7be..6f67081d5706 100644 --- a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/bms.json +++ b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/bms.json @@ -7403,7 +7403,7 @@ ], "properties": { "recoveryPointId": { - "description": "ID of the backup copy to be recovered.", + "description": "Recovery Point ID Name of the backup copy to be recovered.", "type": "string" }, "recoveryType": { From d9defc3efe73e28f32e1ad2dd39f9c241e070dd8 Mon Sep 17 00:00:00 2001 From: navba-MSFT <57353862+navba-MSFT@users.noreply.github.com> Date: Tue, 20 Dec 2022 14:15:37 +0530 Subject: [PATCH 3/3] Update bms.json --- .../Microsoft.RecoveryServices/stable/2022-03-01/bms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-03-01/bms.json b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-03-01/bms.json index 6ca657894360..1c03296845ab 100644 --- a/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-03-01/bms.json +++ b/specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-03-01/bms.json @@ -7288,7 +7288,7 @@ ], "properties": { "recoveryPointId": { - "description": "Recovery Point ID Name of the backup copy to be recovered.", + "description": "ID of the backup copy to be recovered.", "type": "string" }, "recoveryType": {