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

[Question] api name suffixed with ;rev=n is working even for first Revision

Open
#708 1 comment 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
Needs clarification
Activity status
Stale
Tech stack
azure, csharp
Domain
api, devops

Research direction

Start with the Extract reproduction and compare the expected and actual API folder names for revisions 1, 2, and 3. Determine whether a property can make the ;rev=n suffix appear for the first revision as well; the work is done when that behavior is explained and the supported configuration or limitation is clear.

Written by the indexing model from the issue text.

Description

Release version

v6.0.1.1

Question Details

We had an issue with revisions in APIOps when any revision other than first revision was set to current.
By making the folder api folder name suffixed with ;rev=n, we noticed publish is working even for first Revision (;rev=1)

This helped us to fix multiple revision issue by having clear segregation of revisions.

At the same time, the extractor is not suffixed for first revision. Is there a property that can be set to make ;rev=n suffixed for all api folder names.

Expected behavior

api/echo-api;rev=1
api/echo-api;rev=2
api/echo-api;rev=3

Actual behavior

api/echo-api
api/echo-api;rev=2
api/echo-api;rev=3

or
api/echo-api;rev=1
api/echo-api
api/echo-api;rev=3

Reproduction Steps

Extract

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.