From c71fce24f76e62082f47015e76e893fe91d70261 Mon Sep 17 00:00:00 2001 From: Dushyant Bansal Date: Thu, 5 Aug 2021 17:06:42 -0700 Subject: [PATCH] Adding Srinithya's UAMI changes --- .../preview/2021-06-01-preview/workspace.json | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/workspace.json b/specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/workspace.json index b324b026c98a..26faafdcba86 100644 --- a/specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/workspace.json +++ b/specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/workspace.json @@ -931,6 +931,14 @@ "filesystem": { "description": "Filesystem name", "type": "string" + }, + "resourceId": { + "description": "ARM resource Id of this storage account", + "type": "string" + }, + "createManagedPrivateEndpoint": { + "description": "Create managed private endpoint to this storage account or not", + "type": "boolean" } } }, @@ -1028,6 +1036,33 @@ "$ref": "#/definitions/UserAssignedManagedIdentities" } } + }, + "UserAssignedManagedIdentities": { + "type": "object", + "description": "The User Assigned Managed Identities.", + "additionalProperties": { + "$ref": "#/definitions/UserAssignedManagedIdentity" + } + }, + "UserAssignedManagedIdentity": { + "description": "User Assigned Managed Identity", + "properties": { + "clientId": { + "type": "string", + "format": "uuid", + "description": "The client ID.", + "readOnly": true, + "x-nullable": true + }, + "principalId": { + "type": "string", + "format": "uuid", + "description": "The principal ID.", + "readOnly": true, + "x-nullable": true + } + }, + "type": "object" }, "UserAssignedManagedIdentities": { "type": "object", @@ -1283,6 +1318,18 @@ "cspWorkspaceAdminProperties": { "description": "Initial workspace AAD admin properties for a CSP subscription", "$ref": "#/definitions/CspWorkspaceAdminProperties" + }, + "settings": { + "description": "Workspace settings", + "additionalProperties": { + "type": "object" + }, + "type": "object", + "readOnly": true + }, + "azureADOnlyAuthentication": { + "description": "Enable or Disable AzureADOnlyAuthentication on All Workspace subresource", + "type": "boolean" } } },