DDM Updated the validation logic as per BE values (policyFormatVersion field is removed from BE) (#2237)

* updated the validation logic as per BE values(policyFormatVersion will be removed from BE)

* removed field

* updated all test

---------

Co-authored-by: Sakshi Gupta <sakshig@microsoft.com>
This commit is contained in:
sakshigupta12feb
2025-10-28 19:11:12 +05:30
committed by GitHub
parent 0578910b9e
commit 18ecaaba78
7 changed files with 0 additions and 19 deletions

View File

@@ -68,7 +68,6 @@ export const collection = {
dataMaskingPolicy: ko.observable<DataModels.DataMaskingPolicy>({
includedPaths: [],
excludedPaths: ["/excludedPath"],
policyFormatVersion: 2,
isPolicyEnabled: true,
}),
readSettings: () => {