New Data Source: azurerm_cognitive_account_project#31605
Merged
sreallymatt merged 4 commits intohashicorp:mainfrom Feb 6, 2026
Merged
Conversation
teowa
reviewed
Jan 29, 2026
Collaborator
teowa
left a comment
There was a problem hiding this comment.
Hi @promisinganuj , thank you for the PR. I've added some comments inline.
internal/services/cognitive/validate/account_project_name_test.go
Outdated
Show resolved
Hide resolved
Collaborator
Author
|
Hi @teowa , thanks for the review, I have incorporated the changes. Please have another look. |
Collaborator
|
Thanks @promisinganuj , LGTM! |
sreallymatt
approved these changes
Feb 6, 2026
Collaborator
sreallymatt
left a comment
There was a problem hiding this comment.
Thanks @promisinganuj - LGTM ✅
anurag-hashicorp
pushed a commit
to anurag-hashicorp/terraform-provider-azurerm
that referenced
this pull request
Feb 19, 2026
[FEATURE] * *New Data Source**: `azurerm_cognitive_account_project`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Community Note
Description
Adding the data resource for Cognitive Account Project.
Important design considerations
cognitive_account_nameandresource_group_namearguments instead ofcogniive_account_idto keep it user-friendly.endpointsas map. The use would output the AI foundry API as:PR Checklist
Changes to existing Resource / Data Source
Testing
Unit Test Results:

Acceptance Test Results: 29 Jan 05:14

Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_cognitive_account_project[Support for new Datasource azurerm_cognitive_account_project #31543]This is a (please select all that apply):
Related Issue(s)
Fixes #31543
AI Assistance Disclosure
The base structure has been written with AI assistance. However, it has been reviewed manually to ensure adherence to the guidelines.
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the provider.
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
None