Skip to content

Commit ec7d157

Browse files
author
SDK Automation
committed
Generated from 454953da6fc5ff43b068e131f9b12b3955b2684e
make the new properties optional
1 parent 85ebda1 commit ec7d157

File tree

2 files changed

+28
-133
lines changed

2 files changed

+28
-133
lines changed

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

Lines changed: 1 addition & 133 deletions
Original file line numberDiff line numberDiff line change
@@ -701,10 +701,7 @@
701701
{
702702
"type": "string",
703703
"enum": [
704-
"SystemAssigned",
705-
"SystemAssigned,UserAssigned",
706-
"UserAssigned",
707-
"None"
704+
"SystemAssigned"
708705
]
709706
},
710707
{
@@ -716,44 +713,6 @@
716713
},
717714
"description": "Identity for the resource."
718715
},
719-
"IdentityModel": {
720-
"type": "object",
721-
"properties": {
722-
"type": {
723-
"oneOf": [
724-
{
725-
"type": "string",
726-
"enum": [
727-
"SystemAssigned",
728-
"SystemAssigned,UserAssigned",
729-
"UserAssigned",
730-
"None"
731-
]
732-
},
733-
{
734-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
735-
}
736-
],
737-
"description": "The identity type."
738-
},
739-
"userAssignedIdentities": {
740-
"oneOf": [
741-
{
742-
"type": "object",
743-
"additionalProperties": {
744-
"$ref": "#/definitions/UserAssignedIdentity"
745-
},
746-
"properties": {}
747-
},
748-
{
749-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
750-
}
751-
],
752-
"description": "dictionary containing all the user assigned identities, with resourceId of the UAI as key."
753-
}
754-
},
755-
"description": "Identity for the resource."
756-
},
757716
"KeyVaultProperties": {
758717
"type": "object",
759718
"properties": {
@@ -1034,11 +993,6 @@
1034993
],
1035994
"description": "Settings for user account that gets created on each on the nodes of a compute."
1036995
},
1037-
"UserAssignedIdentity": {
1038-
"type": "object",
1039-
"properties": {},
1040-
"description": "User Assigned Identity"
1041-
},
1042996
"VirtualMachine": {
1043997
"type": "object",
1044998
"properties": {
@@ -1207,92 +1161,6 @@
12071161
},
12081162
"description": "The properties of a machine learning workspace."
12091163
},
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-
},
12961164
"workspaces_computes_childResource": {
12971165
"type": "object",
12981166
"properties": {

schemas/2020-09-01-preview/Microsoft.MachineLearningServices.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,11 +1758,38 @@
17581758
"LinkedServiceProps": {
17591759
"type": "object",
17601760
"properties": {
1761+
"createdTime": {
1762+
"type": "string",
1763+
"format": "date-time",
1764+
"description": "The creation time of the linked service."
1765+
},
17611766
"linkedServiceResourceId": {
17621767
"type": "string",
17631768
"description": "ResourceId of the link target of the linked service."
1769+
},
1770+
"linkType": {
1771+
"oneOf": [
1772+
{
1773+
"type": "string",
1774+
"enum": [
1775+
"Synapse"
1776+
]
1777+
},
1778+
{
1779+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1780+
}
1781+
],
1782+
"description": "Type of the link target."
1783+
},
1784+
"modifiedTime": {
1785+
"type": "string",
1786+
"format": "date-time",
1787+
"description": "The last modified time of the linked service."
17641788
}
17651789
},
1790+
"required": [
1791+
"linkedServiceResourceId"
1792+
],
17661793
"description": "LinkedService specific properties."
17671794
},
17681795
"Model": {

0 commit comments

Comments
 (0)