Skip to content

Commit 33b5733

Browse files
Combining existing versions in latest version 2020-10-01 (#11733)
* Combining existing versions in latest version 2020-10-01 * Correcting version * Fixing prettier * Adding 2018-12-20 in latest package
1 parent 3c76463 commit 33b5733

File tree

60 files changed

+11784
-318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+11784
-318
lines changed

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2020-10-01/bms.json

Lines changed: 9306 additions & 0 deletions
Large diffs are not rendered by default.

specification/recoveryservicesbackup/resource-manager/Microsoft.RecoveryServices/stable/2020-10-01/cmk.json

Lines changed: 0 additions & 313 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4+
"resourceGroupName": "SwaggerTestRg",
5+
"vaultName": "NetSDKTestRsVault",
6+
"api-version": "2019-06-15",
7+
"$filter": "backupManagementType eq 'AzureIaasVM'"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"value": [
13+
{
14+
"id": "/Subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SwaggerTestRg/providers/Microsoft.RecoveryServices/vaults/NetSDKTestRsVault/backupPolicies/DefaultPolicy",
15+
"name": "DefaultPolicy",
16+
"type": "Microsoft.RecoveryServices/vaults/backupPolicies",
17+
"properties": {
18+
"backupManagementType": "AzureIaasVM",
19+
"schedulePolicy": {
20+
"schedulePolicyType": "SimpleSchedulePolicy",
21+
"scheduleRunFrequency": "Daily",
22+
"scheduleRunTimes": [
23+
"2017-12-05T19:00:00Z"
24+
],
25+
"scheduleWeeklyFrequency": 0
26+
},
27+
"retentionPolicy": {
28+
"retentionPolicyType": "LongTermRetentionPolicy",
29+
"dailySchedule": {
30+
"retentionTimes": [
31+
"2017-12-05T19:00:00Z"
32+
],
33+
"retentionDuration": {
34+
"count": 30,
35+
"durationType": "Days"
36+
}
37+
}
38+
},
39+
"protectedItemsCount": 0
40+
}
41+
},
42+
{
43+
"id": "/Subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SwaggerTestRg/providers/Microsoft.RecoveryServices/vaults/NetSDKTestRsVault/backupPolicies/testPolicy1",
44+
"name": "testPolicy1",
45+
"type": "Microsoft.RecoveryServices/vaults/backupPolicies",
46+
"properties": {
47+
"backupManagementType": "AzureIaasVM",
48+
"schedulePolicy": {
49+
"schedulePolicyType": "SimpleSchedulePolicy",
50+
"scheduleRunFrequency": "Daily",
51+
"scheduleRunTimes": [
52+
"2018-01-24T02:00:00Z"
53+
],
54+
"scheduleWeeklyFrequency": 0
55+
},
56+
"retentionPolicy": {
57+
"retentionPolicyType": "LongTermRetentionPolicy",
58+
"dailySchedule": {
59+
"retentionTimes": [
60+
"2018-01-24T02:00:00Z"
61+
],
62+
"retentionDuration": {
63+
"count": 1,
64+
"durationType": "Days"
65+
}
66+
}
67+
},
68+
"timeZone": "Pacific Standard Time",
69+
"protectedItemsCount": 0
70+
}
71+
}
72+
]
73+
}
74+
}
75+
}
76+
}

0 commit comments

Comments
 (0)