Skip to content

Commit 7fd68f2

Browse files
hotsnrjosuh
authored andcommitted
[SQL][V20180601] Updating LocationCapabilities spec (Azure#12032)
* [SQL][V20180601] Updating LocationCapabilities spec * Fill 2020 versions * Rollback V2018 changes and bump LocationCapabilities in V4 to 2020-08-01-preview
1 parent b358aa6 commit 7fd68f2

File tree

5 files changed

+1309
-3
lines changed

5 files changed

+1309
-3
lines changed

specification/sql/resource-manager/Microsoft.Sql/preview/2020-02-02-preview/LocationCapabilities.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,11 @@
969969
"type": "string",
970970
"readOnly": true
971971
},
972+
"zoneRedundant": {
973+
"description": "Whether or not zone redundancy is supported for the maintenance configuration.",
974+
"type": "boolean",
975+
"readOnly": true
976+
},
972977
"status": {
973978
"description": "The status of the capability.",
974979
"enum": [
@@ -1084,7 +1089,7 @@
10841089
"description": "List of supported maintenance configurations",
10851090
"type": "array",
10861091
"items": {
1087-
"$ref": "#/definitions/MaintenanceConfigurationCapability"
1092+
"$ref": "#/definitions/ManagedInstanceMaintenanceConfigurationCapability"
10881093
},
10891094
"readOnly": true
10901095
},
@@ -1221,6 +1226,36 @@
12211226
"type": "string"
12221227
}
12231228
}
1229+
},
1230+
"ManagedInstanceMaintenanceConfigurationCapability": {
1231+
"description": "The maintenance configuration capability",
1232+
"type": "object",
1233+
"properties": {
1234+
"name": {
1235+
"description": "Maintenance configuration name",
1236+
"type": "string",
1237+
"readOnly": true
1238+
},
1239+
"status": {
1240+
"description": "The status of the capability.",
1241+
"enum": [
1242+
"Visible",
1243+
"Available",
1244+
"Default",
1245+
"Disabled"
1246+
],
1247+
"type": "string",
1248+
"readOnly": true,
1249+
"x-ms-enum": {
1250+
"name": "CapabilityStatus",
1251+
"modelAsString": false
1252+
}
1253+
},
1254+
"reason": {
1255+
"description": "The reason for the capability not being available.",
1256+
"type": "string"
1257+
}
1258+
}
12241259
}
12251260
},
12261261
"parameters": {},

0 commit comments

Comments
 (0)