Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion schemas/2021-05-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -3091,14 +3091,30 @@
"type": "string",
"enum": [
"None",
"SystemAssigned"
"SystemAssigned",
"SystemAssigned,UserAssigned"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The type of managed identity for the workspace."
},
"userAssignedIdentities": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/UserAssignedManagedIdentity"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The User Assigned Managed Identities."
}
},
"description": "The workspace managed identity"
Expand Down Expand Up @@ -4041,6 +4057,11 @@
},
"description": "Represents the properties of a database transparent data encryption."
},
"UserAssignedManagedIdentity": {
"type": "object",
"properties": {},
"description": "User Assigned Managed Identity"
},
"VirtualNetworkProfile": {
"type": "object",
"properties": {
Expand Down
23 changes: 22 additions & 1 deletion schemas/2021-06-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -4120,14 +4120,30 @@
"type": "string",
"enum": [
"None",
"SystemAssigned"
"SystemAssigned",
"SystemAssigned,UserAssigned"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The type of managed identity for the workspace."
},
"userAssignedIdentities": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/UserAssignedManagedIdentity"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The User Assigned Managed Identities."
}
},
"description": "The workspace managed identity"
Expand Down Expand Up @@ -5289,6 +5305,11 @@
},
"description": "Represents the properties of a database transparent data encryption."
},
"UserAssignedManagedIdentity": {
"type": "object",
"properties": {},
"description": "User Assigned Managed Identity"
},
"VirtualNetworkProfile": {
"type": "object",
"properties": {
Expand Down