Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed deprecated application_id to client_id #42

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

serbezki
Copy link

@serbezki serbezki commented Nov 16, 2023

azuread_service_principal attribute was renamed from application_id to client_id (https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/service_principal)

azuread_application_password attribute was renamed from application_object_id to application_id
(https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/application_password)

This fixes the warnings:
The attribute "application_id" is deprecated. Refer to the provider documentation for details.
The application_object_id property has been replaced with the application_id property and will be removed in version 3.0 of the AzureAD provider

@serbezki serbezki requested a review from a team as a code owner November 16, 2023 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant