Microsoft.MachineLearningServices (stable:2024-10-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_4da84adf88844140b9dc401b75f052fc": {
                  "#name": "registryId",
                  "Description": "RegistryId Guid for this registry",
                  "Required": false,
                  "Type": "string"
                }
              }
            ]
          }
        }
      }
    }
  }
}

⚼ 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 ,
}
,
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_6757007c217442e09625c29402296fc8": {
                  "#name": "registryId",
                  "Description": "RegistryId Guid for this registry",
                  "Required": false,
                  "Type": "string"
                }
              }
            ]
          }
        }
      }
    }
  }
}

⚼ 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 ,
}
,
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_39b1a193f7fc471b82b9e0c00559335f": {
              "#name": "registryId",
              "Description": "RegistryId Guid for this registry",
              "Required": false,
              "Type": "string"
            }
          }
        ]
      }
    }
  }
}

⚼ 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 ,
}
,
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_11251043b35e4bae9c19959337c4691f": {
              "#name": "registryId",
              "Description": "RegistryId Guid for this registry",
              "Required": false,
              "Type": "string"
            }
          }
        ]
      }
    }
  }
}

⚼ 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 ,
}
,
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_df2b75bffc80496790be7cfba399513b": {
              "#name": "registryId",
              "Description": "RegistryId Guid for this registry",
              "Required": false,
              "Type": "string"
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "@added_89dd28e17268494aad4186d0038631ac": {
              "#name": "registryId",
              "Description": "RegistryId Guid for this registry",
              "Required": false,
              "Type": "string"
            }
          }
        ]
      }
    },
    "201": {
      "$properties": {
        "properties": [
          {
            "@added_311604e3c7534e2ba1b6e914f4d1a9dc": {
              "#name": "registryId",
              "Description": "RegistryId Guid for this registry",
              "Required": false,
              "Type": "string"
            }
          }
        ]
      }
    }
  }
}

⚼ 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 ,
}
,
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 ,
}
,
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 ,
}
,
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_45e615fc850945f1b85a1f9db537868b": {
              "#name": "registryId",
              "Description": "RegistryId Guid for this registry",
              "Required": false,
              "Type": "string"
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "@added_b1e84a9970404cfaaae57c6b37042fa3": {
              "#name": "registryId",
              "Description": "RegistryId Guid for this registry",
              "Required": false,
              "Type": "string"
            }
          }
        ]
      }
    }
  }
}

⚼ 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 ,
}
,
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 ,
}
,
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 ,
}