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

Support for setting Node communication mode on azurerm_batch_pool #20553

Closed
1 task done
chris-holguin opened this issue Feb 18, 2023 · 2 comments · Fixed by #22094
Closed
1 task done

Support for setting Node communication mode on azurerm_batch_pool #20553

chris-holguin opened this issue Feb 18, 2023 · 2 comments · Fixed by #22094
Labels
enhancement sdk/requires-newer-api-version This requires upgrading the version of the API being used service/batch
Milestone

Comments

@chris-holguin
Copy link

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 "+1" or "me too" comments, 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

Description

MS are removing support for Batch Pools configured using NoPublicIPAddresses, and as an alternative solution require users to migrate to Batch Pools configured with "Node Communication Mode" set to Simplified.

Related Links

At UBS we are looking to perform this migration, but the Node Communication Mode is not available to set on azurerm_batch_pool.
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/batch_pool

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

azurerm_batch_pool

Potential Terraform Configuration

resource "azurerm_batch_pool" "example" {
  name                = "rates_options"
  resource_group_name = azurerm_resource_group.example.name
  account_name        = azurerm_batch_account.example.name
  display_name        = "Rates Options EOD Risk"
  vm_size             = "Standard_A1"
  node_agent_sku_id   = "batch.node.ubuntu 20.04"

  target_node_communication_mode = "Simplified"
..
}

References

No response

@liuwuliuyun
Copy link
Contributor

Hi @chris-holguin, thanks for raising this issue. You could try https://registry.terraform.io/providers/Azure/azapi/latest with to get access to this property right away.

To anyone interested in contributing to this topic, this property is supported in the lastest API version. Need to switch to pandora sdk first, then upgrade sdk version and add this property.

Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement sdk/requires-newer-api-version This requires upgrading the version of the API being used service/batch
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants