Hi All,
We are migrating Configuration from a tenant to another using configuration Hub, while migrating the acces profiles we noticed that it is not replacing the entitlement ID and still adding the entitlement with the old ID.
"entitlements": [
{
"id": "2837fff93xn38x3291n991bx91b9b19",
"type": "ENTITLEMENT",
"name": "x Dept"
}
],
when we removed " " it worked fine and replaced IDs correctly.
"entitlements":
{
"id": "8e42b2de954d4531844561df000dfccc",
"type": "ENTITLEMENT",
"name": "Aggregation Dept_"
},
is there any way to automate that rather than doing that for each entitlement in each access profile ?
Best Regards,
Ahmed Nasr