Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6474,7 +6474,6 @@
"snapshot": {
"description": "Snapshot of a Volume",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location"
],
Expand Down Expand Up @@ -6502,7 +6501,6 @@
"snapshotPatch": {
"description": "Snapshot patch",
"type": "object",
"x-ms-azure-resource": true,
"properties": {}
},
"snapshotProperties": {
Expand Down Expand Up @@ -6908,7 +6906,6 @@
"backup": {
"description": "Backup of a Volume",
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
Expand Down Expand Up @@ -6937,7 +6934,6 @@
"backupPatch": {
"description": "Backup patch",
"type": "object",
"x-ms-azure-resource": true,
"properties": {
"tags": {
"description": "Resource tags",
Expand Down Expand Up @@ -7120,22 +7116,6 @@
}
}
},
"backupPolicyDetails": {
"description": "Backup policy properties",
"type": "object",
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource"
}
],
"properties": {
"properties": {
"description": "Backup policy Properties",
"$ref": "#/definitions/backupPolicyProperties",
"x-ms-client-flatten": true
}
}
},
"backupPolicyPatch": {
"description": "Backup policy Details for create and update",
"type": "object",
Expand Down