Skip to content

Commit

Permalink
{AzureRecoveryServices} fixes Azure/azure-sdk-for-python#27977 recove…
Browse files Browse the repository at this point in the history
…ry_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
  • Loading branch information
navba-MSFT authored and kayousef committed Dec 21, 2022
1 parent ae5dff4 commit a0baa85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit a0baa85

Please sign in to comment.