{resourceProviderNamespace} (preview:2022-03-01)

2025/12/05 • 2 new, 2 deleted methods

Changes_List (new)
Description Obtains a list of change resources from the past 14 days for the target resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Resources/changes
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
$top: integer ,
$skipToken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
targetResourceId: string ,
targetResourceType: string ,
changeType: enum ,
changeAttributes:
{
correlationId: string ,
timestamp: string ,
changesCount: integer ,
previousResourceSnapshotId: string ,
newResourceSnapshotId: string ,
}
,
changes: object ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Changes_Get (new)
Description Obtains the specified change resource for the target resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Resources/changes/{changeResourceId}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
changeResourceId: string ,
}

⚐ Response (200)

{
properties:
{
targetResourceId: string ,
targetResourceType: string ,
changeType: enum ,
changeAttributes:
{
correlationId: string ,
timestamp: string ,
changesCount: integer ,
previousResourceSnapshotId: string ,
newResourceSnapshotId: string ,
}
,
changes: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Changes_List (removed)
Description Obtains a list of change resources from the past 14 days for the target resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Resources/changes
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
$top: integer ,
$skipToken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
targetResourceId: string ,
targetResourceType: string ,
changeType: enum ,
changeAttributes:
{
correlationId: string ,
timestamp: string ,
changesCount: integer ,
previousResourceSnapshotId: string ,
newResourceSnapshotId: string ,
}
,
changes: object ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Changes_Get (removed)
Description Obtains the specified change resource for the target resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Resources/changes/{changeResourceId}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
changeResourceId: string ,
}

⚐ Response (200)

{
properties:
{
targetResourceId: string ,
targetResourceType: string ,
changeType: enum ,
changeAttributes:
{
correlationId: string ,
timestamp: string ,
changesCount: integer ,
previousResourceSnapshotId: string ,
newResourceSnapshotId: string ,
}
,
changes: object ,
}
,
}

⚐ Response (default)

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