Skip to content

Commit

Permalink
[NetAppFiles]Anf 26457 s360 linting remove backup policy details (Azu…
Browse files Browse the repository at this point in the history
…re#23438)

* Remove backupPolicyDetails, not used

* remove x-ms-azure-resource from proxy resources snapshots and backups
  • Loading branch information
audunn authored and JoshLove-msft committed Apr 25, 2023
1 parent 9e7a57f commit 5b536be
Showing 1 changed file with 0 additions and 20 deletions.
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

0 comments on commit 5b536be

Please sign in to comment.