Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding non mandatory fields in ProtectedItem and AzureVmWorkloadProte… #6818

Merged
merged 6 commits into from
Aug 15, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removing redundant fields from child class MabFileFolderProtectedItem
Since these fields are added in base class ProtectedItem , removing them from MabFileFolderProtectedItem
  • Loading branch information
SanjayHukumRana committed Aug 1, 2019
commit 6a01ab4e425772255564eb7b7a02366f4ea61fde
Original file line number Diff line number Diff line change
Expand Up @@ -5421,16 +5421,7 @@
"protectionState": {
"description": "Protected, ProtectionStopped, IRPending or ProtectionError",
"type": "string"
},
"isScheduledForDeferredDelete": {
SanjayHukumRana marked this conversation as resolved.
Show resolved Hide resolved
"description": "Specifies if the item is scheduled for deferred deletion.",
"type": "boolean"
},
"deferredDeleteSyncTimeInUTC": {
"format": "int64",
"description": "Sync time for deferred deletion.",
"type": "integer"
},
},
"extendedInfo": {
"$ref": "#/definitions/MabFileFolderProtectedItemExtendedInfo",
"description": "Additional information with this backup item."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3032,15 +3032,6 @@
"description": "Protected, ProtectionStopped, IRPending or ProtectionError",
"type": "string"
},
"isScheduledForDeferredDelete": {
"description": "Specifies if the item is scheduled for deferred deletion.",
"type": "boolean"
},
"deferredDeleteSyncTimeInUTC": {
"format": "int64",
"description": "Sync time for deferred deletion.",
"type": "integer"
},
"extendedInfo": {
"$ref": "#/definitions/MabFileFolderProtectedItemExtendedInfo",
"description": "Additional information with this backup item."
Expand Down