Deploy CLI Failing role_users_offset_ pagination_over_thousand on Property Flags

Problem statement

When performing a deployment, the error is seen:

Additional properties not allowed: role_users_offset_pagination_over_thousand on property flags

Cause

This is a deprecated flag that is not available in all environments.

Solution

There are plans to completely remove this flag from use within the Management API, which would stop it from appearing in exports.

In the meantime, please remove the below line from the tenant.yaml

migrations:
  role_users_offset_pagination_over_thousand: true

Or the equivalent from the tenant.json if using Directory format.

1 Like