Skip to content

Commit 03ff85b

Browse files
author
SDK Automation
committed
Generated from 618ba3abff3f62cd2acc17851b2b509efccf638a
make status readonly and add required
1 parent 7c5d745 commit 03ff85b

File tree

1 file changed

+0
-109
lines changed

1 file changed

+0
-109
lines changed

schemas/2020-03-01/Microsoft.MachineLearningServices.json

Lines changed: 0 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -694,29 +694,6 @@
694694
}
695695
},
696696
"Identity": {
697-
"type": "object",
698-
"properties": {
699-
"type": {
700-
"oneOf": [
701-
{
702-
"type": "string",
703-
"enum": [
704-
"SystemAssigned",
705-
"SystemAssigned,UserAssigned",
706-
"UserAssigned",
707-
"None"
708-
]
709-
},
710-
{
711-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
712-
}
713-
],
714-
"description": "The identity type."
715-
}
716-
},
717-
"description": "Identity for the resource."
718-
},
719-
"IdentityModel": {
720697
"type": "object",
721698
"properties": {
722699
"type": {
@@ -1207,92 +1184,6 @@
12071184
},
12081185
"description": "The properties of a machine learning workspace."
12091186
},
1210-
"WorkspacePropertiesModel": {
1211-
"type": "object",
1212-
"properties": {
1213-
"allowPublicAccessWhenBehindVnet": {
1214-
"oneOf": [
1215-
{
1216-
"type": "boolean",
1217-
"default": false
1218-
},
1219-
{
1220-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1221-
}
1222-
],
1223-
"description": "The flag to indicate whether to allow public access when behind VNet."
1224-
},
1225-
"applicationInsights": {
1226-
"type": "string",
1227-
"description": "ARM id of the application insights associated with this workspace. This cannot be changed once the workspace has been created"
1228-
},
1229-
"containerRegistry": {
1230-
"type": "string",
1231-
"description": "ARM id of the container registry associated with this workspace. This cannot be changed once the workspace has been created"
1232-
},
1233-
"description": {
1234-
"type": "string",
1235-
"description": "The description of this workspace."
1236-
},
1237-
"discoveryUrl": {
1238-
"type": "string",
1239-
"description": "Url for the discovery service to identify regional endpoints for machine learning experimentation services"
1240-
},
1241-
"encryption": {
1242-
"oneOf": [
1243-
{
1244-
"$ref": "#/definitions/EncryptionProperty"
1245-
},
1246-
{
1247-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1248-
}
1249-
]
1250-
},
1251-
"friendlyName": {
1252-
"type": "string",
1253-
"description": "The friendly name for this workspace. This name in mutable"
1254-
},
1255-
"hbiWorkspace": {
1256-
"oneOf": [
1257-
{
1258-
"type": "boolean",
1259-
"default": false
1260-
},
1261-
{
1262-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1263-
}
1264-
],
1265-
"description": "The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service"
1266-
},
1267-
"imageBuildCompute": {
1268-
"type": "string",
1269-
"description": "The compute name for image build"
1270-
},
1271-
"keyVault": {
1272-
"type": "string",
1273-
"description": "ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created"
1274-
},
1275-
"sharedPrivateLinkResources": {
1276-
"oneOf": [
1277-
{
1278-
"type": "array",
1279-
"items": {
1280-
"$ref": "#/definitions/SharedPrivateLinkResource"
1281-
}
1282-
},
1283-
{
1284-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1285-
}
1286-
],
1287-
"description": "The list of shared private link resources in this workspace."
1288-
},
1289-
"storageAccount": {
1290-
"type": "string",
1291-
"description": "ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created"
1292-
}
1293-
},
1294-
"description": "The properties of a machine learning workspace."
1295-
},
12961187
"workspaces_computes_childResource": {
12971188
"type": "object",
12981189
"properties": {

0 commit comments

Comments
 (0)