Skip to content

Commit 9261447

Browse files
sparatalaanandanthony
authored andcommitted
Fix breaking change azureADOnlyAuthentication property from read only… (Azure#21076)
* Fix breaking change azureADOnlyAuthentication property from read only to read, write * Removed x-ms-mutability
1 parent 0d70ff9 commit 9261447

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,11 +1495,7 @@
14951495
},
14961496
"azureADOnlyAuthentication": {
14971497
"description": "Enable or Disable AzureADOnlyAuthentication on All Workspace subresource",
1498-
"type": "boolean",
1499-
"x-ms-mutability": [
1500-
"create",
1501-
"read"
1502-
]
1498+
"type": "boolean"
15031499
},
15041500
"trustedServiceBypassEnabled": {
15051501
"description": "Is trustedServiceBypassEnabled for the workspace",

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,11 +1340,7 @@
13401340
},
13411341
"azureADOnlyAuthentication": {
13421342
"description": "Enable or Disable AzureADOnlyAuthentication on All Workspace subresource",
1343-
"type": "boolean",
1344-
"x-ms-mutability": [
1345-
"create",
1346-
"read"
1347-
]
1343+
"type": "boolean"
13481344
},
13491345
"trustedServiceBypassEnabled": {
13501346
"description": "Is trustedServiceBypassEnabled for the workspace",

0 commit comments

Comments
 (0)