|
701 | 701 | { |
702 | 702 | "type": "string", |
703 | 703 | "enum": [ |
704 | | - "SystemAssigned", |
705 | | - "SystemAssigned,UserAssigned", |
706 | | - "UserAssigned", |
707 | | - "None" |
| 704 | + "SystemAssigned" |
708 | 705 | ] |
709 | 706 | }, |
710 | 707 | { |
|
716 | 713 | }, |
717 | 714 | "description": "Identity for the resource." |
718 | 715 | }, |
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 | | - }, |
757 | 716 | "KeyVaultProperties": { |
758 | 717 | "type": "object", |
759 | 718 | "properties": { |
|
1034 | 993 | ], |
1035 | 994 | "description": "Settings for user account that gets created on each on the nodes of a compute." |
1036 | 995 | }, |
1037 | | - "UserAssignedIdentity": { |
1038 | | - "type": "object", |
1039 | | - "properties": {}, |
1040 | | - "description": "User Assigned Identity" |
1041 | | - }, |
1042 | 996 | "VirtualMachine": { |
1043 | 997 | "type": "object", |
1044 | 998 | "properties": { |
|
1207 | 1161 | }, |
1208 | 1162 | "description": "The properties of a machine learning workspace." |
1209 | 1163 | }, |
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 | | - }, |
1296 | 1164 | "workspaces_computes_childResource": { |
1297 | 1165 | "type": "object", |
1298 | 1166 | "properties": { |
|
0 commit comments