From 2b6e0ff279b85e736af4b962bac74786b8778a8c Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 25 Jul 2023 20:15:31 +0000 Subject: [PATCH] CodeGen from PR 24554 in Azure/azure-rest-api-specs Merge 93d2066fcd646180d0842ca5730275a6da77478d into 7c50841aadb4bfc241de3f09146e1f97ce3583b2 --- .../Microsoft.SqlVirtualMachine.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/schemas/2023-01-01-preview/Microsoft.SqlVirtualMachine.json b/schemas/2023-01-01-preview/Microsoft.SqlVirtualMachine.json index c8fea3a38b..c908407d74 100644 --- a/schemas/2023-01-01-preview/Microsoft.SqlVirtualMachine.json +++ b/schemas/2023-01-01-preview/Microsoft.SqlVirtualMachine.json @@ -506,6 +506,21 @@ "AutoPatchingSettings": { "type": "object", "properties": { + "additionalVmPatch": { + "oneOf": [ + { + "type": "string", + "enum": [ + "NotSet", + "MicrosoftUpdate" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Additional Patch to be enable or enabled on the SQL Virtual Machine." + }, "dayOfWeek": { "oneOf": [ {