diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2019-05-01/Volume.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2019-05-01/Volume.json index 14d8cb07fe5a..7e7e26561036 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2019-05-01/Volume.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2019-05-01/Volume.json @@ -156,6 +156,10 @@ "description": "Operational status of the volume.", "type": "string" }, + "repairStatus": { + "description": "Repair status of the volume. Empty if no repair job running, something like 'Running, 90%' when repairing.", + "type": "string" + }, "description": { "description": "Detailed description for HealthStatus/OperationalStatus. Empty if HealthStatus/OperationalStatus is Healthy/Ok.", "type": "string" diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2019-05-01/examples/Volume/Get.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2019-05-01/examples/Volume/Get.json index ffbeee06959c..5fa5af5196be 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2019-05-01/examples/Volume/Get.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2019-05-01/examples/Volume/Get.json @@ -21,6 +21,7 @@ "remainingCapacityGB": 1317, "healthStatus": "Healthy", "operationalStatus": "OK", + "repairStatus": "", "description": "", "action": "", "volumeLabel": "ObjStore_1" diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2019-05-01/examples/Volume/List.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2019-05-01/examples/Volume/List.json index 984dc9e01cd5..aa0858da41da 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2019-05-01/examples/Volume/List.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2019-05-01/examples/Volume/List.json @@ -22,6 +22,7 @@ "remainingCapacityGB": 1317, "healthStatus": "Healthy", "operationalStatus": "OK", + "repairStatus": "", "description": "", "action": "", "volumeLabel": "ObjStore_1"