[BUG] Deleting objects in the git repository does not delete it from APIM
- Dominant language
- C#
- Stars
- 448
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
### Release version
6.0.1.7
### Describe the bug
When deleting objects like API's or Subscriptions in the Git Repository, we removed the definitons from git repository. The expected behavior is for apiops to remove the objects from apim after running the publisher pipeline, but it does not remove and objects stay in apim
### Expected behavior
The expected behavior is for apiops to remove the objects from apim after running the publisher pipeline,
### Actual behavior
The objects continue to be on apim and no deletion happens, leaving environment in inconsistent state
### Reproduction Steps
1. Delete an API/Subscription in Git repository
2. Run publisher pipeline
3. Validate if the deletion happened, i see objects continue to be on apim after that
Contributor guide
Assessment
This issue has not been assessed yet.