I have to move a single resource group from one subscription to another.
The 2 subscriptions are within the same EntraID tenant and on the same region.
This is error I get while validating resources:
{
"message": "Resource move validation failed. Please see details. Diagnostic information: timestamp '20251024T100202Z', subscription id '1787134b-5a0d-4448-8298-30043e3f3c49', tracking id '1b58e9c2-c0cf-458d-a56b-b478d53b31ba', request correlation id '5eb076be-2881-4bb8-b1fe-79ac463ce0c3'. (Code: ResourceMoveProviderValidationFailed) Cannot move one or more resources in the request. Please check details for information about each resource. (Code: CannotMoveResource, Target: Microsoft.Network/publicIPAddresses) Move for resource type publicIPAddresses is not supported. Move request contains resource /subscriptions/1787134b-5a0d-4448-8298-30043e3f3c49/resourceGroups/VRSdynamics/providers/Microsoft.Network/publicIPAddresses/AZDEV-ip of that type. (Code: MoveNotSupported)",
"code": "ResourceMoveProviderValidationFailed",
"name": "BatchResponseItemError",
"stack": "BatchResponseItemError: Resource move validation failed. Please see details. Diagnostic information: timestamp '20251024T100202Z', subscription id '1787134b-5a0d-4448-8298-30043e3f3c49', tracking id '1b58e9c2-c0cf-458d-a56b-b478d53b31ba', request correlation id '5eb076be-2881-4bb8-b1fe-79ac463ce0c3'.\n at t (https://portal.azure.com/Content/Dynamic/PJ4nkJCp1Gvo.js:27:815)\n at new t (https://portal.azure.com/Content/Dynamic/PJ4nkJCp1Gvo.js:48:13889)\n at P (https://portal.azure.com/Content/Dynamic/PJ4nkJCp1Gvo.js:48:5082)\n at https://portal.azure.com/Content/Dynamic/PJ4nkJCp1Gvo.js:48:6543\n at Array.forEach (<anonymous>)\n at https://portal.azure.com/Content/Dynamic/PJ4nkJCp1Gvo.js:48:3254",
"status": 409
}
If I check for resource move compatibility I see that "publicIPAddresses" is supported and I already done this move operation for the same resource group last year with success