Skip to content

Commit

Permalink
Fix breaking change azureADOnlyAuthentication property from read only… (
Browse files Browse the repository at this point in the history
#21076)

* Fix breaking change azureADOnlyAuthentication property from read only to read, write

* Removed x-ms-mutability
  • Loading branch information
sparatala authored Oct 19, 2022
1 parent bfa9507 commit 74c6204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1495,11 +1495,7 @@
},
"azureADOnlyAuthentication": {
"description": "Enable or Disable AzureADOnlyAuthentication on All Workspace subresource",
"type": "boolean",
"x-ms-mutability": [
"create",
"read"
]
"type": "boolean"
},
"trustedServiceBypassEnabled": {
"description": "Is trustedServiceBypassEnabled for the workspace",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1340,11 +1340,7 @@
},
"azureADOnlyAuthentication": {
"description": "Enable or Disable AzureADOnlyAuthentication on All Workspace subresource",
"type": "boolean",
"x-ms-mutability": [
"create",
"read"
]
"type": "boolean"
},
"trustedServiceBypassEnabled": {
"description": "Is trustedServiceBypassEnabled for the workspace",
Expand Down

0 comments on commit 74c6204

Please sign in to comment.