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

Add provider version compatibility check #717

Merged
merged 2 commits into from
Jul 12, 2024

Conversation

chrismarget-j
Copy link
Collaborator

Prior to this change we:

  • check for SDK compatibility errors
  • render a set of compatible versions based on the union of SDK+provider lists
  • print the union to the documentation

... but we never check for Apstra versions supported by the SDK but NOT supported by Apstra.

This PR introduces a check (after the SDK's check) that the API version is supported by the rendered (union) set

Closes #548

@chrismarget-j chrismarget-j merged commit 50a8351 into main Jul 12, 2024
1 check passed
@chrismarget-j chrismarget-j deleted the feat/548-provider-compatibility-check branch July 12, 2024 18:02
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.

Validate that the API is supported by the provider
2 participants