From f98c99851fde7998b43ed77e7ae99977176da754 Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:47:31 -0800 Subject: [PATCH] Correct invisible content (disallowed-html-tag) When the build interprets something like "" as an HTML tag that's disallowed, it does not include that content in the rendered page. One way to solve that is to add backslashes before the angle brackets. --- .../sharepoint-online/Revoke-SPOUserSession.md | 6 +++--- .../sharepoint-online/Set-SPOMigrationPackageAzureSource.md | 4 ++-- .../sharepoint-online/Unregister-SPOHubSite.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Revoke-SPOUserSession.md b/sharepoint/sharepoint-ps/sharepoint-online/Revoke-SPOUserSession.md index 831dfc11..97a1fa61 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Revoke-SPOUserSession.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Revoke-SPOUserSession.md @@ -39,9 +39,9 @@ Possible results for this cmdlet are: Result | Reason --- | --- Warning : We couldn't find the user@contoso.com. Check for typos and try again. | Invalid input for -User parameter. -We successfully signed out from all devices. | Successful instantaneous revocation. -It can take up to an hour to sign out from all devices. | Successful non-instantaneous revocation. -Sorry, something went wrong and we couldn't sign out from any device. | The cmdlet did not successfully execute. +We successfully signed out \ from all devices. | Successful instantaneous revocation. +It can take up to an hour to sign out \ from all devices. | Successful non-instantaneous revocation. +Sorry, something went wrong and we couldn't sign out \ from any device. | The cmdlet did not successfully execute. The cmdlet will be available in the future, but it isn't ready for use in your organization yet. | The cmdlet has been disabled for the tenant. ## EXAMPLES diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOMigrationPackageAzureSource.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOMigrationPackageAzureSource.md index 0ba1ad73..a2d68213 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOMigrationPackageAzureSource.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOMigrationPackageAzureSource.md @@ -164,7 +164,7 @@ Accept wildcard characters: False ### -FileContainerName -The optional name of the Azure Blob Storage container that will be created if it does not currently exist. It will hold the uploaded package content files. The value must be in lower case and conform to Azure's container naming rules. If this not supplied a name will be generated using the format -files. +The optional name of the Azure Blob Storage container that will be created if it does not currently exist. It will hold the uploaded package content files. The value must be in lower case and conform to Azure's container naming rules. If this not supplied a name will be generated using the format \-files. ```yaml Type: String @@ -274,7 +274,7 @@ Accept wildcard characters: False ### -PackageContainerName -The optional name of the Azure Blob Storage container that will be created if it does not currently exist. It will hold the uploaded package metadata files. The value must be in lower case and conform to Azure's container naming rules. If this not supplied a name will be generated using the format -package. +The optional name of the Azure Blob Storage container that will be created if it does not currently exist. It will hold the uploaded package metadata files. The value must be in lower case and conform to Azure's container naming rules. If this not supplied a name will be generated using the format \-package. ```yaml Type: String diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Unregister-SPOHubSite.md b/sharepoint/sharepoint-ps/sharepoint-online/Unregister-SPOHubSite.md index 0349fcf0..db9b88ce 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Unregister-SPOHubSite.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Unregister-SPOHubSite.md @@ -37,7 +37,7 @@ Disables the hub site feature on a site so that it is no longer a hub site. Asso Unregister-SPOHubSite -Identity ``` -This example removes a site from the hub site list based on unique hub identifier (). +This example removes a site from the hub site list based on unique hub identifier (\). ### Example 2