Microsoft.MachineLearningServices (preview:2024-07-01)

2025/05/29 • 6 updated methods

Registries_ListBySubscription (updated)
Description List registries by subscription
Reference Link ¶

⚶ Changes

{
  "#id": "Registries_ListBySubscription",
  "$responses": {
    "200": {
      "$properties": {
        "value": {
          "$properties": {
            "properties": [
              {
                "@added_dee617f8e12e47e584136446f3a28574": {
                  "#name": "registryId",
                  "Description": "RegistryId for this registry",
                  "Required": false,
                  "Type": "string"
                }
              },
              {
                "#name": "syndicatedRegistries",
                "Description": {
                  "new": "Dictionary of syndicated/destination registries for this source registry. For each destination registry, the Key is the RegistryId Guid and the value is a SyndicatedRegistry object",
                  "old": "Dictionary of syndicated registries. Key is Guid and value is a SyndicatedRegistry"
                }
              }
            ]
          }
        }
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/registries
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
kind: string ,
properties:
{
registryId: string ,
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries: object ,
mlFlowRegistryUri: string ,
registryPrivateEndpointConnections:
[
{
id: string ,
location: string ,
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
subnetArmId: string ,
}
,
registryPrivateLinkServiceConnectionState:
{
actionsRequired: string ,
description: string ,
status: enum ,
}
,
provisioningState: string ,
}
,
}
,
]
,
publicNetworkAccess: string ,
regionDetails:
[
{
acrDetails:
[
{
systemCreatedAcrAccount:
{
acrAccountName: string ,
acrAccountSku: string ,
armResourceId:
{
resourceId: string ,
}
,
}
,
}
,
]
,
location: string ,
storageAccountDetails:
[
{
systemCreatedStorageAccount:
{
allowBlobPublicAccess: boolean ,
armResourceId:
{
resourceId: string ,
}
,
storageAccountHnsEnabled: boolean ,
storageAccountName: string ,
storageAccountType: string ,
}
,
}
,
]
,
}
,
]
,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}
,
]
,
}
Registries_List (updated)
Description List registries
Reference Link ¶

⚶ Changes

{
  "#id": "Registries_List",
  "$responses": {
    "200": {
      "$properties": {
        "value": {
          "$properties": {
            "properties": [
              {
                "@added_a0d388a1e7f543cea6e4c0dfebbbba97": {
                  "#name": "registryId",
                  "Description": "RegistryId for this registry",
                  "Required": false,
                  "Type": "string"
                }
              },
              {
                "#name": "syndicatedRegistries",
                "Description": {
                  "new": "Dictionary of syndicated/destination registries for this source registry. For each destination registry, the Key is the RegistryId Guid and the value is a SyndicatedRegistry object",
                  "old": "Dictionary of syndicated registries. Key is Guid and value is a SyndicatedRegistry"
                }
              }
            ]
          }
        }
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
kind: string ,
properties:
{
registryId: string ,
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries: object ,
mlFlowRegistryUri: string ,
registryPrivateEndpointConnections:
[
{
id: string ,
location: string ,
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
subnetArmId: string ,
}
,
registryPrivateLinkServiceConnectionState:
{
actionsRequired: string ,
description: string ,
status: enum ,
}
,
provisioningState: string ,
}
,
}
,
]
,
publicNetworkAccess: string ,
regionDetails:
[
{
acrDetails:
[
{
systemCreatedAcrAccount:
{
acrAccountName: string ,
acrAccountSku: string ,
armResourceId:
{
resourceId: string ,
}
,
}
,
}
,
]
,
location: string ,
storageAccountDetails:
[
{
systemCreatedStorageAccount:
{
allowBlobPublicAccess: boolean ,
armResourceId:
{
resourceId: string ,
}
,
storageAccountHnsEnabled: boolean ,
storageAccountName: string ,
storageAccountType: string ,
}
,
}
,
]
,
}
,
]
,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}
,
]
,
}
Registries_Get (updated)
Description Get registry
Reference Link ¶

⚶ Changes

