Skip to content

Commit

Permalink
Updated class descriptions based on the feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
anjorsh committed Nov 24, 2022
1 parent e6f6e6c commit 6de0216
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4557,7 +4557,7 @@
"x-ms-discriminator-value": "KubernetesClusterBackupDatasourceParameters"
},
"BlobBackupDatasourceParameters": {
"description": "Parameters for Backup",
"description": "Parameters to be used during configuration of backup of blobs",
"required": [
"containersList",
"objectType"
Expand All @@ -4570,7 +4570,7 @@
],
"properties": {
"containersList": {
"description": "List of containers to be protected",
"description": "List of containers to be backed up during configuration of backup of blobs",
"type": "array",
"items": {
"type": "string"
Expand Down Expand Up @@ -6004,7 +6004,7 @@
"x-ms-discriminator-value": "ItemLevelRestoreTargetInfo"
},
"ItemPathBasedRestoreCriteria": {
"description": "Class to contain criteria for item path based restore",
"description": "Prefix criteria to be used to during restore",
"required": [
"itemPath",
"isPathRelativeToBackupItem",
Expand All @@ -6018,15 +6018,15 @@
],
"properties": {
"itemPath": {
"description": "Path of the item to be restored",
"description": "The path of the item to be restored. It could be the full path of the item or the path relative to the backup item",
"type": "string"
},
"isPathRelativeToBackupItem": {
"description": "Flag to specify if the path is relative to Backup Item or full path",
"description": "Flag to specify if the path is relative to backup item or full path",
"type": "boolean"
},
"subItemPathPrefix": {
"description": "list of prefixes to be used relative to the ItemPath for Restore criteria",
"description": "The list of prefix strings to be used as filter criteria during restore. These are relative to the item path specified.",
"type": "array",
"items": {
"type": "string"
Expand Down

0 comments on commit 6de0216

Please sign in to comment.