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

2025/01/05 • 6 updated methods

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

⚶ Changes

{
  "#id": "Registries_ListBySubscription",
  "$responses": {
    "200": {
      "$properties": {
        "value": {
          "$properties": {
            "properties": [
              {
                "@added_c75a5393b560466cb1dc2e8e4d84674a": {
                  "#name": "syndicatedRegistries",
                  "Description": "List of tuples containing Guid and SyndicatedRegistry",
                  "Required": false,
                  "Type": "array",
                  "$items": {
                    "Type": "object",
                    "$properties": [
                      {
                        "#name": "syndicatedRegistryGuid",
                        "Description": "The Guid of the syndicated registry",
                        "Required": false,
                        "Type": "string"
                      },
                      {
                        "#name": "syndicatedRegistry",
                        "Description": "A registry that is syndicated",
                        "Required": false,
                        "Type": "object",
                        "$properties": [
                          {
                            "#name": "registryId",
                            "Description": "The Registry Id of the syndicated 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:
{
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries:
[
{
syndicatedRegistryGuid: string ,
syndicatedRegistry:
{
registryId: 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_0f5f5722986f4516829c6614f49212a3": {
                  "#name": "syndicatedRegistries",
                  "Description": "List of tuples containing Guid and SyndicatedRegistry",
                  "Required": false,
                  "Type": "array",
                  "$items": {
                    "Type": "object",
                    "$properties": [
                      {
                        "#name": "syndicatedRegistryGuid",
                        "Description": "The Guid of the syndicated registry",
                        "Required": false,
                        "Type": "string"
                      },
                      {
                        "#name": "syndicatedRegistry",
                        "Description": "A registry that is syndicated",
                        "Required": false,
                        "Type": "object",
                        "$properties": [
                          {
                            "#name": "registryId",
                            "Description": "The Registry Id of the syndicated 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:
{
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries:
[
{
syndicatedRegistryGuid: string ,
syndicatedRegistry:
{
registryId: 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_06da6d5368c3484cb52e63a35814af6d": {
              "#name": "syndicatedRegistries",
              "Description": "List of tuples containing Guid and SyndicatedRegistry",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "object",
                "$properties": [
                  {
                    "#name": "syndicatedRegistryGuid",
                    "Description": "The Guid of the syndicated registry",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "syndicatedRegistry",
                    "Description": "A registry that is syndicated",
                    "Required": false,
                    "Type": "object",
                    "$properties": [
                      {
                        "#name": "registryId",
                        "Description": "The Registry Id of the syndicated 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:
{
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries:
[
{
syndicatedRegistryGuid: string ,
syndicatedRegistry:
{
registryId: 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_5b0c1cd9aff54fef92cf2d8a517e0edb": {
              "#name": "syndicatedRegistries",
              "Description": "List of tuples containing Guid and SyndicatedRegistry",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "object",
                "$properties": [
                  {
                    "#name": "syndicatedRegistryGuid",
                    "Description": "The Guid of the syndicated registry",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "syndicatedRegistry",
                    "Description": "A registry that is syndicated",
                    "Required": false,
                    "Type": "object",
                    "$properties": [
                      {
                        "#name": "registryId",
                        "Description": "The Registry Id of the syndicated 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:
{
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries:
[
{
syndicatedRegistryGuid: string ,
syndicatedRegistry:
{
registryId: 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_51a4d8c3842a4c3da32a8331dbb688fa": {
              "#name": "syndicatedRegistries",
              "Description": "List of tuples containing Guid and SyndicatedRegistry",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "object",
                "$properties": [
                  {
                    "#name": "syndicatedRegistryGuid",
                    "Description": "The Guid of the syndicated registry",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "syndicatedRegistry",
                    "Description": "A registry that is syndicated",
                    "Required": false,
                    "Type": "object",
                    "$properties": [
                      {
                        "#name": "registryId",
                        "Description": "The Registry Id of the syndicated Registry",
                        "Required": false,
                        "Type": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "@added_611c1c8ebcbf482084c39b84a88c1abd": {
              "#name": "syndicatedRegistries",
              "Description": "List of tuples containing Guid and SyndicatedRegistry",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "object",
                "$properties": [
                  {
                    "#name": "syndicatedRegistryGuid",
                    "Description": "The Guid of the syndicated registry",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "syndicatedRegistry",
                    "Description": "A registry that is syndicated",
                    "Required": false,
                    "Type": "object",
                    "$properties": [
                      {
                        "#name": "registryId",
                        "Description": "The Registry Id of the syndicated Registry",
                        "Required": false,
                        "Type": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        ]
      }
    },
    "201": {
      "$properties": {
        "properties": [
          {
            "@added_251a53c560a64757ac31dc810da94105": {
              "#name": "syndicatedRegistries",
              "Description": "List of tuples containing Guid and SyndicatedRegistry",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "object",
                "$properties": [
                  {
                    "#name": "syndicatedRegistryGuid",
                    "Description": "The Guid of the syndicated registry",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "syndicatedRegistry",
                    "Description": "A registry that is syndicated",
                    "Required": false,
                    "Type": "object",
                    "$properties": [
                      {
                        "#name": "registryId",
                        "Description": "The Registry Id of the syndicated 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:
{
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries:
[
{
syndicatedRegistryGuid: string ,
syndicatedRegistry:
{
registryId: 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:
{
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries:
[
{
syndicatedRegistryGuid: string ,
syndicatedRegistry:
{
registryId: 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:
{
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries:
[
{
syndicatedRegistryGuid: string ,
syndicatedRegistry:
{
registryId: 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_c0d9b506380e4d2a9411c76745ff1b0d": {
              "#name": "syndicatedRegistries",
              "Description": "List of tuples containing Guid and SyndicatedRegistry",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "object",
                "$properties": [
                  {
                    "#name": "syndicatedRegistryGuid",
                    "Description": "The Guid of the syndicated registry",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "syndicatedRegistry",
                    "Description": "A registry that is syndicated",
                    "Required": false,
                    "Type": "object",
                    "$properties": [
                      {
                        "#name": "registryId",
                        "Description": "The Registry Id of the syndicated Registry",
                        "Required": false,
                        "Type": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "@added_10d4aa8e089943fd9018aa7e399fb50f": {
              "#name": "syndicatedRegistries",
              "Description": "List of tuples containing Guid and SyndicatedRegistry",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "object",
                "$properties": [
                  {
                    "#name": "syndicatedRegistryGuid",
                    "Description": "The Guid of the syndicated registry",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "syndicatedRegistry",
                    "Description": "A registry that is syndicated",
                    "Required": false,
                    "Type": "object",
                    "$properties": [
                      {
                        "#name": "registryId",
                        "Description": "The Registry Id of the syndicated 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:
{
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries:
[
{
syndicatedRegistryGuid: string ,
syndicatedRegistry:
{
registryId: 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:
{
discoveryUrl: string ,
intellectualPropertyPublisher: string ,
managedResourceGroup:
{
resourceId: string ,
}
,
managedResourceGroupSettings:
{
assignedIdentities:
[
{
principalId: string ,
}
,
]
,
}
,
syndicatedRegistries:
[
{
syndicatedRegistryGuid: string ,
syndicatedRegistry:
{
registryId: 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 ,
}