Skip to content

Commit c8bb39d

Browse files
authored
[NetAppFiles] Update BackupType (#13520)
* Update BackupType * Prettier * Update backup status operation * Fix operation id * Revert operation change Co-authored-by: Audunn Baldvinsson <[email protected]>
1 parent 961799e commit c8bb39d

Some content is hidden

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

49 files changed

+198
-58
lines changed

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-05-01/examples/Backups_Account_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"provisioningState": "Succeeded",
1919
"size": 10011,
2020
"label": "myLabel",
21-
"backupType": "adhoc"
21+
"backupType": "Manual"
2222
}
2323
}
2424
}

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-05-01/examples/Backups_Account_List.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"provisioningState": "Succeeded",
2020
"size": 10011,
2121
"label": "myLabel",
22-
"backupType": "adhoc"
22+
"backupType": "Manual"
2323
}
2424
}
2525
]

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-05-01/examples/Backups_Create.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"provisioningState": "Succeeded",
2727
"size": 10011,
2828
"label": "myLabel",
29-
"backupType": "adhoc"
29+
"backupType": "Manual"
3030
}
3131
}
3232
},
@@ -41,7 +41,7 @@
4141
"provisioningState": "Succeeded",
4242
"size": 10011,
4343
"label": "myLabel",
44-
"backupType": "adhoc"
44+
"backupType": "Manual"
4545
}
4646
}
4747
},

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-05-01/examples/Backups_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"provisioningState": "Succeeded",
2121
"size": 10011,
2222
"label": "myLabel",
23-
"backupType": "adhoc"
23+
"backupType": "Manual"
2424
}
2525
}
2626
}

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-05-01/examples/Backups_List.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"provisioningState": "Succeeded",
2222
"size": 10011,
2323
"label": "myLabel",
24-
"backupType": "adhoc"
24+
"backupType": "Manual"
2525
}
2626
}
2727
]

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-05-01/examples/Backups_Update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"provisioningState": "Succeeded",
2222
"size": 10011,
2323
"label": "myLabel",
24-
"backupType": "adhoc"
24+
"backupType": "Manual"
2525
}
2626
}
2727
}

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-05-01/netapp.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4296,9 +4296,29 @@
42964296
"description": "Label for backup"
42974297
},
42984298
"backupType": {
4299+
"title": "backupType",
42994300
"type": "string",
43004301
"readOnly": true,
4301-
"description": "Type of backup adhoc or scheduled"
4302+
"description": "Type of backup Manual or Scheduled",
4303+
"enum": [
4304+
"Manual",
4305+
"Scheduled"
4306+
],
4307+
"x-ms-enum": {
4308+
"name": "backupType",
4309+
"modelAsString": true,
4310+
"values": [
4311+
{
4312+
"value": "Manual",
4313+
"description": "Manual backup"
4314+
},
4315+
{
4316+
"value": "Scheduled",
4317+
"description": "Scheduled backup"
4318+
}
4319+
]
4320+
},
4321+
"example": "Manual"
43024322
}
43034323
}
43044324
},

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-06-01/examples/Backups_Account_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"provisioningState": "Succeeded",
1919
"size": 10011,
2020
"label": "myLabel",
21-
"backupType": "adhoc"
21+
"backupType": "Manual"
2222
}
2323
}
2424
}

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-06-01/examples/Backups_Account_List.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"provisioningState": "Succeeded",
2020
"size": 10011,
2121
"label": "myLabel",
22-
"backupType": "adhoc"
22+
"backupType": "Manual"
2323
}
2424
}
2525
]

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-06-01/examples/Backups_Create.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"provisioningState": "Succeeded",
2727
"size": 10011,
2828
"label": "myLabel",
29-
"backupType": "adhoc"
29+
"backupType": "Manual"
3030
}
3131
}
3232
},
@@ -41,7 +41,7 @@
4141
"provisioningState": "Succeeded",
4242
"size": 10011,
4343
"label": "myLabel",
44-
"backupType": "adhoc"
44+
"backupType": "Manual"
4545
}
4646
}
4747
},

0 commit comments

Comments
 (0)