diff --git a/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlPool.json b/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlPool.json index 455fbdfde22e..4b329372ae25 100644 --- a/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlPool.json +++ b/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlPool.json @@ -6674,7 +6674,8 @@ "type": "string", "x-ms-mutability": [ "create", - "update" + "update", + "read" ] }, "storageContainerSasKey": { diff --git a/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/workspace.json b/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/workspace.json index a1cc307de83e..51965b7cbd20 100644 --- a/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/workspace.json +++ b/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/workspace.json @@ -945,7 +945,8 @@ "type": "boolean", "x-ms-mutability": [ "create", - "update" + "update", + "read" ] } } @@ -1413,7 +1414,11 @@ "enum": [ "Enabled", "Disabled" - ] + ], + "x-ms-enum": { + "name": "DesiredState", + "modelAsString": false + } }, "actualState": { "description": "Actual state", @@ -1425,6 +1430,10 @@ "Disabled", "Unknown" ], + "x-ms-enum": { + "name": "ActualState", + "modelAsString": false + }, "readOnly": true } }