Skip to content

Commit

Permalink
azuread_application, azuread_service_principal: docs note to clarify …
Browse files Browse the repository at this point in the history
…tags usage (#988)

* azuread_application, azuread_service_principal: docs note to clarify tags usage. closes #986

* Apply suggestions from code review

Co-authored-by: jackofallops <11830746+jackofallops@users.noreply.github.com>

---------

Co-authored-by: jackofallops <11830746+jackofallops@users.noreply.github.com>
  • Loading branch information
manicminer and jackofallops committed Jan 27, 2023
1 parent bfbdde5 commit 802ac9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ The following arguments are supported:

* `single_page_application` - (Optional) A `single_page_application` block as documented below, which configures single-page application (SPA) related settings for this application.
* `support_url` - (Optional) URL of the application's support page.
* `tags` - (Optional) A set of tags to apply to the application. Cannot be used together with the `feature_tags` block.
* `tags` - (Optional) A set of tags to apply to the application for configuring specific behaviours of the application and linked service principals. Note that these are not provided for use by practitioners. Cannot be used together with the `feature_tags` block.

-> **Tags and Features** Azure Active Directory uses special tag values to configure the behavior of applications. These can be specified using either the `tags` property or with the `feature_tags` block. If you need to set any custom tag values not supported by the `feature_tags` block, it's recommended to use the `tags` property. Tag values also propagate to any linked service principals.

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/service_principal.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The following arguments are supported:

* `preferred_single_sign_on_mode` - (Optional) The single sign-on mode configured for this application. Azure AD uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Azure AD My Apps. Supported values are `oidc`, `password`, `saml` or `notSupported`. Omit this property or specify a blank string to unset.
* `saml_single_sign_on` - (Optional) A `saml_single_sign_on` block as documented below.
* `tags` - (Optional) A set of tags to apply to the service principal. Cannot be used together with the `feature_tags` block.
* `tags` - (Optional) A set of tags to apply to the service principal for configuring specific behaviours of the service principal. Note that these are not provided for use by practitioners. Cannot be used together with the `feature_tags` block.

-> **Tags and Features** Azure Active Directory uses special tag values to configure the behavior of service principals. These can be specified using either the `tags` property or with the `feature_tags` block. If you need to set any custom tag values not supported by the `feature_tags` block, it's recommended to use the `tags` property. Tag values set for the linked application will also propagate to this service principal.

Expand Down

0 comments on commit 802ac9b

Please sign in to comment.