Skip to content

Commit

Permalink
[NetAppFiles] Update BackupType (Azure#13520)
Browse files Browse the repository at this point in the history
* Update BackupType

* Prettier

* Update backup status operation

* Fix operation id

* Revert operation change

Co-authored-by: Audunn Baldvinsson <audunn.baldvinsson@netapp.com>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent f111339 commit 6212844
Show file tree
Hide file tree
Showing 49 changed files with 198 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
},
Expand All @@ -41,7 +41,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4296,9 +4296,29 @@
"description": "Label for backup"
},
"backupType": {
"title": "backupType",
"type": "string",
"readOnly": true,
"description": "Type of backup adhoc or scheduled"
"description": "Type of backup Manual or Scheduled",
"enum": [
"Manual",
"Scheduled"
],
"x-ms-enum": {
"name": "backupType",
"modelAsString": true,
"values": [
{
"value": "Manual",
"description": "Manual backup"
},
{
"value": "Scheduled",
"description": "Scheduled backup"
}
]
},
"example": "Manual"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
},
Expand All @@ -41,7 +41,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4416,9 +4416,29 @@
"description": "Label for backup"
},
"backupType": {
"title": "backupType",
"type": "string",
"readOnly": true,
"description": "Type of backup adhoc or scheduled"
"description": "Type of backup Manual or Scheduled",
"enum": [
"Manual",
"Scheduled"
],
"x-ms-enum": {
"name": "backupType",
"modelAsString": true,
"values": [
{
"value": "Manual",
"description": "Manual backup"
},
{
"value": "Scheduled",
"description": "Scheduled backup"
}
]
},
"example": "Manual"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
},
Expand All @@ -41,7 +41,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4419,9 +4419,29 @@
"description": "Label for backup"
},
"backupType": {
"title": "backupType",
"type": "string",
"readOnly": true,
"description": "Type of backup adhoc or scheduled"
"description": "Type of backup Manual or Scheduled",
"enum": [
"Manual",
"Scheduled"
],
"x-ms-enum": {
"name": "backupType",
"modelAsString": true,
"values": [
{
"value": "Manual",
"description": "Manual backup"
},
{
"value": "Scheduled",
"description": "Scheduled backup"
}
]
},
"example": "Manual"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
},
Expand All @@ -41,7 +41,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4419,9 +4419,29 @@
"description": "Label for backup"
},
"backupType": {
"title": "backupType",
"type": "string",
"readOnly": true,
"description": "Type of backup adhoc or scheduled"
"description": "Type of backup Manual or Scheduled",
"enum": [
"Manual",
"Scheduled"
],
"x-ms-enum": {
"name": "backupType",
"modelAsString": true,
"values": [
{
"value": "Manual",
"description": "Manual backup"
},
{
"value": "Scheduled",
"description": "Scheduled backup"
}
]
},
"example": "Manual"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"provisioningState": "Succeeded",
"size": 10011,
"label": "myLabel",
"backupType": "adhoc"
"backupType": "Manual"
}
}
]
Expand Down
Loading

0 comments on commit 6212844

Please sign in to comment.