Skip to content

Commit eca38ee

Browse files
Swagger correctness action items (#19484)
* Swagger correctness action items * Swagger Linting Changes * prettier-fix
1 parent 5f5b59e commit eca38ee

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/sqlPool.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6674,7 +6674,8 @@
66746674
"type": "string",
66756675
"x-ms-mutability": [
66766676
"create",
6677-
"update"
6677+
"update",
6678+
"read"
66786679
]
66796680
},
66806681
"storageContainerSasKey": {

specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/workspace.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,8 @@
945945
"type": "boolean",
946946
"x-ms-mutability": [
947947
"create",
948-
"update"
948+
"update",
949+
"read"
949950
]
950951
}
951952
}
@@ -1413,7 +1414,11 @@
14131414
"enum": [
14141415
"Enabled",
14151416
"Disabled"
1416-
]
1417+
],
1418+
"x-ms-enum": {
1419+
"name": "DesiredState",
1420+
"modelAsString": false
1421+
}
14171422
},
14181423
"actualState": {
14191424
"description": "Actual state",
@@ -1425,6 +1430,10 @@
14251430
"Disabled",
14261431
"Unknown"
14271432
],
1433+
"x-ms-enum": {
1434+
"name": "ActualState",
1435+
"modelAsString": false
1436+
},
14281437
"readOnly": true
14291438
}
14301439
}

0 commit comments

Comments
 (0)