Skip to content

Commit 2b6e0ff

Browse files
author
SDKAuto
committed
CodeGen from PR 24554 in Azure/azure-rest-api-specs
Merge 93d2066fcd646180d0842ca5730275a6da77478d into 7c50841aadb4bfc241de3f09146e1f97ce3583b2
1 parent eb90f59 commit 2b6e0ff

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)