{
  "#id": "Registries_Get",
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "@added_d91ba4456ca54ba3835809577cc85041": {
              "#name": "registryId",
              "Description": "RegistryId for this registry",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "#name": "syndicatedRegistries",
            "Description": {
              "new": "Dictionary of syndicated/destination registries for this source registry. For each destination registry, the Key is the RegistryId Guid and the value is a SyndicatedRegistry object",
              "old": "Dictionary of syndicated registries. Key is Guid and value is a SyndicatedRegistry"
            }
          }
        ]
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}
{
subscriptionId: string ,
resourceGroupName: string ,
registryName: string ,
api-version: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
kind: string ,
properties:
{
registryId: string ,
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries: object ,
mlFlowRegistryUri: string ,
registryPrivateEndpointConnections:
[
{
id: string ,
location: string ,
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
subnetArmId: string ,
}
,
registryPrivateLinkServiceConnectionState:
{
actionsRequired: string ,
description: string ,
status: enum ,
}
,
provisioningState: string ,
}
,
}
,
]
,
publicNetworkAccess: string ,
regionDetails:
[
{
acrDetails:
[
{
systemCreatedAcrAccount:
{
acrAccountName: string ,
acrAccountSku: string ,
armResourceId:
{
resourceId: string ,
}
,
}
,
}
,
]
,
location: string ,
storageAccountDetails:
[
{
systemCreatedStorageAccount:
{
allowBlobPublicAccess: boolean ,
armResourceId:
{
resourceId: string ,
}
,
storageAccountHnsEnabled: boolean ,
storageAccountName: string ,
storageAccountType: string ,
}
,
}
,
]
,
}
,
]
,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}
Registries_Update (updated)
Description Update tags
Reference Link ¶

⚶ Changes

{
  "#id": "Registries_Update",
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "@added_8bc29ffb9c3f461f8bf1dfa8d7385ccf": {
              "#name": "registryId",
              "Description": "RegistryId for this registry",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "#name": "syndicatedRegistries",
            "Description": {
              "new": "Dictionary of syndicated/destination registries for this source registry. For each destination registry, the Key is the RegistryId Guid and the value is a SyndicatedRegistry object",
              "old": "Dictionary of syndicated registries. Key is Guid and value is a SyndicatedRegistry"
            }
          }
        ]
      }
    }
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}
{
subscriptionId: string ,
resourceGroupName: string ,
registryName: string ,
api-version: string ,
body:
{
identity: object ,
sku:
{
capacity: integer ,
family: string ,
name: string ,
size: string ,
tier: enum ,
}
,
tags: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
kind: string ,
properties:
{
registryId: string ,
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries: object ,
mlFlowRegistryUri: string ,
registryPrivateEndpointConnections:
[
{
id: string ,
location: string ,
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
subnetArmId: string ,
}
,
registryPrivateLinkServiceConnectionState:
{
actionsRequired: string ,
description: string ,
status: enum ,
}
,
provisioningState: string ,
}
,
}
,
]
,
publicNetworkAccess: string ,
regionDetails:
[
{
acrDetails:
[
{
systemCreatedAcrAccount:
{
acrAccountName: string ,
acrAccountSku: string ,
armResourceId:
{
resourceId: string ,
}
,
}
,
}
,
]
,
location: string ,
storageAccountDetails:
[
{
systemCreatedStorageAccount:
{
allowBlobPublicAccess: boolean ,
armResourceId:
{
resourceId: string ,
}
,
storageAccountHnsEnabled: boolean ,
storageAccountName: string ,
storageAccountType: string ,
}
,
}
,
]
,
}
,
]
,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}
Registries_CreateOrUpdate (updated)
Description Create or update registry
Reference Link ¶

⚶ Changes

