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

feat: convert os_disk_size_gibibytes in azure node pool to integer #946

Conversation

miguelsorianod
Copy link
Contributor

We convert the os_disk_size_gibibytes type from string to integer to match the type that is used in Azure ARM.

Even though changing the API type is considered a breaking change, this belongs to Azure Node Pools which we know at the moment of writing this no customer is using it and it is not available in OCM Commercial so it is fine changing this.

There is a corresponding MR in CS to perform the corresponding server side changes.

We convert the os_disk_size_gibibytes type from string to
integer to match the type that is used in Azure ARM.
@miguelsorianod miguelsorianod changed the title feat: convert os_disk_size_gibibytes in azure node pool to integer [WIP] feat: convert os_disk_size_gibibytes in azure node pool to integer Jun 12, 2024
@miguelsorianod miguelsorianod changed the title [WIP] feat: convert os_disk_size_gibibytes in azure node pool to integer feat: convert os_disk_size_gibibytes in azure node pool to integer Jun 12, 2024
@miguelsorianod miguelsorianod merged commit bbd2db6 into openshift-online:main Jun 12, 2024
2 checks passed
@miguelsorianod miguelsorianod deleted the convert-osdisksizegib-to-int branch June 12, 2024 12:37
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