Cmdlets Compare-IshTypeFieldDefinition and Get-IshTypeFieldDefinition on a future Tridion Docs 15.1/Alf1 will receive different SDB (System/Descriptive/Basic) values in Get-IshTypeFieldDefinition from API call Settings.TypeFieldDefinition. The API call was reviewed in preparation for better OpenAPI REST defaults.
As side-effect the Compare-IshTypeFieldDefinition Pester tests compared the 15.1/Alf1 test system to the built-in hardcoded TypeFieldDefinition (based TriDKXmlSetup of Tridion Docs 13SP1/13.0.1)... and of course there were deltas which had to be corrected.
The IS_PUBLIC flag in the field settings in the Tridion Docs database has been changed to Public/non-Public, corresponding to the appropriate fields in the basic field group. Additionally, obsolete fields have been removed from the database. Therefore, according to the changes, the basic field group and the expected retrieved fields are changed respectively.
In the change request, pester tests were split, the 15.0 and earlier tests; and 15.1/Alf1 and future tests which are aligned with the aforementioned changes on expected retrieved fields.
Cmdlets
Compare-IshTypeFieldDefinition
andGet-IshTypeFieldDefinition
on a future Tridion Docs 15.1/Alf1 will receive differentSDB
(System/Descriptive/Basic) values inGet-IshTypeFieldDefinition
from API call Settings.TypeFieldDefinition. The API call was reviewed in preparation for better OpenAPI REST defaults.As side-effect the
Compare-IshTypeFieldDefinition
Pester tests compared the 15.1/Alf1 test system to the built-in hardcoded TypeFieldDefinition (based TriDKXmlSetup of Tridion Docs 13SP1/13.0.1)... and of course there were deltas which had to be corrected.