Skip to content

Commit a0baa85

Browse files
navba-MSFTkayousef
authored andcommitted
{AzureRecoveryServices} fixes Azure/azure-sdk-for-python#27977 recovery_point_id property description (Azure#21919)
* {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." * Updating the recent stable version * Update bms.json
1 parent ae5dff4 commit a0baa85

File tree

1 file changed

+1
-1
lines changed
  • specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7403,7 +7403,7 @@
74037403
],
74047404
"properties": {
74057405
"recoveryPointId": {
7406-
"description": "ID of the backup copy to be recovered.",
7406+
"description": "Recovery Point ID Name of the backup copy to be recovered.",
74077407
"type": "string"
74087408
},
74097409
"recoveryType": {

0 commit comments

Comments
 (0)