Added tenant deprovisioning API
Coming from #135
Added tenant deprovisioning API to delete all entitlements for a data partition.
Added ITs for deprovisioning API which runs conditionally if ENABLE_TENANT_DEPROVISION_IT env variable is set to "true" and dataPartitionId used is prepared dynamically, not using primary/default partition to run IT's.
ITs execution result:
Without flag set to true:
Trusted pipeline:
Without flag to false/no flag preset:
Edited by Himanshu Kumrawat