[BUG] API's are not getting deleted
- Dominant language
- C#
- Stars
- 448
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
### Release version
v6.0.1.4
### Describe the bug
I am trying to delete API's from repository by
1. Deleting entire API folder.
2. Commit to branch
3. Create PR
4. Merge to main branch.
5. On merge triggers publisher pipeline
6. Publisher pipeline is executing with success but API's are not deleted from APIM in Azure
### Expected behavior
API's deleted from repository should get deleted when published using publisher pipeline
### Actual behavior
API's are not deleted from APIM in Azure
### Reproduction Steps
1. Delete entire API folder from repository. e.g. if the repo structure is like this -> apis/test-api then delete entire test-api folder
2. Commit changes to a branch
3. Create PR
4. Merge to main branch.
5. On merge trigger publisher pipeline
6. Publisher pipeline is executes with success but test-api is not deleted from APIM in Azure
Contributor guide
Assessment
This issue has not been assessed yet.