Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Missing enum values in Dynatrace - billingCycle, usageType #31284

Open
jiaweitao001 opened this issue Oct 29, 2024 · 1 comment
Open

[BUG] Missing enum values in Dynatrace - billingCycle, usageType #31284

jiaweitao001 opened this issue Oct 29, 2024 · 1 comment
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Mgmt This issue is related to a management-plane library.

Comments

@jiaweitao001
Copy link

API Spec link

,

API Spec version

2023-04-27

Describe the bug

As described in Swagger, these 2 values should be enums instead of strings.

Expected behavior

billingCycle should have values:

"MONTHLY",
"WEEKLY"

usageType should have values:

"PAYG",
"COMMITTED"

Actual behavior

Now these 2 values are treated as strings.

Reproduction Steps

The actual behavior is not aligned with the description of the values in Swagger.

Environment

No response

@jiaweitao001 jiaweitao001 added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Oct 29, 2024
@v-jiaodi v-jiaodi added the Mgmt This issue is related to a management-plane library. label Oct 30, 2024
@v-jiaodi
Copy link
Member

@abhargavams Please help take a look, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

No branches or pull requests

3 participants