Microsoft.DataCatalog (stable:2016-03-30)

2025/09/19 • 6 new, 6 deleted methods

ADCOperations_List (new)
Description Lists all the available Azure Data Catalog service operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.DataCatalog/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
description: string ,
operation: string ,
provider: string ,
resource: string ,
}
,
}
,
]
,
}
ADCCatalogs_ListtByResourceGroup (new)
Description The List catalogs in Resource Group operation lists all the Azure Data Catalogs available under the given resource group.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
sku: enum ,
units: integer ,
admins:
[
{
upn: string ,
objectId: string ,
}
,
]
,
users:
[
{
upn: string ,
objectId: string ,
}
,
]
,
successfullyProvisioned: boolean ,
enableAutomaticUnitAdjustment: boolean ,
}
,
}
,
]
,
}
ADCCatalogs_CreateOrUpdate (new)
Description The Create Azure Data Catalog service operation creates a new data catalog service with the specified parameters. If the specific service already exists, then any patchable properties will be updated and any immutable properties will remain unchanged.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataCatalog/catalogs/{catalogName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
catalogName: string ,
properties:
{
properties:
{
sku: enum ,
units: integer ,
admins:
[
{
upn: string ,
objectId: string ,
}
,
]
,
users:
[
{
upn: string ,
objectId: string ,
}
,
]
,
successfullyProvisioned: boolean ,
enableAutomaticUnitAdjustment: boolean ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
sku: enum ,
units: integer ,
admins:
[
{
upn: string ,
objectId: string ,
}
,
]
,
users:
[
{
upn: string ,
objectId: string ,
}
,
]
,
successfullyProvisioned: boolean ,
enableAutomaticUnitAdjustment: boolean ,
}
,
}

⚐ Response (201)

{
properties:
{
sku: enum ,
units: integer ,
admins:
[
{
upn: string ,
objectId: string ,
}
,
]
,
users:
[
{
upn: string ,
objectId: string ,
}
,
]
,
successfullyProvisioned: boolean ,
enableAutomaticUnitAdjustment: boolean ,
}
,
}
ADCCatalogs_Get (new)
Description The Get Azure Data Catalog Service operation retrieves a json representation of the data catalog.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataCatalog/catalogs/{catalogName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
catalogName: string ,
}

⚐ Response (200)

{
properties:
{
sku: enum ,
units: integer ,
admins:
[
{
upn: string ,
objectId: string ,
}
,
]
,
users:
[
{
upn: string ,
objectId: string ,
}
,
]
,
successfullyProvisioned: boolean ,
enableAutomaticUnitAdjustment: boolean ,
}
,
}
ADCCatalogs_Delete (new)
Description The Delete Azure Data Catalog Service operation deletes an existing data catalog.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataCatalog/catalogs/{catalogName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
catalogName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}
ADCCatalogs_Update (new)
Description The Update Azure Data Catalog Service operation can be used to update the existing deployment. The update call only supports the properties listed in the PATCH body.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataCatalog/catalogs/{catalogName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
catalogName: string ,
properties:
{
properties:
{
sku: enum ,
units: integer ,
admins:
[
{
upn: string ,
objectId: string ,
}
,
]
,
users:
[
{
upn: string ,
objectId: string ,
}
,
]
,
successfullyProvisioned: boolean ,
enableAutomaticUnitAdjustment: boolean ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
sku: enum ,
units: integer ,
admins:
[
{
upn: string ,
objectId: string ,
}
,
]
,
users:
[
{
upn: string ,
objectId: string ,
}
,
]
,
successfullyProvisioned: boolean ,
enableAutomaticUnitAdjustment: boolean ,
}
,
}
ADCOperations_List (removed)
Description Lists all the available Azure Data Catalog service operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.DataCatalog/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
description: string ,
operation: string ,
provider: string ,
resource: string ,
}
,
}
,
]
,
}
ADCCatalogs_ListtByResourceGroup (removed)
Description The List catalogs in Resource Group operation lists all the Azure Data Catalogs available under the given resource group.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
sku: enum ,
units: integer ,
admins:
[
{
upn: string ,
objectId: string ,
}
,
]
,
users:
[
{
upn: string ,
objectId: string ,
}
,
]
,
successfullyProvisioned: boolean ,
enableAutomaticUnitAdjustment: boolean ,
}
,
}
,
]
,
}
ADCCatalogs_CreateOrUpdate (removed)
Description The Create Azure Data Catalog service operation creates a new data catalog service with the specified parameters. If the specific service already exists, then any patchable properties will be updated and any immutable properties will remain unchanged.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataCatalog/catalogs/{catalogName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
catalogName: string ,
properties:
{
properties:
{
sku: enum ,
units: integer ,
admins:
[
{
upn: string ,
objectId: string ,
}
,
]
,
users:
[
{
upn: string ,
objectId: string ,
}
,
]
,
successfullyProvisioned: boolean ,
enableAutomaticUnitAdjustment: boolean ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
sku: enum ,
units: integer ,
admins:
[
{
upn: string ,
objectId: string ,
}
,
]
,
users:
[
{
upn: string ,
objectId: string ,
}
,
]
,
successfullyProvisioned: boolean ,
enableAutomaticUnitAdjustment: boolean ,
}
,
}

⚐ Response (201)

{
properties:
{
sku: enum ,
units: integer ,
admins:
[
{
upn: string ,
objectId: string ,
}
,
]
,
users:
[
{
upn: string ,
objectId: string ,
}
,
]
,
successfullyProvisioned: boolean ,
enableAutomaticUnitAdjustment: boolean ,
}
,
}
ADCCatalogs_Get (removed)
Description The Get Azure Data Catalog Service operation retrieves a json representation of the data catalog.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataCatalog/catalogs/{catalogName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
catalogName: string ,
}

⚐ Response (200)

{
properties:
{
sku: enum ,
units: integer ,
admins:
[
{
upn: string ,
objectId: string ,
}
,
]
,
users:
[
{
upn: string ,
objectId: string ,
}
,
]
,
successfullyProvisioned: boolean ,
enableAutomaticUnitAdjustment: boolean ,
}
,
}
ADCCatalogs_Delete (removed)
Description The Delete Azure Data Catalog Service operation deletes an existing data catalog.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataCatalog/catalogs/{catalogName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
catalogName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}
ADCCatalogs_Update (removed)
Description The Update Azure Data Catalog Service operation can be used to update the existing deployment. The update call only supports the properties listed in the PATCH body.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataCatalog/catalogs/{catalogName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
catalogName: string ,
properties:
{
properties:
{
sku: enum ,
units: integer ,
admins:
[
{
upn: string ,
objectId: string ,
}
,
]
,
users:
[
{
upn: string ,
objectId: string ,
}
,
]
,
successfullyProvisioned: boolean ,
enableAutomaticUnitAdjustment: boolean ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
sku: enum ,
units: integer ,
admins:
[
{
upn: string ,
objectId: string ,
}
,
]
,
users:
[
{
upn: string ,
objectId: string ,
}
,
]
,
successfullyProvisioned: boolean ,
enableAutomaticUnitAdjustment: boolean ,
}
,
}