Skip to content

Commit 8bbdaa1

Browse files
authored
{AzureRecoveryServices} fixes Azure/azure-sdk-for-python#27977 recovery_point_id property description (#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 639376b commit 8bbdaa1

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

+1-1
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)