You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
azurerm_ai_foundry_project: add support for primary_user_assigned_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
@@ -92,6 +92,8 @@ The following arguments are supported:
92
92
93
93
*`description` - (Optional) The description of this AI Foundry Project.
94
94
95
+
*`primary_user_assigned_identity` - (Optional) The user assigned identity ID that represents the AI Foundry Hub identity. This must be set when enabling encryption with a user assigned identity.
96
+
95
97
*`friendly_name` - (Optional) The display name of this AI Foundry Project.
96
98
97
99
*`high_business_impact_enabled` - (Optional) Whether High Business Impact (HBI) should be enabled or not. Enabling this setting will reduce diagnostic data collected by the service. Changing this forces a new AI Foundry Project to be created. Defaults to `false`.
0 commit comments