{
  "#id": "Registries_CreateOrUpdate",
  "$parameters": {
    "body": {
      "$properties": {
        "properties": [
          {
            "@added_dfd66c7046584fb1acc85681cef0eb52": {
              "#name": "registryId",
              "Description": "RegistryId for this registry",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "#name": "syndicatedRegistries",
            "Description": {
              "new": "Dictionary of syndicated/destination registries for this source registry. For each destination registry, the Key is the RegistryId Guid and the value is a SyndicatedRegistry object",
              "old": "Dictionary of syndicated registries. Key is Guid and value is a SyndicatedRegistry"
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "@added_db5869949fb2470fa75415f5b297665b": {
              "#name": "registryId",
              "Description": "RegistryId for this registry",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "#name": "syndicatedRegistries",
            "Description": {
              "new": "Dictionary of syndicated/destination registries for this source registry. For each destination registry, the Key is the RegistryId Guid and the value is a SyndicatedRegistry object",
              "old": "Dictionary of syndicated registries. Key is Guid and value is a SyndicatedRegistry"
            }
          }
        ]
      }
    },
    "201": {
      "$properties": {
        "properties": [
          {
            "@added_bffc8e49274f4b1a8c70efe5c8a9a8f5": {
              "#name": "registryId",
              "Description": "RegistryId for this registry",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "#name": "syndicatedRegistries",
            "Description": {
              "new": "Dictionary of syndicated/destination registries for this source registry. For each destination registry, the Key is the RegistryId Guid and the value is a SyndicatedRegistry object",
              "old": "Dictionary of syndicated registries. Key is Guid and value is a SyndicatedRegistry"
            }
          }
        ]
      }
    }
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}
{
subscriptionId: string ,
resourceGroupName: string ,
registryName: string ,
api-version: string ,
body:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
kind: string ,
properties:
{
registryId: string ,
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries: object ,
mlFlowRegistryUri: string ,
registryPrivateEndpointConnections:
[
{
id: string ,
location: string ,
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
subnetArmId: string ,
}
,
registryPrivateLinkServiceConnectionState:
{
actionsRequired: string ,
description: string ,
status: enum ,
}
,
provisioningState: string ,
}
,
}
,
]
,
publicNetworkAccess: string ,
regionDetails:
[
{
acrDetails:
[
{
systemCreatedAcrAccount:
{
acrAccountName: string ,
acrAccountSku: string ,
armResourceId:
{
resourceId: string ,
}
,
}
,
}
,
]
,
location: string ,
storageAccountDetails:
[
{
systemCreatedStorageAccount:
{
allowBlobPublicAccess: boolean ,
armResourceId:
{
resourceId: string ,
}
,
storageAccountHnsEnabled: boolean ,
storageAccountName: string ,
storageAccountType: string ,
}
,
}
,
]
,
}
,
]
,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
kind: string ,
properties:
{
registryId: string ,
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries: object ,
mlFlowRegistryUri: string ,
registryPrivateEndpointConnections:
[
{
id: string ,
location: string ,
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
subnetArmId: string ,
}
,
registryPrivateLinkServiceConnectionState:
{
actionsRequired: string ,
description: string ,
status: enum ,
}
,
provisioningState: string ,
}
,
}
,
]
,
publicNetworkAccess: string ,
regionDetails:
[
{
acrDetails:
[
{
systemCreatedAcrAccount:
{
acrAccountName: string ,
acrAccountSku: string ,
armResourceId:
{
resourceId: string ,
}
,
}
,
}
,
]
,
location: string ,
storageAccountDetails:
[
{
systemCreatedStorageAccount:
{
allowBlobPublicAccess: boolean ,
armResourceId:
{
resourceId: string ,
}
,
storageAccountHnsEnabled: boolean ,
storageAccountName: string ,
storageAccountType: string ,
}
,
}
,
]
,
}
,
]
,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}

⚐ Response (201)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
kind: string ,
properties:
{
registryId: string ,
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries: object ,
mlFlowRegistryUri: string ,
registryPrivateEndpointConnections:
[
{
id: string ,
location: string ,
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
subnetArmId: string ,
}
,
registryPrivateLinkServiceConnectionState:
{
actionsRequired: string ,
description: string ,
status: enum ,
}
,
provisioningState: string ,
}
,
}
,
]
,
publicNetworkAccess: string ,
regionDetails:
[
{
acrDetails:
[
{
systemCreatedAcrAccount:
{
acrAccountName: string ,
acrAccountSku: string ,
armResourceId:
{
resourceId: string ,
}
,
}
,
}
,
]
,
location: string ,
storageAccountDetails:
[
{
systemCreatedStorageAccount:
{
allowBlobPublicAccess: boolean ,
armResourceId:
{
resourceId: string ,
}
,
storageAccountHnsEnabled: boolean ,
storageAccountName: string ,
storageAccountType: string ,
}
,
}
,
]
,
}
,
]
,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}
Registries_RemoveRegions (updated)
Description Remove regions from registry
Reference Link ¶

⚶ Changes

{
  "#id": "Registries_RemoveRegions",
  "$parameters": {
    "body": {
      "$properties": {
        "properties": [
          {
            "@added_689e461237234940a4e6e6ecbcb7b249": {
              "#name": "registryId",
              "Description": "RegistryId for this registry",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "#name": "syndicatedRegistries",
            "Description": {
              "new": "Dictionary of syndicated/destination registries for this source registry. For each destination registry, the Key is the RegistryId Guid and the value is a SyndicatedRegistry object",
              "old": "Dictionary of syndicated registries. Key is Guid and value is a SyndicatedRegistry"
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "@added_81719f49688644ef8b68cf5d6a335b48": {
              "#name": "registryId",
              "Description": "RegistryId for this registry",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "#name": "syndicatedRegistries",
            "Description": {
              "new": "Dictionary of syndicated/destination registries for this source registry. For each destination registry, the Key is the RegistryId Guid and the value is a SyndicatedRegistry object",
              "old": "Dictionary of syndicated registries. Key is Guid and value is a SyndicatedRegistry"
            }
          }
        ]
      }
    }
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/removeRegions
{
subscriptionId: string ,
resourceGroupName: string ,
registryName: string ,
api-version: string ,
body:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
kind: string ,
properties:
{
registryId: string ,
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries: object ,
mlFlowRegistryUri: string ,
registryPrivateEndpointConnections:
[
{
id: string ,
location: string ,
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
subnetArmId: string ,
}
,
registryPrivateLinkServiceConnectionState:
{
actionsRequired: string ,
description: string ,
status: enum ,
}
,
provisioningState: string ,
}
,
}
,
]
,
publicNetworkAccess: string ,
regionDetails:
[
{
acrDetails:
[
{
systemCreatedAcrAccount:
{
acrAccountName: string ,
acrAccountSku: string ,
armResourceId:
{
resourceId: string ,
}
,
}
,
}
,
]
,
location: string ,
storageAccountDetails:
[
{
systemCreatedStorageAccount:
{
allowBlobPublicAccess: boolean ,
armResourceId:
{
resourceId: string ,
}
,
storageAccountHnsEnabled: boolean ,
storageAccountName: string ,
storageAccountType: string ,
}
,
}
,
]
,
}
,
]
,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
kind: string ,
properties:
{
registryId: string ,
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries: object ,
mlFlowRegistryUri: string ,
registryPrivateEndpointConnections:
[
{
id: string ,
location: string ,
properties:
{
groupIds:
[
string ,
]
,
privateEndpoint:
{
subnetArmId: string ,
}
,
registryPrivateLinkServiceConnectionState:
{
actionsRequired: string ,
description: string ,
status: enum ,
}
,
provisioningState: string ,
}
,
}
,
]
,
publicNetworkAccess: string ,
regionDetails:
[
{
acrDetails:
[
{
systemCreatedAcrAccount:
{
acrAccountName: string ,
acrAccountSku: string ,
armResourceId:
{
resourceId: string ,
}
,
}
,
}
,
]
,
location: string ,
storageAccountDetails:
[
{
systemCreatedStorageAccount:
{
allowBlobPublicAccess: boolean ,
armResourceId:
{
resourceId: string ,
}
,
storageAccountHnsEnabled: boolean ,
storageAccountName: string ,
storageAccountType: string ,
}
,
}
,
]
,
}
,
]
,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
}

⚐ Response (202)

{
x-ms-async-operation-timeout: string ,
location: string ,
retry-after: integer ,
}