Skip to content

Commit

Permalink
[MLC Fix] Remark MLC properties from readonly to mutability
Browse files Browse the repository at this point in the history
  • Loading branch information
libc16 committed Oct 11, 2022
1 parent dad644c commit 1b349b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3157,7 +3157,10 @@
"computeLocation": {
"description": "Location for the underlying compute",
"type": "string",
"readOnly": true
"x-ms-mutability": [
"read",
"create"
]
},
"provisioningState": {
"type": "string",
Expand Down Expand Up @@ -3219,7 +3222,10 @@
"disableLocalAuth": {
"type": "boolean",
"description": "Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.",
"readOnly": true
"x-ms-mutability": [
"read",
"create"
]
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3160,7 +3160,10 @@
"computeLocation": {
"description": "Location for the underlying compute",
"type": "string",
"readOnly": true
"x-ms-mutability": [
"read",
"create"
]
},
"provisioningState": {
"type": "string",
Expand Down Expand Up @@ -3222,7 +3225,10 @@
"disableLocalAuth": {
"type": "boolean",
"description": "Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.",
"readOnly": true
"x-ms-mutability": [
"read",
"create"
]
}
},
"required": [
Expand Down

0 comments on commit 1b349b4

Please sign in to comment.