Skip to content

Expose Batch Pool OSDisk.diskSizeGB parameter #26234

Open
@Tridie2000

Description

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.

Description

The Batch Pool REST API exposes the option to configure the disk size of an Azure Batch Pool. This does not seem to be exposed via the Terraform provider.
https://learn.microsoft.com/en-us/rest/api/batchservice/pool/add?view=rest-batchservice-2023-11-01&tabs=HTTP#osdisk

New or Affected Resource(s)/Data Source(s)

azurerm_batch_pool

Potential Terraform Configuration

resource “azurerm_batch_pool” “demo” {
    os_disk_size_gb = 128
}

References

No response

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions