Skip to content

Commit 6916084

Browse files
authored
Merge branch 'main' into BillingPolicy
2 parents f689cbf + 8158c20 commit 6916084

File tree

53 files changed

+3673
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3673
-188
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: New feedback experience
4+
url: https://learn.microsoft.com/office/new-feedback
5+
about: We’re transitioning our feedback experience away from GitHub Issues. For more information, select Open.

.openpublishing.publish.config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"sync_notification_subscribers": [],
3333
"branches_to_filter": [],
3434
"git_repository_branch_open_to_public_contributors": "main",
35+
"redirection_files": [
36+
".openpublishing.redirection.json"
37+
],
3538
"skip_source_output_uploading": false,
3639
"need_preview_pull_request": true,
3740
"enable_incremental_build": false,

.openpublishing.redirection.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path": "sharepoint/virtual-folder/sharepoint-online/Add-SPOTenantRestrictedSearchAllowedList.md",
5+
"redirect_url": "/powershell/module/sharepoint-online",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "sharepoint/virtual-folder/sharepoint-online/Get-SPOTenantRestrictedSearchAllowedList.md",
10+
"redirect_url": "/powershell/module/sharepoint-online",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "sharepoint/virtual-folder/sharepoint-online/Get-SPOTenantRestrictedSearchMode.md",
15+
"redirect_url": "/powershell/module/sharepoint-online",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "sharepoint/virtual-folder/sharepoint-online/Remove-SPOTenantRestrictedSearchAllowedList.md",
20+
"redirect_url": "/powershell/module/sharepoint-online",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "sharepoint/virtual-folder/sharepoint-online/Set-SPOTenantRestrictedSearchMode.md",
25+
"redirect_url": "/powershell/module/sharepoint-online",
26+
"redirect_document_id": false
27+
}
28+
]
29+
}

ContentOwners.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/sharepoint @jacktremper

sharepoint/breadcrumb/toc.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1-
- name: Docs
2-
tocHref: /
3-
topicHref: /
1+
- name: SharePoint
2+
tocHref: /powershell/module/
3+
topicHref: /sharepoint/index
4+
items:
5+
- name: SharePoint PowerShell
6+
tocHref: /powershell/module/sharepoint-server/
7+
topicHref: /powershell/sharepoint/index
8+
- name: SharePoint
9+
tocHref: /powershell/sharepoint/
10+
topicHref: /sharepoint/index
11+
- name: SharePoint PowerShell
12+
tocHref: /powershell/sharepoint/
13+
topicHref: /powershell/sharepoint/index

sharepoint/docfx.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66

77
{"files": ["**/toc.yml"], "src": "sharepoint-ps", "version": "sharepoint-ps", "exclude": ["docs-conceptual"], "dest": "module/sharepoint-ps"},
88
{"files": ["**/*.yml"], "src": "sharepoint-ps", "version": "sharepoint-ps", "exclude": ["docs-conceptual"], "dest": "module"},
9+
{"files": ["**/*.md"], "src": "virtual-folder", "version": "sharepoint-ps", "dest": "module" },
910

