forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combining existing versions in latest version 2020-10-01 (Azure#11733)
* Combining existing versions in latest version 2020-10-01 * Correcting version * Fixing prettier * Adding 2018-12-20 in latest package
- Loading branch information
1 parent
3c76463
commit 33b5733
Showing
60 changed files
with
11,784 additions
and
318 deletions.
There are no files selected for viewing
9,306 changes: 9,306 additions & 0 deletions
9,306
...veryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2020-10-01/bms.json
Large diffs are not rendered by default.
Oops, something went wrong.
313 changes: 0 additions & 313 deletions
313
...veryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2020-10-01/cmk.json
This file was deleted.
Oops, something went wrong.
76 changes: 76 additions & 0 deletions
76
...icrosoft.RecoveryServices/stable/2020-10-01/examples/AzureIaasVm/BackupPolicies_List.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,76 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroupName": "SwaggerTestRg", | ||
"vaultName": "NetSDKTestRsVault", | ||
"api-version": "2019-06-15", | ||
"$filter": "backupManagementType eq 'AzureIaasVM'" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/Subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SwaggerTestRg/providers/Microsoft.RecoveryServices/vaults/NetSDKTestRsVault/backupPolicies/DefaultPolicy", | ||
"name": "DefaultPolicy", | ||
"type": "Microsoft.RecoveryServices/vaults/backupPolicies", | ||
"properties": { | ||
"backupManagementType": "AzureIaasVM", | ||
"schedulePolicy": { | ||
"schedulePolicyType": "SimpleSchedulePolicy", | ||
"scheduleRunFrequency": "Daily", | ||
"scheduleRunTimes": [ | ||
"2017-12-05T19:00:00Z" | ||
], | ||
"scheduleWeeklyFrequency": 0 | ||
}, | ||
"retentionPolicy": { | ||
"retentionPolicyType": "LongTermRetentionPolicy", | ||
"dailySchedule": { | ||
"retentionTimes": [ | ||
"2017-12-05T19:00:00Z" | ||
], | ||
"retentionDuration": { | ||
"count": 30, | ||
"durationType": "Days" | ||
} | ||
} | ||
}, | ||
"protectedItemsCount": 0 | ||
} | ||
}, | ||
{ | ||
"id": "/Subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SwaggerTestRg/providers/Microsoft.RecoveryServices/vaults/NetSDKTestRsVault/backupPolicies/testPolicy1", | ||
"name": "testPolicy1", | ||
"type": "Microsoft.RecoveryServices/vaults/backupPolicies", | ||
"properties": { | ||
"backupManagementType": "AzureIaasVM", | ||
"schedulePolicy": { | ||
"schedulePolicyType": "SimpleSchedulePolicy", | ||
"scheduleRunFrequency": "Daily", | ||
"scheduleRunTimes": [ | ||
"2018-01-24T02:00:00Z" | ||
], | ||
"scheduleWeeklyFrequency": 0 | ||
}, | ||
"retentionPolicy": { | ||
"retentionPolicyType": "LongTermRetentionPolicy", | ||
"dailySchedule": { | ||
"retentionTimes": [ | ||
"2018-01-24T02:00:00Z" | ||
], | ||
"retentionDuration": { | ||
"count": 1, | ||
"durationType": "Days" | ||
} | ||
} | ||
}, | ||
"timeZone": "Pacific Standard Time", | ||
"protectedItemsCount": 0 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.