From 5b536befa192296d112996d9b06e10b6733e70b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Au=C3=B0unn?= Date: Fri, 14 Apr 2023 10:00:04 +0000 Subject: [PATCH] [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 --- .../stable/2022-09-01/netapp.json | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/stable/2022-09-01/netapp.json b/specification/netapp/resource-manager/Microsoft.NetApp/stable/2022-09-01/netapp.json index 0e4ee76a0746..e107189f5368 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/stable/2022-09-01/netapp.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/stable/2022-09-01/netapp.json @@ -6474,7 +6474,6 @@ "snapshot": { "description": "Snapshot of a Volume", "type": "object", - "x-ms-azure-resource": true, "required": [ "location" ], @@ -6502,7 +6501,6 @@ "snapshotPatch": { "description": "Snapshot patch", "type": "object", - "x-ms-azure-resource": true, "properties": {} }, "snapshotProperties": { @@ -6908,7 +6906,6 @@ "backup": { "description": "Backup of a Volume", "type": "object", - "x-ms-azure-resource": true, "required": [ "location", "properties" @@ -6937,7 +6934,6 @@ "backupPatch": { "description": "Backup patch", "type": "object", - "x-ms-azure-resource": true, "properties": { "tags": { "description": "Resource tags", @@ -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",