Skip to content

Commit c71fce2

Browse files
dubansalBharath550-ms
authored andcommitted
Adding Srinithya's UAMI changes
1 parent a313c22 commit c71fce2

File tree

1 file changed

+47
-0
lines changed
  • specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview

1 file changed

+47
-0
lines changed

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

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,14 @@
931931
"filesystem": {
932932
"description": "Filesystem name",
933933
"type": "string"
934+
},
935+
"resourceId": {
936+
"description": "ARM resource Id of this storage account",
937+
"type": "string"
938+
},
939+
"createManagedPrivateEndpoint": {
940+
"description": "Create managed private endpoint to this storage account or not",
941+
"type": "boolean"
934942
}
935943
}
936944
},
@@ -1028,6 +1036,33 @@
10281036
"$ref": "#/definitions/UserAssignedManagedIdentities"
10291037
}
10301038
}
1039+
},
1040+
"UserAssignedManagedIdentities": {
1041+
"type": "object",
1042+
"description": "The User Assigned Managed Identities.",
1043+
"additionalProperties": {
1044+
"$ref": "#/definitions/UserAssignedManagedIdentity"
1045+
}
1046+
},
1047+
"UserAssignedManagedIdentity": {
1048+
"description": "User Assigned Managed Identity",
1049+
"properties": {
1050+
"clientId": {
1051+
"type": "string",
1052+
"format": "uuid",
1053+
"description": "The client ID.",
1054+
"readOnly": true,
1055+
"x-nullable": true
1056+
},
1057+
"principalId": {
1058+
"type": "string",
1059+
"format": "uuid",
1060+
"description": "The principal ID.",
1061+
"readOnly": true,
1062+
"x-nullable": true
1063+
}
1064+
},
1065+
"type": "object"
10311066
},
10321067
"UserAssignedManagedIdentities": {
10331068
"type": "object",
@@ -1283,6 +1318,18 @@
12831318
"cspWorkspaceAdminProperties": {
12841319
"description": "Initial workspace AAD admin properties for a CSP subscription",
12851320
"$ref": "#/definitions/CspWorkspaceAdminProperties"
1321+
},
1322+
"settings": {
1323+
"description": "Workspace settings",
1324+
"additionalProperties": {
1325+
"type": "object"
1326+
},
1327+
"type": "object",
1328+
"readOnly": true
1329+
},
1330+
"azureADOnlyAuthentication": {
1331+
"description": "Enable or Disable AzureADOnlyAuthentication on All Workspace subresource",
1332+
"type": "boolean"
12861333
}
12871334
}
12881335
},

0 commit comments

Comments
 (0)