Skip to content

Commit 6de0216

Browse files
committed
Updated class descriptions based on the feedback
1 parent e6f6e6c commit 6de0216

File tree

1 file changed

+6
-6
lines changed
  • specification/dataprotection/resource-manager/Microsoft.DataProtection/preview/2022-11-01-preview

1 file changed

+6
-6
lines changed

specification/dataprotection/resource-manager/Microsoft.DataProtection/preview/2022-11-01-preview/dataprotection.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4557,7 +4557,7 @@
45574557
"x-ms-discriminator-value": "KubernetesClusterBackupDatasourceParameters"
45584558
},
45594559
"BlobBackupDatasourceParameters": {
4560-
"description": "Parameters for Backup",
4560+
"description": "Parameters to be used during configuration of backup of blobs",
45614561
"required": [
45624562
"containersList",
45634563
"objectType"
@@ -4570,7 +4570,7 @@
45704570
],
45714571
"properties": {
45724572
"containersList": {
4573-
"description": "List of containers to be protected",
4573+
"description": "List of containers to be backed up during configuration of backup of blobs",
45744574
"type": "array",
45754575
"items": {
45764576
"type": "string"
@@ -6004,7 +6004,7 @@
60046004
"x-ms-discriminator-value": "ItemLevelRestoreTargetInfo"
60056005
},
60066006
"ItemPathBasedRestoreCriteria": {
6007-
"description": "Class to contain criteria for item path based restore",
6007+
"description": "Prefix criteria to be used to during restore",
60086008
"required": [
60096009
"itemPath",
60106010
"isPathRelativeToBackupItem",
@@ -6018,15 +6018,15 @@
60186018
],
60196019
"properties": {
60206020
"itemPath": {
6021-
"description": "Path of the item to be restored",
6021+
"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",
60226022
"type": "string"
60236023
},
60246024
"isPathRelativeToBackupItem": {
6025-
"description": "Flag to specify if the path is relative to Backup Item or full path",
6025+
"description": "Flag to specify if the path is relative to backup item or full path",
60266026
"type": "boolean"
60276027
},
60286028
"subItemPathPrefix": {
6029-
"description": "list of prefixes to be used relative to the ItemPath for Restore criteria",
6029+
"description": "The list of prefix strings to be used as filter criteria during restore. These are relative to the item path specified.",
60306030
"type": "array",
60316031
"items": {
60326032
"type": "string"

0 commit comments

Comments
 (0)