diff --git a/specification/hpcworkbench/resource-manager/Microsoft.HpcWorkbench/preview/2021-03-01-preview/workload.json b/specification/hpcworkbench/resource-manager/Microsoft.HpcWorkbench/preview/2021-03-01-preview/workload.json index c324064b22cc..aa4693699dd2 100644 --- a/specification/hpcworkbench/resource-manager/Microsoft.HpcWorkbench/preview/2021-03-01-preview/workload.json +++ b/specification/hpcworkbench/resource-manager/Microsoft.HpcWorkbench/preview/2021-03-01-preview/workload.json @@ -641,11 +641,13 @@ }, "status": { "description": "Gets or sets the status.", - "type": "string" + "type": "string", + "readOnly": true }, "privateIP": { "description": "Gets or sets the private IpAddress of workload.", - "type": "string" + "type": "string", + "readOnly": true } } },