Skip to content

Commit d339ef5

Browse files
yareyesharryli0108
authored andcommitted
Adding new optional parameter to Auto Patching (Azure#24554)
1 parent 4c9ec19 commit d339ef5

File tree

1 file changed

+14
-1
lines changed
  • specification/sqlvirtualmachine/resource-manager/Microsoft.SqlVirtualMachine/preview/2023-01-01-preview

1 file changed

+14
-1
lines changed

specification/sqlvirtualmachine/resource-manager/Microsoft.SqlVirtualMachine/preview/2023-01-01-preview/sqlvm.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1947,6 +1947,19 @@
19471947
"format": "int32",
19481948
"description": "Duration of patching.",
19491949
"type": "integer"
1950+
},
1951+
"additionalVmPatch": {
1952+
"description": "Additional Patch to be enable or enabled on the SQL Virtual Machine.",
1953+
"default": "NotSet",
1954+
"enum": [
1955+
"NotSet",
1956+
"MicrosoftUpdate"
1957+
],
1958+
"type": "string",
1959+
"x-ms-enum": {
1960+
"name": "AdditionalVmPatch",
1961+
"modelAsString": true
1962+
}
19501963
}
19511964
}
19521965
},
@@ -2541,7 +2554,7 @@
25412554
"properties": {
25422555
"identity": {
25432556
"$ref": "#/definitions/ResourceIdentity",
2544-
"description": "Azure Active Directory identity of the server.",
2557+
"description": "DO NOT USE. This value will be deprecated. Azure Active Directory identity of the server.",
25452558
"x-ms-mutability": [
25462559
"read",
25472560
"create"

0 commit comments

Comments
 (0)