-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Review request for Microsoft.DataProtection to add ve…
…rsion preview/2023-08-01-preview (#25967) * Adds base for updating Microsoft.DataProtection from version preview/2023-06-01-preview to version 2023-08-01-preview * Updates readme * Updates API version in new specs and examples * Re-Validate API Swagger Changes * JobCancel & Job InProgress changes * vault tier changes aks (#25972) * Add is isPartialRP boolean to AzureBackupDiscreteRecoveryPoint and examples (#25974) * Add is ispartialrp to AzureBackupDiscreteRecoveryPoint and examples * Fix prettier issues in examples * Including ValidateForModifyBackupRequest Defn. * resolved comments (#26064) * Revert IsPartialRP changes (#26070) * Using Restricted Pattern for Vault Name (#26169) * Handling Validation Errors (#26186) * removing 200 status code * LintDiff fix - using common types error response (#26187) * whitespace handling * Editing where clause * Removing Where Condition --------- Co-authored-by: Dishant Munjal <dishantmunjal@users.noreply.github.com> Co-authored-by: chandrasekarendran <59728024+chandrasekarendran@users.noreply.github.com> Co-authored-by: soumyapattnaik <33341338+soumyapattnaik@users.noreply.github.com> Co-authored-by: nickpacificomsft <144935783+nickpacificomsft@users.noreply.github.com> Co-authored-by: asmitt <62243673+asmitt@users.noreply.github.com>
- Loading branch information
1 parent
2f88bb8
commit 69cb55f
Showing
84 changed files
with
12,949 additions
and
3 deletions.
There are no files selected for viewing
8,483 changes: 8,483 additions & 0 deletions
8,483
.../resource-manager/Microsoft.DataProtection/preview/2023-08-01-preview/dataprotection.json
Large diffs are not rendered by default.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
...on/preview/2023-08-01-preview/examples/BackupInstanceOperations/DeleteBackupInstance.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "04cf684a-d41f-4550-9f70-7708a3a2283b", | ||
"resourceGroupName": "000pikumar", | ||
"vaultName": "PratikPrivatePreviewVault1", | ||
"backupInstanceName": "testInstance1", | ||
"api-version": "2023-08-01-preview" | ||
}, | ||
"responses": { | ||
"202": { | ||
"headers": { | ||
"Location": "https://management.azure.com/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/000pikumar/providers/Microsoft.DataProtection/backupInstances/harshitbi1/operationResults/ZTA4YjQ0ZGYtYmNkNS00YTk1LWFjZTMtOTc1MjNmZWIxYWZlO2Y1ODg1MzA3LWJkNjItNDQ2OC05ZjZlLTJkMGM2NjNiNmJmNg==?api-version=2023-08-01-preview", | ||
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/000pikumar/providers/Microsoft.DataProtection/backupVaults/PratikPrivatePreviewVault1/operationStatus/ZTA4YjQ0ZGYtYmNkNS00YTk1LWFjZTMtOTc1MjNmZWIxYWZlO2Y1ODg1MzA3LWJkNjItNDQ2OC05ZjZlLTJkMGM2NjNiNmJmNg==?api-version=2023-08-01-preview", | ||
"Retry-After": "60" | ||
} | ||
}, | ||
"204": {}, | ||
"200": {} | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...review/2023-08-01-preview/examples/BackupInstanceOperations/FindRestorableTimeRanges.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "04cf684a-d41f-4550-9f70-7708a3a2283b", | ||
"resourceGroupName": "Blob-Backup", | ||
"vaultName": "ZBlobBackupVaultBVTD3", | ||
"backupInstanceName": "zblobbackuptestsa58", | ||
"api-version": "2023-08-01-preview", | ||
"parameters": { | ||
"sourceDataStoreType": "OperationalStore", | ||
"startTime": "2020-10-17T23:28:17.6829685Z", | ||
"endTime": "2021-02-24T00:35:17.6829685Z" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "zblobbackuptestsa58", | ||
"type": "Microsoft.DataProtection/backupVaults/backupInstances/findRestorableTimeRanges", | ||
"properties": { | ||
"restorableTimeRanges": [ | ||
{ | ||
"startTime": "2021-02-23T18:33:51.6349708Z", | ||
"endTime": "2021-02-24T00:35:17.0000000Z", | ||
"objectType": "RestorableTimeRange" | ||
} | ||
], | ||
"objectType": "AzureBackupFindRestorableTimeRangesResponse" | ||
} | ||
} | ||
} | ||
} | ||
} |
51 changes: 51 additions & 0 deletions
51
...ction/preview/2023-08-01-preview/examples/BackupInstanceOperations/GetBackupInstance.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "04cf684a-d41f-4550-9f70-7708a3a2283b", | ||
"resourceGroupName": "000pikumar", | ||
"vaultName": "PratikPrivatePreviewVault1", | ||
"api-version": "2023-08-01-preview", | ||
"backupInstanceName": "testInstance1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/000pikumar/providers/Microsoft.DataProtection/backupVaults/PratikPrivatePreviewVault1/backupInstances/harshitbi2", | ||
"name": "harshitbi2", | ||
"type": "Microsoft.DataProtection/backupVaults/backupInstances", | ||
"tags": { | ||
"key1": "val1" | ||
}, | ||
"properties": { | ||
"friendlyName": "harshitbi2", | ||
"dataSourceInfo": { | ||
"resourceID": "/subscriptions/f75d8d8b-6735-4697-82e1-1a7a3ff0d5d4/resourceGroups/viveksipgtest/providers/Microsoft.DBforPostgreSQL/servers/viveksipgtest/databases/testdb", | ||
"resourceUri": "", | ||
"datasourceType": "OssDB", | ||
"resourceName": "testdb", | ||
"resourceType": "OssDB", | ||
"resourceLocation": "", | ||
"objectType": "Datasource" | ||
}, | ||
"dataSourceSetInfo": { | ||
"resourceID": "/subscriptions/f75d8d8b-6735-4697-82e1-1a7a3ff0d5d4/resourceGroups/viveksipgtest/providers/Microsoft.DBforPostgreSQL/servers/viveksipgtest", | ||
"resourceUri": "", | ||
"datasourceType": "OssDB", | ||
"resourceName": "viveksipgtest", | ||
"resourceType": "OssDB", | ||
"resourceLocation": "", | ||
"objectType": "DatasourceSet" | ||
}, | ||
"policyInfo": { | ||
"policyId": "/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/000pikumar/providers/Microsoft.DataProtection/backupVaults/PratikPrivatePreviewVault1/backupPolicies/PratikPolicy1", | ||
"policyVersion": "3.2" | ||
}, | ||
"protectionStatus": { | ||
"status": "NotProtected" | ||
}, | ||
"provisioningState": "Provisioning", | ||
"objectType": "BackupInstance" | ||
} | ||
} | ||
} | ||
} | ||
} |
56 changes: 56 additions & 0 deletions
56
...023-08-01-preview/examples/BackupInstanceOperations/GetBackupInstanceOperationResult.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "04cf684a-d41f-4550-9f70-7708a3a2283b", | ||
"resourceGroupName": "SampleResourceGroup", | ||
"vaultName": "swaggerExample", | ||
"backupInstanceName": "testInstance1", | ||
"operationId": "YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==", | ||
"api-version": "2023-08-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/backupVaults/swaggerExample/backupInstances/testInstance1", | ||
"name": "testInstance1", | ||
"type": "Microsoft.DataProtection/backupVaults/backupInstances", | ||
"properties": { | ||
"friendlyName": "testInstance1", | ||
"dataSourceInfo": { | ||
"resourceID": "/subscriptions/f75d8d8b-6735-4697-82e1-1a7a3ff0d5d4/resourceGroups/viveksipgtest/providers/Microsoft.DBforPostgreSQL/servers/viveksipgtest/databases/testdb", | ||
"resourceUri": "", | ||
"datasourceType": "OssDB", | ||
"resourceName": "testdb", | ||
"resourceType": "OssDB", | ||
"resourceLocation": "", | ||
"objectType": "Datasource" | ||
}, | ||
"dataSourceSetInfo": { | ||
"resourceID": "/subscriptions/f75d8d8b-6735-4697-82e1-1a7a3ff0d5d4/resourceGroups/viveksipgtest/providers/Microsoft.DBforPostgreSQL/servers/viveksipgtest", | ||
"resourceUri": "", | ||
"datasourceType": "OssDB", | ||
"resourceName": "viveksipgtest", | ||
"resourceType": "OssDB", | ||
"resourceLocation": "", | ||
"objectType": "DatasourceSet" | ||
}, | ||
"policyInfo": { | ||
"policyId": "/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/backupVaults/swaggerExample/backupPolicies/PratikPolicy1", | ||
"policyVersion": "3.2" | ||
}, | ||
"protectionStatus": { | ||
"status": "ConfiguringProtection" | ||
}, | ||
"provisioningState": "Provisioned", | ||
"objectType": "BackupInstance" | ||
} | ||
} | ||
}, | ||
"202": { | ||
"headers": { | ||
"Retry-After": "10", | ||
"Azure-AsyncOperation": "https://management.windowsazure.com/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/backupVaults/swaggerExample/operationStatus/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2023-08-01-preview", | ||
"Location": "https://management.windowsazure.com/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/SampleResourceGroup/providers/Microsoft.DataProtection/backupvaults/swaggerExample/backupInstances/testInstance1/operationResults/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2023-08-01-preview" | ||
} | ||
} | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
...ection/preview/2023-08-01-preview/examples/BackupInstanceOperations/GetRecoveryPoint.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "04cf684a-d41f-4550-9f70-7708a3a2283b", | ||
"resourceGroupName": "000pikumar", | ||
"vaultName": "PratikPrivatePreviewVault1", | ||
"api-version": "2023-08-01-preview", | ||
"backupInstanceName": "testInstance1", | ||
"recoveryPointId": "7fb2cddd-c5b3-44f6-a0d9-db3c4f9d5f25" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/HelloTest/providers/Microsoft.DataProtection/backupVaults/HelloTestVault/backupInstances/653213d-c5b3-44f6-a0d9-db3c4f9d8e34/recoveryPoints/7fb2cddd-c5b3-44f6-a0d9-db3c4f9d5f25", | ||
"name": "7fb2cddd-c5b3-44f6-a0d9-db3c4f9d5f25", | ||
"type": "microsoft.dataprotection/backupvaults/backupInstances/recoveryPoints", | ||
"properties": { | ||
"objectType": "AzureBackupDiscreteRecoveryPoint", | ||
"recoveryPointTime": "2019-03-01T13:00:00Z", | ||
"recoveryPointType": "Full", | ||
"friendlyName": "panbha4", | ||
"recoveryPointDataStoresDetails": [ | ||
{ | ||
"id": "0ff03512-b333-4509-a6c7-12164c8b1dce", | ||
"type": "Snapshot", | ||
"creationTime": "2019-03-01T13:00:00Z", | ||
"metaData": "123456" | ||
}, | ||
{ | ||
"id": "5d8cfd30-722e-4bab-85f6-4a9d01ffc6f1", | ||
"type": "BackupStorage", | ||
"creationTime": "2019-03-01T13:00:00Z", | ||
"metaData": "123456" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
...ion/preview/2023-08-01-preview/examples/BackupInstanceOperations/ListBackupInstances.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "04cf684a-d41f-4550-9f70-7708a3a2283b", | ||
"resourceGroupName": "000pikumar", | ||
"vaultName": "PratikPrivatePreviewVault1", | ||
"api-version": "2023-08-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/000pikumar/providers/Microsoft.DataProtection/backupVaults/PratikPrivatePreviewVault1/backupInstances/harshitbi2", | ||
"name": "harshitbi2", | ||
"type": "Microsoft.DataProtection/backupVaults/backupInstances", | ||
"tags": { | ||
"key1": "val1" | ||
}, | ||
"properties": { | ||
"friendlyName": "harshitbi2", | ||
"dataSourceInfo": { | ||
"resourceID": "/subscriptions/f75d8d8b-6735-4697-82e1-1a7a3ff0d5d4/resourceGroups/viveksipgtest/providers/Microsoft.DBforPostgreSQL/servers/viveksipgtest/databases/testdb", | ||
"resourceUri": "", | ||
"datasourceType": "OssDB", | ||
"resourceName": "testdb", | ||
"resourceType": "OssDB", | ||
"resourceLocation": "", | ||
"objectType": "Datasource" | ||
}, | ||
"dataSourceSetInfo": { | ||
"resourceID": "/subscriptions/f75d8d8b-6735-4697-82e1-1a7a3ff0d5d4/resourceGroups/viveksipgtest/providers/Microsoft.DBforPostgreSQL/servers/viveksipgtest", | ||
"resourceUri": "", | ||
"datasourceType": "OssDB", | ||
"resourceName": "viveksipgtest", | ||
"resourceType": "OssDB", | ||
"resourceLocation": "", | ||
"objectType": "DatasourceSet" | ||
}, | ||
"policyInfo": { | ||
"policyId": "/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/000pikumar/providers/Microsoft.DataProtection/backupVaults/PratikPrivatePreviewVault1/backupPolicies/PratikPolicy1", | ||
"policyVersion": "3.2" | ||
}, | ||
"protectionStatus": { | ||
"status": "NotProtected" | ||
}, | ||
"provisioningState": "Provisioning", | ||
"objectType": "BackupInstance" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
59 changes: 59 additions & 0 deletions
59
...-08-01-preview/examples/BackupInstanceOperations/ListBackupInstancesExtensionRouting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"parameters": { | ||
"resourceId": "subscriptions/36d32b25-3dc7-41b0-bde1-397500644591/resourceGroups/testRG/providers/Microsoft.Compute/disks/testDisk", | ||
"api-version": "2023-08-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"properties": { | ||
"friendlyName": "testDisk", | ||
"dataSourceInfo": { | ||
"resourceID": "/subscriptions/36d32b25-3dc7-41b0-bde1-397500644591/resourceGroups/testRG/providers/Microsoft.Compute/disks/testDisk", | ||
"resourceUri": "/subscriptions/36d32b25-3dc7-41b0-bde1-397500644591/resourceGroups/testRG/providers/Microsoft.Compute/disks/testDisk", | ||
"datasourceType": "Microsoft.Compute/disks", | ||
"resourceName": "testDisk", | ||
"resourceType": "Microsoft.Compute/disks", | ||
"resourceLocation": "eastus2euap", | ||
"objectType": "Datasource" | ||
}, | ||
"dataSourceSetInfo": { | ||
"resourceID": "/subscriptions/36d32b25-3dc7-41b0-bde1-397500644591/resourceGroups/testRG/providers/Microsoft.Compute/disks/testDisk", | ||
"resourceUri": "/subscriptions/36d32b25-3dc7-41b0-bde1-397500644591/resourceGroups/testRG/providers/Microsoft.Compute/disks/testDisk", | ||
"datasourceType": "Microsoft.Compute/disks", | ||
"resourceName": "testDisk", | ||
"resourceType": "Microsoft.Compute/disks", | ||
"resourceLocation": "eastus2euap", | ||
"objectType": "DatasourceSet" | ||
}, | ||
"policyInfo": { | ||
"policyId": "/subscriptions/36d32b25-3dc7-41b0-bde1-397500644591/resourceGroups/policyRG/providers/Microsoft.DataProtection/backupVaults/jeczrsecy/backupPolicies/disk", | ||
"policyVersion": "", | ||
"policyParameters": { | ||
"dataStoreParametersList": [ | ||
{ | ||
"objectType": "AzureOperationalStoreParameters", | ||
"dataStoreType": "OperationalStore", | ||
"resourceGroupId": "/subscriptions/36d32b25-3dc7-41b0-bde1-397500644591/resourceGroups/policyRG" | ||
} | ||
] | ||
} | ||
}, | ||
"protectionStatus": { | ||
"status": "ProtectionConfigured" | ||
}, | ||
"currentProtectionState": "ProtectionConfigured", | ||
"provisioningState": "Succeeded", | ||
"objectType": "BackupInstance" | ||
}, | ||
"id": "/subscriptions/36d32b25-3dc7-41b0-bde1-397500644591/resourceGroups/testRG/providers/Microsoft.Compute/disks/testDisk/providers/Microsoft.DataProtection/backupInstances/testDiskBI1-testDiskBI1-7664c12f-4d0a-440f-a0dc-b64f708b10e3", | ||
"name": "testDiskBI1-testDiskBI1-7664c12f-4d0a-440f-a0dc-b64f708b10e3", | ||
"type": "Microsoft.DataProtection/backupVaults/backupInstances" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
68 changes: 68 additions & 0 deletions
68
...tion/preview/2023-08-01-preview/examples/BackupInstanceOperations/ListRecoveryPoints.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "04cf684a-d41f-4550-9f70-7708a3a2283b", | ||
"resourceGroupName": "000pikumar", | ||
"vaultName": "PratikPrivatePreviewVault1", | ||
"api-version": "2023-08-01-preview", | ||
"backupInstanceName": "testInstance1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/HelloTest/providers/Microsoft.DataProtection/backupVaults/HelloTestVault/backupInstances/653213d-c5b3-44f6-a0d9-db3c4f9d8e34/recoveryPoints/7fb2cddd-c5b3-44f6-a0d9-db3c4f9d5f25", | ||
"name": "7fb2cddd-c5b3-44f6-a0d9-db3c4f9d5e35", | ||
"type": "microsoft.dataprotection/backupvaults/backupInstances/recoveryPoints", | ||
"properties": { | ||
"objectType": "AzureBackupDiscreteRecoveryPoint", | ||
"recoveryPointTime": "2019-03-01T13:00:00Z", | ||
"recoveryPointType": "Full", | ||
"friendlyName": "panbha4", | ||
"expiryTime": "2023-03-01T13:00:00Z", | ||
"recoveryPointDataStoresDetails": [ | ||
{ | ||
"id": "0ff03512-b333-4509-a6c7-12164c8b1dce", | ||
"type": "Snapshot", | ||
"creationTime": "2019-03-01T13:00:00Z", | ||
"metaData": "123456" | ||
}, | ||
{ | ||
"id": "5d8cfd30-722e-4bab-85f6-4a9d01ffc6f1", | ||
"type": "BackupStorage", | ||
"creationTime": "2019-03-01T13:00:00Z", | ||
"metaData": "123456" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/04cf684a-d41f-4550-9f70-7708a3a2283b/resourceGroups/HelloTest/providers/Microsoft.DataProtection/backupVaults/HelloTestVault/backupInstances/653213d-c5b3-44f6-a0d9-db3c4f9d8e34/recoveryPoints/7fb2cddd-c5b3-44f6-a0d9-db3c4f9d5f25", | ||
"name": "7fb2cddd-c5b3-44f6-a0d9-db3c4f9d5f25", | ||
"type": "microsoft.dataprotection/backupvaults/backupInstances/recoveryPoints", | ||
"properties": { | ||
"objectType": "AzureBackupDiscreteRecoveryPoint", | ||
"recoveryPointTime": "2019-03-01T13:00:00Z", | ||
"recoveryPointType": "Full", | ||
"friendlyName": "panbha4", | ||
"recoveryPointDataStoresDetails": [ | ||
{ | ||
"id": "808cfd30-722e-4bab-85f6-4a9d01ffc6f2", | ||
"type": "Snapshot", | ||
"creationTime": "2019-03-01T13:00:00Z", | ||
"metaData": "123456" | ||
}, | ||
{ | ||
"id": "798cfd30-722e-4bab-85f6-4a9d01ffc6f3", | ||
"type": "BackupStorage", | ||
"creationTime": "2019-03-01T13:00:00Z", | ||
"metaData": "123456" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.