Skip to content

Commit 6d9dcdf

Browse files
author
SDKAuto
committed
CodeGen from PR 24554 in Azure/azure-rest-api-specs
Merge 93d2066fcd646180d0842ca5730275a6da77478d into 582af8cbec256f6b96169d41f98daffae9e22645
1 parent 4478a62 commit 6d9dcdf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

schemas/2023-01-01-preview/Microsoft.SqlVirtualMachine.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,21 @@
506506
"AutoPatchingSettings": {
507507
"type": "object",
508508
"properties": {
509+
"additionalVmPatch": {
510+
"oneOf": [
511+
{
512+
"type": "string",
513+
"enum": [
514+
"NotSet",
515+
"MicrosoftUpdate"
516+
]
517+
},
518+
{
519+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
520+
}
521+
],
522+
"description": "Additional Patch to be enable or enabled on the SQL Virtual Machine."
523+
},
509524
"dayOfWeek": {
510525
"oneOf": [
511526
{

0 commit comments

Comments
 (0)