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 Google Cloud DNS v1 API support #104

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

patlkli
Copy link
Contributor

@patlkli patlkli commented Nov 5, 2023

This PR adds support for the Cloud DNS v1 API.

The OpenAPI file is taken from the openapi-directory repo.

However, I had to patch the enum definition of ManagedZoneDnsSecConfig in the OpenAPI file and quote the on and off variants, because openapi-generator seems to still use a YAML 1.1 parser which treats unquoted on and off as synonyms for true and false, which led to serde refusing valid API responses.

@abdolence
Copy link
Owner

Thanks for the valuable contributions 👍🏻

@abdolence abdolence merged commit 2edc1a1 into abdolence:master Nov 9, 2023
@abdolence
Copy link
Owner

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