hashicorp / terraform-provider-azuread

Terraform provider for Azure Active Directory
https://registry.terraform.io/providers/hashicorp/azuread/latest/docs
Mozilla Public License 2.0
417 stars 283 forks source link

docs: add to resource_app_id description and fix typos in service_principals.md #1362

Closed nayrsirhc closed 2 months ago

nayrsirhc commented 2 months ago

docs: add to resource_app_id description and fix typos in service_principals.md

I was recently using this provider and had some confusion from my side as I was unaware client id and application id were synonomous for one another, I use the terraform provider docs religiously and I believe that because application id is a property that is now deperecated this description should be changed to match what the provider expects, which from what I can tell is client id

nayrsirhc commented 2 months ago

Its a pleasure and thank you @manicminer!