azurerm_ai_foundry_project: add support for primary_user_assigned_identity#29197
azurerm_ai_foundry_project: add support for primary_user_assigned_identity#29197catriona-m merged 5 commits intohashicorp:mainfrom
azurerm_ai_foundry_project: add support for primary_user_assigned_identity#29197Conversation
0327cd3 to
1473ead
Compare
catriona-m
left a comment
There was a problem hiding this comment.
Thanks @wuxu92 - I left a couple of comments inline but once those are addressed we can take another look at this. Thanks!
internal/services/machinelearning/ai_foundry_project_resource_test.go
Outdated
Show resolved
Hide resolved
|
Hi @wuxu92 ! We have reviewed this on the HashiCorp side and provided some comments to be addressed. Please review and then merge once you are finished if you're able. Thanks in advance! |
catriona-m
left a comment
There was a problem hiding this comment.
Thanks for making the changes @wuxu92 - this LGTM!
…identity` (hashicorp#29197) * add primary_user_assigned_identity to ai foundry project * primary user identity should be in identity block * update acc test format * code/doc clean * terrafmt
* changelog for 4.28 release * Update CHANGELOG.md #29410 * Update CHANGELOG.md #29397 * Update CHANGELOG.md #27454 * Update CHANGELOG.md #28919 * Update CHANGELOG.md #29443 * Update CHANGELOG.md #29443 * Update CHANGELOG.md #29456 * Update CHANGELOG.md for #29424 * Update CHANGELOG.md for #29150 * Update CHANGELOG.md #29435 * Update CHANGELOG.md #29431 * Update CHANGELOG.md #29396 * Update CHANGELOG.md #29197 * Update CHANGELOG.md for #28705 * Update CHANGELOG.md #28954 * Update CHANGELOG.md for #29363 * prep for release --------- Co-authored-by: catriona-m <[email protected]> Co-authored-by: Wodans Son <[email protected]> Co-authored-by: sreallymatt <[email protected]> Co-authored-by: Matthew Frahry <[email protected]> Co-authored-by: jackofallops <[email protected]>
|
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. |
Community Note
Description
The user identity should specifid by separate field as
PrimaryUserAssignedIdentity. API Spec reference: https://github.com/Azure/azure-rest-api-specs/blob/c488b4a741cb78f93514d7a9d3332d08ea7b32e1/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2024-04-01/workspaceRP.json#L1812PR Checklist
For example: “
resource_name_here- description of change e.g. adding propertynew_property_name_here”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_ai_foundry_project: add support forprimary_user_assigned_identityproperty [azurerm_ai_foundry_project 400 internal error when using 'UserAssigned' identity type #29074]This is a (please select all that apply):
Related Issue(s)
Fixes #29074