Repository Initialization: Unable to create aem group with profile properties like givenName, email ..
I am unable to create group with profile properties using repository initialization
I am testing on AEM 6.5.11 instance
below repository initialization script:
create group repo_group
set properties on authorizable (repo_group)
set givenName to "Repo Group"
end

repo_group created but profile property givenName is not adding,
getting below error:

I am referring https://sling.apache.org/documentation/bundles/repository-initialization.html document.
could you please any one suggest me on this issue
