Skip to content

Commit

Permalink
Merge pull request #946 from miguelsorianod/convert-osdisksizegib-to-int
Browse files Browse the repository at this point in the history
feat: convert os_disk_size_gibibytes in azure node pool to integer
  • Loading branch information
miguelsorianod authored Jun 12, 2024
2 parents e008ff3 + 0a7fa4c commit bbd2db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/clusters_mgmt/v1/azure_node_pool_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct AzureNodePool {
// Nodes in the Node Pool. The property
// is the number of bytes x 1024^3.
// If not specified, OS disk size is 30 GiB.
OSDiskSizeGibibytes String
OSDiskSizeGibibytes Integer

// The disk storage account type to use for the OS disks of the Nodes in the
// Node Pool. Valid values are:
Expand Down

0 comments on commit bbd2db6

Please sign in to comment.