From 0182f9a58a84f18abf69af70ee811809a04e47b1 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 1 Nov 2021 02:08:59 +0000 Subject: [PATCH] CodeGen from PR 16270 in Azure/azure-rest-api-specs [NetAppFiles] Apply s360 fix to operations result (#16270) * Apply s360 fix to operations resutl * Fix apiversion in example * Fix validation warning and errors * Add missing encryptDCConnections propety to AcitiveDirectory * fix api version * fix througntputmips * Clarify description throughputMibps Co-authored-by: Audunn Baldvinsson --- schemas/2021-04-01/Microsoft.NetApp.json | 2 +- schemas/2021-06-01/Microsoft.NetApp.json | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/schemas/2021-04-01/Microsoft.NetApp.json b/schemas/2021-04-01/Microsoft.NetApp.json index 654724186d..79529423b7 100644 --- a/schemas/2021-04-01/Microsoft.NetApp.json +++ b/schemas/2021-04-01/Microsoft.NetApp.json @@ -1935,7 +1935,7 @@ }, "volumeType": { "type": "string", - "description": "What type of volume is this" + "description": "What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection" } }, "required": [ diff --git a/schemas/2021-06-01/Microsoft.NetApp.json b/schemas/2021-06-01/Microsoft.NetApp.json index c5033d06ab..c54bbd67f0 100644 --- a/schemas/2021-06-01/Microsoft.NetApp.json +++ b/schemas/2021-06-01/Microsoft.NetApp.json @@ -1901,8 +1901,6 @@ "oneOf": [ { "type": "number", - "minimum": 0, - "maximum": 4500, "default": 0 }, {