Skip to content

Commit 9398abc

Browse files
authored
Merge branch 'main' into patch-1
2 parents 478c524 + 520c5b6 commit 9398abc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Revoke-SPOUserSession.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Possible results for this cmdlet are:
3939
Result | Reason
4040
--- | ---
4141
Warning : We couldn't find the [email protected]. Check for typos and try again. | Invalid input for -User parameter.
42-
We successfully signed out <user> from all devices. | Successful instantaneous revocation.
43-
It can take up to an hour to sign out <user> from all devices. | Successful non-instantaneous revocation.
44-
Sorry, something went wrong and we couldn't sign out <user> from any device. | The cmdlet did not successfully execute.
42+
We successfully signed out \<user\> from all devices. | Successful instantaneous revocation.
43+
It can take up to an hour to sign out \<user\> from all devices. | Successful non-instantaneous revocation.
44+
Sorry, something went wrong and we couldn't sign out \<user\> from any device. | The cmdlet did not successfully execute.
4545
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.
4646

4747
## EXAMPLES

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOMigrationPackageAzureSource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Accept wildcard characters: False
164164
165165
### -FileContainerName
166166
167-
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 <GUID>-files.
167+
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 \<GUID\>-files.
168168
169169
```yaml
170170
Type: String
@@ -274,7 +274,7 @@ Accept wildcard characters: False
274274

275275
### -PackageContainerName
276276

277-
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 <GUID>-package.
277+
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 \<GUID\>-package.
278278

279279
```yaml
280280
Type: String

sharepoint/sharepoint-ps/sharepoint-online/Unregister-SPOHubSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Disables the hub site feature on a site so that it is no longer a hub site. Asso
3737
Unregister-SPOHubSite -Identity <guid>
3838
```
3939

40-
This example removes a site from the hub site list based on unique hub identifier (<guid>).
40+
This example removes a site from the hub site list based on unique hub identifier (\<guid\>).
4141

4242
### Example 2
4343

0 commit comments

Comments
 (0)