Skip to content
Closed
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
109 changes: 0 additions & 109 deletions schemas/2020-03-01/Microsoft.MachineLearningServices.json
Original file line number Diff line number Diff line change
Expand Up @@ -694,29 +694,6 @@
}
},
"Identity": {
"type": "object",
"properties": {
"type": {
"oneOf": [
{
"type": "string",
"enum": [
"SystemAssigned",
"SystemAssigned,UserAssigned",
"UserAssigned",
"None"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The identity type."
}
},
"description": "Identity for the resource."
},
"IdentityModel": {
"type": "object",
"properties": {
"type": {
Expand Down Expand Up @@ -1207,92 +1184,6 @@
},
"description": "The properties of a machine learning workspace."
},
"WorkspacePropertiesModel": {
"type": "object",
"properties": {
"allowPublicAccessWhenBehindVnet": {
"oneOf": [
{
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The flag to indicate whether to allow public access when behind VNet."
},
"applicationInsights": {
"type": "string",
"description": "ARM id of the application insights associated with this workspace. This cannot be changed once the workspace has been created"
},
"containerRegistry": {
"type": "string",
"description": "ARM id of the container registry associated with this workspace. This cannot be changed once the workspace has been created"
},
"description": {
"type": "string",
"description": "The description of this workspace."
},
"discoveryUrl": {
"type": "string",
"description": "Url for the discovery service to identify regional endpoints for machine learning experimentation services"
},
"encryption": {
"oneOf": [
{
"$ref": "#/definitions/EncryptionProperty"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"friendlyName": {
"type": "string",
"description": "The friendly name for this workspace. This name in mutable"
},
"hbiWorkspace": {
"oneOf": [
{
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service"
},
"imageBuildCompute": {
"type": "string",
"description": "The compute name for image build"
},
"keyVault": {
"type": "string",
"description": "ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created"
},
"sharedPrivateLinkResources": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/SharedPrivateLinkResource"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The list of shared private link resources in this workspace."
},
"storageAccount": {
"type": "string",
"description": "ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created"
}
},
"description": "The properties of a machine learning workspace."
},
"workspaces_computes_childResource": {
"type": "object",
"properties": {
Expand Down