-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Description
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
Labels
No labels