Skip to content

Commit

Permalink
Generated from 618ba3abff3f62cd2acc17851b2b509efccf638a
Browse files Browse the repository at this point in the history
make status readonly and add required
  • Loading branch information
SDK Automation committed Aug 17, 2020
1 parent 7c5d745 commit b198e2d
Showing 1 changed file with 0 additions and 109 deletions.
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

0 comments on commit b198e2d

Please sign in to comment.