Skip to content

[Question] Documentation for Version Set is incorrect in Wiki #771

@blueelvis

Description

@blueelvis

Release version

6.0.1.7

Question Details

Hi,

Over here - https://github.com/Azure/apiops/wiki/APIM-resources#version-set , the example looks wrong. I have tried various combinations in the config file but the Publisher is just not picking up the versionSet.

Right now, I have added the following in our config.yaml file -

versionSets:
  - name: external-api
    properties:
      displayName: "External API"
      description: "Version set for External API"
      versioningScheme: "Segment"

I also tried the following but it is not picking up -

apiVersionSets:
  - name: external-api
    properties:
      displayName: "External API"
      description: "Version set for External API"
      versioningScheme: "Segment"

But, the publisher doesn't pick up the version set despite having this in the source code as well.

Can you please clarify?

Expected behavior

Publisher should publish the versionSet to the same resource without any issues.

Actual behavior

Publisher skips versionset

Reproduction Steps

Not sure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions