-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_batch_account
- add supports for identity
#13742
azurerm_batch_account
- add supports for identity
#13742
Conversation
|
||
* `type` - The identity type of the Batch Account. Possible values are `SystemAssigned` and `UserAssigned`. | ||
|
||
* `identity_ids` - (Optional) Specifies a list of user assigned identity ids. Required if `type` is `UserAssigned`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last one: probably also required on type = "SystemAssigned, UserAssigned"
?
* `identity_ids` - (Optional) Specifies a list of user assigned identity ids. Required if `type` is `UserAssigned`. | |
* `identity_ids` - (Optional) Specifies a list of user assigned identity ids. Required if `type` is `UserAssigned` or `SystemAssigned, UserAssigned`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aristosvo In fact the batch account doesn't support the SystemAssigned, UserAssigned
type. That's why I didn't mention that in the document of the type
property.
Co-authored-by: aristosvo <[email protected]>
Co-authored-by: aristosvo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @magodo - LGTM 🚀
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Fixes #8532
Test Result