Skip to content

chore: dynatrace_platform_slo remove character length checks#991

Merged
Kirdock merged 1 commit intomainfrom
chore/update-platform-slo-validation
Feb 23, 2026
Merged

chore: dynatrace_platform_slo remove character length checks#991
Kirdock merged 1 commit intomainfrom
chore/update-platform-slo-validation

Conversation

@Kirdock
Copy link
Collaborator

@Kirdock Kirdock commented Feb 23, 2026

Why this PR?

The API for platform SLOs now sets a higher character limit for certain fields. Therefore, we need to update our validation.

What has changed?

Character length validation is no longer performed locally.

How does it do it?

By removing all character length checks.
Each change on the API side would mean that we have to update and release the provider to match the character length. As this is not feasible, we decide not to do any character length validation

How is it tested?

Manual tests (removed limitation)

How does it affect users?

The character length validation now solely depends on the API.

Issue: CA-18236

Each change on the API side would mean that we have to update and release the provider to match the character length. As this is not feasible, we decide to not do any character length validation
@Kirdock Kirdock force-pushed the chore/update-platform-slo-validation branch from 7023663 to d19a7d8 Compare February 23, 2026 13:06
@Kirdock Kirdock merged commit 18dbcd2 into main Feb 23, 2026
25 of 26 checks passed
@Kirdock Kirdock deleted the chore/update-platform-slo-validation branch February 23, 2026 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants