Closed babakamyljanovssw closed 1 week ago
Hey @bradystroud @JackDevAU
Merging this PR, I've exported SecretContent and User containers as json
object to my local just in case.
This merge will update the DB scheme, but it will not delete containers from Azure Cosmos DB, containers needs to be deleted manually.
Issue: https://github.com/SSWConsulting/SSW.Rules/issues/1622
This pull request includes removal
SecretContent
andUser
entities related to secret content feature, along with their related functions and cosmos db configurations. The secret content wasn't being used and maintained causing huge amount of failure logs on Application InsightsRemoval of Entities and Functions:
SecretContent
entity class.User
entity class.Changes in Functions:
SecretContent
entity in the health check function.GetSecretContentFunction
class.AddUserOrganisationFunction
class.GetOrganisationsFunction
class.GetUserFunction
class.Database Configuration Updates:
SecretContent
andUser
repositories from theRulesDbContext
class.SecretContent
andUser
entities.Documentation Updates:
SecretContent
andUser
functions.