Skip to content

Commit

Permalink
Merge pull request #1362 from nayrsirhc/main
Browse files Browse the repository at this point in the history
docs: add to resource_app_id description and fix typos in service_principals.md
  • Loading branch information
manicminer authored Apr 29, 2024
2 parents 8212a87 + 7f6f5e0 commit 5ecee46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/service_principals.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data "azuread_service_principals" "example" {
}
```

*Look up by application IDs (client IDs*
*Look up by application IDs (client IDs)*

```terraform
data "azuread_service_principals" "example" {
Expand Down
2 changes: 1 addition & 1 deletion internal/services/applications/application_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ func applicationDataSource() *pluginsdk.Resource {
Elem: &pluginsdk.Resource{
Schema: map[string]*pluginsdk.Schema{
"resource_app_id": {
Description: "The unique identifier for the resource that the application requires access to. This is the Application ID of the target application",
Description: "The unique identifier for the resource that the application requires access to. This is the Client ID (also called Application ID) of the target application",
Type: pluginsdk.TypeString,
Computed: true,
},
Expand Down

0 comments on commit 5ecee46

Please sign in to comment.