Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[BUG] Publisher delete the automatically created subscription while creating product

Open
#707 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
azure, csharp
Domain
api, cloud

Research direction

Start with the publisher flow that logs “Putting products...” and “Deleting automatically created subscription,” then reproduce the steps against an API Management instance using a new product. Trace the product-creation behavior and verify that the automatically created subscription remains in the environment after publishing.

Written by the indexing model from the issue text.

Description

Release version

6.0.1.1

Describe the bug

When running the publisher, it creates the product but delete the auto created subscription. PFB logs from publisher.

info: publisher[0] Putting products... info: publisher[0] Putting product gridapi... warn: publisher[0] Removing automatically added group administrators from product gridapi... warn: publisher[0] Deleting automatically created subscription 673e004401234e1d188920b1 from product gridapi... info: publisher[0]

Expected behavior

When new product gets created, subscription should be there in the environment.

Actual behavior

Publisher delete the subscription created automatically with the product.

Reproduction Steps
  1. Run publisher for the API having new product
  2. Check the APIM instance.Only product gets created without subscriptions.
Dominant language
C#
Stars
448
Forks
247
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Azure/apiops

All issues in Azure/apiops

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.