From 8d2dc7cbe864ec30f9a7a4c5d6b1ed604545e72e Mon Sep 17 00:00:00 2001 From: NikCharlebois Date: Fri, 1 Nov 2024 14:45:36 +0000 Subject: [PATCH] Updated Resources and Cmdlet documentation pages --- docs/docs/resources/azure-ad/AADServicePrincipal.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/resources/azure-ad/AADServicePrincipal.md b/docs/docs/resources/azure-ad/AADServicePrincipal.md index b181913de7..14152d3e6c 100644 --- a/docs/docs/resources/azure-ad/AADServicePrincipal.md +++ b/docs/docs/resources/azure-ad/AADServicePrincipal.md @@ -14,6 +14,7 @@ | **ErrorUrl** | Write | String | Specifies the error URL of the ServicePrincipal. | | | **Homepage** | Write | String | Specifies the homepage of the ServicePrincipal. | | | **LogoutUrl** | Write | String | Specifies the LogoutURL of the ServicePrincipal. | | +| **Notes** | Write | String | Notes associated with the ServicePrincipal. | | | **PublisherName** | Write | String | Specifies the PublisherName of the ServicePrincipal. | | | **Owners** | Write | StringArray[] | List of the owners of the service principal. | | | **ReplyUrls** | Write | StringArray[] | The URLs that user tokens are sent to for sign in with the associated application, or the redirect URIs that OAuth 2.0 authorization codes and access tokens are sent to for the associated application. | |