Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -279,17 +279,18 @@
"description": "The resource management error response."
},
"VaultStorageConfigOperationResultResponse": {
"description": "Operation result response for VaultStorageConfig",
"description": "Operation result response for Vault Storage Config",
"required": [
"objectType"
],
"type": "object",
"properties": {
"objectType": {
"description": "This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.",
"type": "string"
}
},
"required": [
"objectType"
],
"x-ms-discriminator-value": "objectType"
"discriminator": "objectType"
},
"PrepareDataMoveRequest": {
"description": "Prepare DataMove Request",
Expand Down Expand Up @@ -337,6 +338,11 @@
"PrepareDataMoveResponse": {
"description": "Prepare DataMove Response",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/VaultStorageConfigOperationResultResponse"
}
],
"properties": {
"correlationId": {
"description": "Co-relationId for move operation",
Expand All @@ -349,7 +355,8 @@
"type": "string"
}
}
}
},
"x-ms-discriminator-value": "PrepareDataMoveResponse"
},
"TriggerDataMoveRequest": {
"description": "Trigger DataMove Request",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ These are the global settings for the RecoveryServicesBackup API.
title: Recovery Services Backup Client
description: Open API 2.0 Specs for Azure RecoveryServices Backup service
openapi-type: arm
tag: package-2020-02
tag: package-2020-07
csharp-sdks-folder: ./Generated/CSharp
python-sdks-folder: ./Generated/Python
go-sdk-folder: ./Generated/Golang
Expand Down