You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/sqlvirtualmachine/resource-manager/Microsoft.SqlVirtualMachine/preview/2023-01-01-preview/sqlvm.json
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1947,6 +1947,19 @@
1947
1947
"format": "int32",
1948
1948
"description": "Duration of patching.",
1949
1949
"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
+
}
1950
1963
}
1951
1964
}
1952
1965
},
@@ -2541,7 +2554,7 @@
2541
2554
"properties": {
2542
2555
"identity": {
2543
2556
"$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.",
0 commit comments