Skip to content

Commit 5e1485e

Browse files
authored
Merge pull request #204716 from AleksandarMicovic/sql-dw-manage-compute-api-json-fix
Fixed invalid JSON in example request
2 parents 5828bf6 + e226746 commit 5e1485e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-manage-compute-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ PUT https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/
2828
Content-Type: application/json; charset=UTF-8
2929
3030
{
31-
location: "West Central US",
31+
"location": "West Central US",
3232
"sku": {
33-
"name": "DW200c"
33+
"name": "DW200c"
3434
}
3535
}
3636
```

0 commit comments

Comments
 (0)