1011
{"files": ["**/toc.yml"], "src": "sharepoint-server-ps", "version": "sharepoint-server-ps", "exclude": ["docs-conceptual"], "dest": "module/sharepoint-ps"},
11-
{"files": ["**/*.yml"], "src": "sharepoint-server-ps", "version": "sharepoint-server-ps", "exclude": ["docs-conceptual"], "dest": "module"}
12+
{"files": ["**/*.yml"], "src": "sharepoint-server-ps", "version": "sharepoint-server-ps", "exclude": ["docs-conceptual"], "dest": "module"},
13+
{"files": ["**/*.md"], "src": "virtual-folder", "version": "sharepoint-server-ps", "dest": "module" }
1214
],
1315
"resource": [
1416
{
@@ -35,15 +37,14 @@
3537
"globalMetadata": {
3638
"ms.service": "sharepoint-server-itpro",
3739
"uhfHeaderId": "MSDocsHeader-M365-IT",
38-
"breadcrumb_path": "/sharepoint/breadcrumb/toc.json",
39-
"extendBreadcrumb": true,
40-
"feedback_system": "GitHub",
41-
"feedback_github_repo": "MicrosoftDocs/OfficeDocs-SharePoint-powershell",
42-
"feedback_product_url": "https://github.com/MicrosoftDocs/OfficeDocs-SharePoint-powershell/issues",
40+
"breadcrumb_path": "/powershell/breadcrumb/toc.json",
41+
"feedback_system": "Standard",
42+
"feedback_product_url": "https://github.com/MicrosoftDocs/OfficeDocs-SharePoint-powershell/issues",
4343
"author": "techwriter40",
4444
"ms.author": "pamgreen",
4545
"ms.devlang": "powershell",
4646
"ms.date": "09/08/2021",
47+
"ms.topic": "reference",
4748
"contributors_to_exclude": [
4849
"rjagiewich",
4950
"traya1",

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOListDesign.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
44
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/add-spolistdesign
55
schema: 2.0.0
6-
author: SaladiHarini
7-
ms.author: hasaladi
6+
author: reedpamsft
7+
ms.author: reedpa
88
ms.reviewer:
99
title: Add-SPOListDesign
1010
---
1111

1212
# Add-SPOListDesign
1313

1414
## SYNOPSIS
15-
Creates a new list design available to users when they create a new list from the SharePoint home page, the Microsoft Lists app, Microsoft Teams, or Office.com.
15+
Creates a new list or document library design available to users when they create a new list or document library from site contents, certain site home pages, the SharePoint home page, the Microsoft Lists app, Microsoft Teams, or Office.com.
1616

1717
## SYNTAX
1818

@@ -23,7 +23,9 @@ Add-SPOListDesign -Title <String> -SiteScripts <SPOSiteScriptPipeBind[]> [-Descr
2323
```
2424

2525
## DESCRIPTION
26-
Creates a new list design available to users when they create a new list from the SharePoint home page, the Microsoft Lists app, Microsoft Teams, or Office.com.
26+
Creates a new list or document library design available to users when they create a new list or document library from the SharePoint home page, the Microsoft Lists app, Microsoft Teams, or Office.com.
27+
28+
List designs will be available in UI where lists are created, and document library designs will be available in UI where document libraries are created. The difference is based on the "templateType" of the site design used. "templateType" 100 is for Lists, "templateType" 101 is for document libraries.
2729

2830
## EXAMPLES
2931

@@ -39,12 +41,12 @@ PS > Add-SPOListDesign
3941
-Thumbnail "https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png"
4042
```
4143

42-
This example creates a new list design.
44+
This example creates a new list or document library design.
4345

4446
## PARAMETERS
4547

4648
### -Description
47-
The display description of the list design.
49+
The display description of the list or document library design.
4850

4951
```yaml
5052
Type: String
@@ -106,7 +108,7 @@ Accept wildcard characters: False
106108
```
107109
108110
### -TemplateFeatures
109-
Set of features that the template comes with. It is displayed as a bulleted list when the user is looking at the template preview in the list creation dialog.
111+
Set of features that the template comes with. It is displayed as a bulleted list when the user is looking at the template preview in the list or document library creation dialog.
110112
111113
```yaml
112114
Type: String[]
@@ -136,7 +138,7 @@ Accept wildcard characters: False
136138
```
137139
138140
### -Title
139-
The display name of the list design.
141+
The display name of the list or document library design.
140142
141143
```yaml
142144
Type: String

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOOrgAssetsLibrary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Add-SPOOrgAssetsLibrary -LibraryUrl <String> [-ThumbnailUrl <String>] [-OrgAsset
2525

2626
## DESCRIPTION
2727

28-
The Add-SPOOrgAssetsLibrary cmdlet designates a library to be a central location for organization assets across the tenant. Once this cmdlet is run, assets stored within this library are available to sites across the tenant. The name publicly displayed for the library will be the name of the library on the SharePoint site. Note that it may take from a couple of hours to a day for changes to be reflected.
28+
The Add-SPOOrgAssetsLibrary cmdlet designates a library to be a central location for organization assets across the tenant. Once this cmdlet is run, assets stored within this library are available to sites across the tenant. The name publicly displayed for the library will be the organization's name. Note that it may take from a couple of hours to a day for changes to be reflected.
2929

3030
## EXAMPLES
3131

3232
### Example 1
3333

34-
This example adds https://contoso.sharepoint.com/sites/branding/Assets as a designated library for organization assets. Assets is the name of the SharePoint library added and will be the name publicly displayed for the library. The thumbnail publicly displayed for the library is contosologo.jpg, from that same library.
34+
This example adds https://contoso.sharepoint.com/sites/branding/Assets as a designated library for organization assets. Assets is the name of the SharePoint library added. The thumbnail publicly displayed for the library is contosologo.jpg, from that same library.
3535

3636
```powershell
3737
Add-SPOOrgAssetsLibrary -LibraryURL https://contoso.sharepoint.com/sites/branding/Assets -ThumbnailURL https://contoso.sharepoint.com/sites/branding/Assets/contosologo.jpg

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOSiteScriptPackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add-SPOSiteScriptPackage -Title <String> -ContentPath <String> [-Description <St
1717
```
1818

1919
## DESCRIPTION
20-
Uploads a new site script package for use either directly or in a site design. The package file must be a zip archive containing all the files necessary for the site script. A file called manifest.json with script actions must be present in this zip file.
20+
Uploads a new site script package for use either directly or in a site design. The package file must be a zip archive containing all the files necessary for the site script. A file called "manifest.json" with script actions must be present in this zip file.
2121

2222
## EXAMPLES
2323

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
---
2+
external help file: sharepointonline.xml
3+
Module Name: Microsoft.Online.SharePoint.PowerShell
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spoapplication
5+
applicable: SharePoint Online
6+
title: Get-SPOApplication
7+
schema: 2.0.0
8+
author: cindylay
9+
ms.author: cindylay
10+
ms.reviewer:
11+
---
12+
13+
# Get-SPOApplication
14+
15+
## SYNOPSIS
16+
17+
Returns a list of SharePoint Embedded applications in the specified tenant.
18+
19+
## SYNTAX
20+
21+
### ParamSet1
22+
23+
```powershell
24+
Get-SPOApplication [[-OwningApplicationId] <OwningApplicationid>] [<CommonParameters>]
25+
```
26+
27+
### ParamSet2
28+
29+
```powershell
30+
Get-SPOApplication [[-OwningApplicationId] <OwningApplicationid>] [[-ApplicationId] <ApplicationId>]
31+
```
32+
33+
## DESCRIPTION
34+
35+
The `Get-SPOApplication` cmdlet retrieves and returns all third-party SharePoint Embedded applications registered in a tenant that match the given criteria. You must be a SharePoint Online Administrator or Global Administrator to run the cmdlet. For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
36+
37+
## EXAMPLES
38+
39+
### Example 1
40+
41+
```powershell
42+
Get-SPOApplication
43+
```
44+
45+
Example 1 returns all SharePoint Embedded applications registered in the specified tenant by their `OwningApplicationId` and `OwningApplicationName`.
46+
47+
### Example 2
48+
49+
```powershell
50+
Get-SPOApplication -OwningApplicationId <OwningApplicationId>
51+
```
52+
53+
Example 2 lists the details of the owning application corresponding to the `OwningApplicationId` registered in the specified tenant.
54+
55+
### Example 3
56+
57+
```powershell
58+
Get-SPOApplication -OwningApplicationId <OwningApplicationId> -ApplicationId <ApplicationId>
59+
```
60+
61+
Example 3 enumerates permissions of the owning applications registered in the specified tenant.
62+
63+
## PARAMETERS
64+
65+
### -OwningApplicationId
66+
67+
Use this parameter to get details about apps registered in the specified tenant.
68+
69+
The following details are returned:
70+
71+
- OwningApplicationId
72+
73+
- OwningApplicationName
74+
75+
- Storage
76+
77+
- Applications (by id)
78+
79+
```yaml
80+
Type: String
81+
Parameter Sets: (All)
82+
Aliases:
83+
Applicable: SharePoint Online
84+
85+
Required: False
86+
Position: Named
87+
Default value: None
88+
Accept pipeline input: False
89+
Accept wildcard characters: False
90+
```
91+
92+
### -ApplicationId
93+
94+
Use this parameter to enumerate permissions of the owning applications registered in the specified tenant.
95+
96+
```yaml
97+
Type: String
98+
Parameter Sets: ParamSet2
99+
Aliases:
100+
Applicable: SharePoint Online
101+
102+
Required: False
103+
Position: Named
104+
Default value: None
105+
Accept pipeline input: False
106+
Accept wildcard characters: False
107+
```
108+
109+
### CommonParameters
110+
111+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
112+
113+
114+
## RELATED LINKS
115+
116+
[Get-SPOContainer](./Get-SPOContainer.md)
117+
[Set-SPOApplication] (Set-SPOApplication.md)

0 commit comments

Comments
 (0)