Changes - List
Obtains a list of change resources from the past 14 days for the target resource
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Resources/changes?api-version=2022-05-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Resources/changes?api-version=2022-05-01&$top={$top}&$skipToken={$skipToken}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
resource
|
path | True |
string |
The name of the resource group. |
|
resource
|
path | True |
string |
The name of the resource. |
|
resource
|
path | True |
string |
The name of the resource provider namespace. |
|
resource
|
path | True |
string |
The name of the resource type. |
|
subscription
|
path | True |
string |
The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000) |
|
api-version
|
query | True |
string |
The API version to be used with the HTTP request. |
|
$skip
|
query |
string |
(Optional) The page-continuation token |
|
|
$top
|
query |
integer (int64) minimum: 1maximum: 100 |
(Optional) Set the maximum number of results per response. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK. |
|
| Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
ListChanges
Sample request
GET https://management.azure.com/subscriptions/subscriptionId1/resourceGroups/resourceGroup1/providers/resourceProvider1/resourceType1/resourceName1/providers/Microsoft.Resources/changes?api-version=2022-05-01
Sample response
{
"value": [
{
"id": "/subscriptions/subscriptionId1/resourceGroups/resourceGroup1/providers/resourceProvider1/resourceType1/resourceName1/Microsoft.Resources/changes/a9f34285-13a2-e79c-f468-cfb71c7bd227",
"name": "a9f34285-13a2-e79c-f468-cfb71c7bd227",
"type": "Microsoft.Resources/changes",
"properties": {
"targetResourceId": "/subscriptions/subscriptionId1/resourceGroups/resourceGroup1/providers/resourceProvider1/resourceType1/resourceName1",
"targetResourceType": "resourceProvider1/resourceType1",
"changeType": "Update",
"changeAttributes": {
"correlationId": "88420d5d-8d0e-471f-9115-10d34750c617",
"timestamp": "2021-11-19T14:29:09.9210000Z",
"changesCount": 2,
"previousResourceSnapshotId": "ed90e35a-1661-42cc-a44c-e27f508005be",
"newResourceSnapshotId": "6eac9d0f-63b4-4e7f-97a5-740c73757efb"
},
"changes": {
"properties.provisioningState": {
"propertyChangeType": "Update",
"changeCategory": "System",
"previousValue": "Updating",
"newValue": "Succeeded"
},
"tags.key1": {
"propertyChangeType": "Insert",
"changeCategory": "User",
"previousValue": "null",
"newValue": "someValue"
}
}
}
},
{
"id": "/subscriptions/subscriptionId1/resourceGroups/resourceGroup1/providers/resourceProvider1/resourceType1/resourceName1/Microsoft.Resources/changes/a9f34285-13a2-e79c-f468-cfb71c7bd227",
"name": "a9f34285-13a2-e79c-f468-cfb71c7bd227",
"type": "Microsoft.Resources/changes",
"properties": {
"targetResourceId": "/subscriptions/subscriptionId1/resourceGroups/resourceGroup1/providers/resourceProvider1/resourceType1/resourceName1",
"targetResourceType": "resourceProvider1/resourceType1",
"changeType": "Create",
"changeAttributes": {
"changesCount": 0,
"correlationId": "88420d5d-8d0e-471f-9115-10d34750c617",
"timestamp": "2021-11-19T14:29:09.9210000Z",
"previousResourceSnapshotId": "b09f5e52-0b46-4d13-84a9-08653d39fed6",
"newResourceSnapshotId": "4db20fc0-de17-4cdd-92d8-fd6bf94b9fd9"
},
"changes": {}
}
}
]
}
Definitions
| Name | Description |
|---|---|
|
Change |
Details about the change resource |
|
Change |
An individual change on the target resource |
|
Change |
The entity that made the change |
|
Change |
The properties of a change |
|
Change |
The list of resources |
|
Change |
Change Resource |
|
Change |
The type of change that was captured in the resource |
|
Error |
The resource management error additional info. |
|
Error |
The error detail. |
|
Error |
Error response |
|
Property |
The type of change that occurred |
ChangeAttributes
Details about the change resource
| Name | Type | Description |
|---|---|---|
| changesCount |
integer (int64) |
The number of changes this resource captures |
| correlationId |
string |
The ARM correlation ID of the change resource |
| newResourceSnapshotId |
string |
The GUID of the new snapshot |
| previousResourceSnapshotId |
string |
The GUID of the previous snapshot |
| timestamp |
string |
The time the change(s) on the target resource ocurred |
ChangeBase
An individual change on the target resource
| Name | Type | Description |
|---|---|---|
| changeCategory |
The entity that made the change |
|
| newValue |
string |
The target resource property value after the change |
| previousValue |
string |
The target resource property value before the change |
| propertyChangeType |
The type of change that occurred |
ChangeCategory
The entity that made the change
| Value | Description |
|---|---|
| User |
User initiated change |
| System |
System initiated change |
ChangeProperties
The properties of a change
| Name | Type | Description |
|---|---|---|
| changeAttributes |
Details about the change resource |
|
| changeType |
The type of change that was captured in the resource |
|
| changes |
<string,
Change |
A dictionary with changed property name as a key and the change details as the value |
| targetResourceId |
string |
The fully qualified ID of the target resource that was changed |
| targetResourceType |
string |
The namespace and type of the resource |
ChangeResourceListResult
The list of resources
| Name | Type | Description |
|---|---|---|
| nextLink |
string |
The link used to get the next page of Change Resources |
| value |
The list of resources |
ChangeResourceResult
Change Resource
| Name | Type | Description |
|---|---|---|
| id |
string |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name |
string |
The name of the resource |
| properties |
The properties of a change |
|
| type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
ChangeType
The type of change that was captured in the resource
| Value | Description |
|---|---|
| Update |
An existing resource underwent a change |
| Delete |
An existing resource was deleted |
| Create |
A newly created resource |
ErrorAdditionalInfo
The resource management error additional info.
| Name | Type | Description |
|---|---|---|
| info |
object |
The additional info. |
| type |
string |
The additional info type. |
ErrorDetail
The error detail.
| Name | Type | Description |
|---|---|---|
| additionalInfo |
The error additional info. |
|
| code |
string |
The error code. |
| details |
The error details. |
|
| message |
string |
The error message. |
| target |
string |
The error target. |
ErrorResponse
Error response
| Name | Type | Description |
|---|---|---|
| error |
The error object. |
PropertyChangeType
The type of change that occurred
| Value | Description |
|---|---|
| Insert |
A property was newly created |
| Update |
An existing property underwent a change |
| Remove |
An existing property was deleted |