From b198e2da0844f1d06fca79df27f0c43495ecadb9 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Mon, 17 Aug 2020 04:52:13 +0000 Subject: [PATCH] Generated from 618ba3abff3f62cd2acc17851b2b509efccf638a make status readonly and add required --- .../Microsoft.MachineLearningServices.json | 109 ------------------ 1 file changed, 109 deletions(-) diff --git a/schemas/2020-03-01/Microsoft.MachineLearningServices.json b/schemas/2020-03-01/Microsoft.MachineLearningServices.json index 5b0dafea34..4b55d92eaf 100644 --- a/schemas/2020-03-01/Microsoft.MachineLearningServices.json +++ b/schemas/2020-03-01/Microsoft.MachineLearningServices.json @@ -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": { @@ -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": {