Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1947,6 +1947,19 @@
"format": "int32",
"description": "Duration of patching.",
"type": "integer"
},
"additionalVmPatch": {
"description": "Additional Patch to be enable or enabled on the SQL Virtual Machine.",
"default": "NotSet",
"enum": [
"NotSet",
"MicrosoftUpdate"
],
"type": "string",
"x-ms-enum": {
"name": "AdditionalVmPatch",
"modelAsString": true
}
}
}
},
Expand Down Expand Up @@ -2541,7 +2554,7 @@
"properties": {
"identity": {
"$ref": "#/definitions/ResourceIdentity",
"description": "Azure Active Directory identity of the server.",
"description": "DO NOT USE. This value will be deprecated. Azure Active Directory identity of the server.",
"x-ms-mutability": [
"read",
"create"
Expand Down