Skip to content
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
084024c
Adding a new 2021-01-01 version copied from 2020-12-01
anjorsh Jan 22, 2021
cc80521
Updating the API version in all 2021-01-01 examples
anjorsh Jan 23, 2021
d1509ab
Changes for 2021-01-01 API Version
anjorsh Jan 25, 2021
4f90042
Examples for 2021-01-01 API Version
anjorsh Jan 25, 2021
c2246f0
Updated entities in 2018-12-20 spec to match optional properties adde…
anjorsh Jan 25, 2021
16861cd
Updated readme.md for 2021-01 version
anjorsh Jan 25, 2021
708719b
Fixed camelCasing in URLs
anjorsh Jan 25, 2021
96f8806
Fixed MoveRecoveryPoint Example
anjorsh Jan 25, 2021
33715d7
Added Definition of RecoveryPointMoveReadinessInfo in 2018-12-20
anjorsh Jan 25, 2021
4220701
Added example for RecoveryPointsRecommendedForMove_List operation
anjorsh Jan 25, 2021
6078d28
Undoing delete of ReadOnly properties in 2018-12-20
anjorsh Jan 25, 2021
a60d8a5
Added default error response for all operations
anjorsh Jan 25, 2021
2ab1837
Updating readme.md for go, java and ruby
anjorsh Jan 25, 2021
7c88386
Updating enums in 2020-12-01 version to fix go SDK
anjorsh Jan 25, 2021
1e878c2
Added missing 200 response for two Delete operations
anjorsh Jan 25, 2021
2613198
Fixed Prettier issues
anjorsh Jan 25, 2021
27f0afe
Added missing 200 response in examples
anjorsh Jan 26, 2021
35ad7c9
Merge branch 'master' into ArcV1SwaggerUpdate
anjorsh Jan 27, 2021
fcebb72
Changed MoveRPAcrossTiersRequestResource to MoveRPAcrossTiersRequest,…
anjorsh Jan 27, 2021
3387e3e
Merge branch 'master' into ArcV1SwaggerUpdate
anjorsh Jan 29, 2021
09fe19c
Removing changes from old API version
anjorsh Jan 29, 2021
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 @@ -1828,14 +1828,29 @@
"Full",
"Log",
"Differential",
"Incremental"
"Incremental",
"SnapshotFull"
],
"type": "string",
"x-ms-enum": {
"name": "RestorePointType",
"modelAsString": true
},
"readOnly": true
},
"recoveryPointTierDetails": {
"description": "Recovery point tier information.",
"type": "array",
"items": {
"$ref": "#/definitions/RecoveryPointTierInformation"
}
},
"recoveryPointMoveReadinessInfo": {
"description": "Eligibility of RP to be moved to another tier",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/RecoveryPointMoveReadinessInfo"
}
}
},
"x-ms-discriminator-value": "AzureWorkloadRecoveryPoint"
Expand Down Expand Up @@ -1884,13 +1899,19 @@
"enum": [
"Invalid",
"FileRecovery",
"WorkloadRecovery"
"WorkloadRecovery",
"SnapshotAttach",
"RecoveryUsingSnapshot"
],
"type": "string",
"x-ms-enum": {
"name": "RecoveryMode",
"modelAsString": true
}
},
"targetResourceGroupName": {
"description": "Defines the Resource group of the Target VM",
"type": "string"
}
},
"x-ms-discriminator-value": "AzureWorkloadRestoreRequest"
Expand Down Expand Up @@ -2082,7 +2103,8 @@
"Differential",
"FullAndDifferential",
"All",
"Incremental"
"Incremental",
"SnapshotFull"
],
"type": "string",
"x-ms-enum": {
Expand All @@ -2093,6 +2115,10 @@
"extendedInfo": {
"description": "In Get Recovery Point, it tells whether extended information about recovery point is asked.",
"type": "boolean"
},
"moveReadyRPOnly": {
"description": "Whether the RP can be moved to another tier",
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -2861,6 +2887,13 @@
"items": {
"type": "string"
}
},
"recoveryPointMoveReadinessInfo": {
"description": "Eligibility of RP to be moved to another tier",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/RecoveryPointMoveReadinessInfo"
}
}
},
"x-ms-discriminator-value": "IaasVMRecoveryPoint"
Expand Down Expand Up @@ -3904,7 +3937,8 @@
"enum": [
"Invalid",
"InstantRP",
"HardenedRP"
"HardenedRP",
"ArchivedRP"
],
"type": "string",
"x-ms-enum": {
Expand All @@ -3918,13 +3952,21 @@
"Invalid",
"Valid",
"Disabled",
"Deleted"
"Deleted",
"Rehydrated"
],
"type": "string",
"x-ms-enum": {
"name": "RecoveryPointTierStatus",
"modelAsString": false
}
},
"extendedInfo": {
"description": "Recovery point tier status.",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
}
},
Expand Down Expand Up @@ -4104,6 +4146,13 @@
"description": "Database name InstanceName/DataBaseName for SQL or System/DbName for SAP Hana",
"type": "string"
},
"targetDirectoryMapping": {
"description": "This will contain the target folder mapping for the Full/Diff/Log/Incremental pits.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"targetDirectoryForFileRestore": {
"description": "Target directory location for restore as files.",
"type": "string"
Expand Down Expand Up @@ -4150,6 +4199,17 @@
}
},
"x-ms-discriminator-value": "WorkloadCrrAccessToken"
},
"RecoveryPointMoveReadinessInfo": {
"type": "object",
"properties": {
"isReadyForMove": {
"type": "boolean"
},
"additionalInfo": {
"type": "string"
}
}
}
},
"parameters": {
Expand Down Expand Up @@ -4184,9 +4244,9 @@
"x-ms-parameter-location": "method"
},
"VaultName": {
"description": "The name of the recovery services vault.",
"in": "path",
"name": "vaultName",
"in": "path",
"description": "The name of the recovery services vault.",
"required": true,
"type": "string",
"x-ms-parameter-location": "method"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4412,7 +4412,8 @@
"Full",
"Log",
"Differential",
"Incremental"
"Incremental",
"SnapshotFull"
],
"type": "string",
"x-ms-enum": {
Expand Down Expand Up @@ -4468,7 +4469,9 @@
"enum": [
"Invalid",
"FileRecovery",
"WorkloadRecovery"
"WorkloadRecovery",
"SnapshotAttach",
"RecoveryUsingSnapshot"
],
"type": "string",
"x-ms-enum": {
Expand Down Expand Up @@ -4666,7 +4669,8 @@
"Differential",
"FullAndDifferential",
"All",
"Incremental"
"Incremental",
"SnapshotFull"
],
"type": "string",
"x-ms-enum": {
Expand Down Expand Up @@ -6663,7 +6667,8 @@
"enum": [
"Invalid",
"InstantRP",
"HardenedRP"
"HardenedRP",
"ArchivedRP"
],
"type": "string",
"x-ms-enum": {
Expand All @@ -6677,7 +6682,8 @@
"Invalid",
"Valid",
"Disabled",
"Deleted"
"Deleted",
"Rehydrated"
],
"type": "string",
"x-ms-enum": {
Expand Down
Loading