Skip to content

Commit 993e372

Browse files
authored
[NetAppFiles]Anf 26457 s360 linting remove backup policy details (#23438)
* Remove backupPolicyDetails, not used * remove x-ms-azure-resource from proxy resources snapshots and backups
1 parent 23a1f3e commit 993e372

File tree

1 file changed

+0
-20
lines changed
  • specification/netapp/resource-manager/Microsoft.NetApp/stable/2022-09-01

1 file changed

+0
-20
lines changed

specification/netapp/resource-manager/Microsoft.NetApp/stable/2022-09-01/netapp.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6474,7 +6474,6 @@
64746474
"snapshot": {
64756475
"description": "Snapshot of a Volume",
64766476
"type": "object",
6477-
"x-ms-azure-resource": true,
64786477
"required": [
64796478
"location"
64806479
],
@@ -6502,7 +6501,6 @@
65026501
"snapshotPatch": {
65036502
"description": "Snapshot patch",
65046503
"type": "object",
6505-
"x-ms-azure-resource": true,
65066504
"properties": {}
65076505
},
65086506
"snapshotProperties": {
@@ -6908,7 +6906,6 @@
69086906
"backup": {
69096907
"description": "Backup of a Volume",
69106908
"type": "object",
6911-
"x-ms-azure-resource": true,
69126909
"required": [
69136910
"location",
69146911
"properties"
@@ -6937,7 +6934,6 @@
69376934
"backupPatch": {
69386935
"description": "Backup patch",
69396936
"type": "object",
6940-
"x-ms-azure-resource": true,
69416937
"properties": {
69426938
"tags": {
69436939
"description": "Resource tags",
@@ -7120,22 +7116,6 @@
71207116
}
71217117
}
71227118
},
7123-
"backupPolicyDetails": {
7124-
"description": "Backup policy properties",
7125-
"type": "object",
7126-
"allOf": [
7127-
{
7128-
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource"
7129-
}
7130-
],
7131-
"properties": {
7132-
"properties": {
7133-
"description": "Backup policy Properties",
7134-
"$ref": "#/definitions/backupPolicyProperties",
7135-
"x-ms-client-flatten": true
7136-
}
7137-
}
7138-
},
71397119
"backupPolicyPatch": {
71407120
"description": "Backup policy Details for create and update",
71417121
"type": "object",

0 commit comments

Comments
 (0)