-
Notifications
You must be signed in to change notification settings - Fork 301
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
azuread_service_principal - Improved UX for tags (was: Missing Visible to Users Interface) #354
Comments
Hi @Ravenzmynd, thanks for requesting this feature. I haven't been able to locate this property in the API references, neither for Azure AD Graph nor Microsoft Graph. Do you have a working 'az cli' command for this? It may help in identifying the property. |
I am unable to locate this flag as well. Wondering if this is supported outside the console/portal at all at this point? :/ |
I'm going to mark this as blocked until we can determine whether any API support for this property exists. |
Toggling setting on portal adds/removes tag called HideApp. Hide app:
"Unhide" app:
For PowerShell example see https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/hide-application-from-user-portal . |
This functionality has been released in v2.3.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
It appears that the ability to set the "Visible to users" flag is missing in the terraform when creating an azuread_application. We are attempting to create a service principal for use in automation, (and can do so thank you!); however, this is not an application we need nor would want to have show up in the O365 applications listing as it isn't pertinent to the user base, but only leveraged for the operations team.
For now we have to manually compensate in the portal or drop out of the terraform in favor an "az cli" command. A clunky solution at best from our patterns and practices.
Can this be addressed at some point please? Is there something we are missing or a reason why this property isn't allowed for from the Terraform perspective?
Thanks!
Screenshot for the property in the azure portal
The text was updated successfully, but these errors were encountered: