Skip to content

Commit 9721191

Browse files
Merge pull request #926 from MicrosoftDocs/main
[AutoPublish] main to live - 07/15 13:34 PDT | 07/16 02:04 IST
2 parents 4f09042 + de12664 commit 9721191

File tree

342 files changed

+15110
-8149
lines changed

Some content is hidden

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

342 files changed

+15110
-8149
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOContainerTypeBilling.md renamed to sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContainerTypeBilling.md

Lines changed: 39 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file: sharepointonline.xml
2+
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-spocontainertypebilling
55
applicable: SharePoint Online
@@ -14,22 +14,20 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Adds the mentioned billing profile details to a standard container type.
17+
Adds the mentioned billing profile details to a standard container type.
1818

1919
## SYNTAX
2020

21-
### ParamSet1
22-
23-
```powershell
24-
Add-SPOContainerTypeBilling –ContainerTypeId <ContainerTypeId> -AzureSubscriptionId <AzureSubscriptionId> -ResourceGroup <ResourceGroup> -Region <Region>
2521
```
26-
22+
Add-SPOContainerTypeBilling -ContainerTypeId <Guid> -AzureSubscriptionId <Guid> -ResourceGroup <String>
23+
-Region <String> [<CommonParameters>]
24+
```
2725

2826
## DESCRIPTION
2927

3028
This cmdlet attaches the Azure subscription ID, resource group and region with the container type ID provided.
3129

32-
You must be a SharePoint Embedded Administrator to run this cmdlet. You also need to have owner or contributor permissions on an Azure subscription, with active time bound permission on billing, and on the Resource group.
30+
You must be a SharePoint Embedded Administrator to run this cmdlet. You also need to have owner or contributor permissions on an Azure subscription, with active time bound permission on billing, and on the Resource group.
3331

3432
If you don't have an Azure subscription, follow steps here to [create a subscription](/azure/cloud-adoption-framework/ready/azure-best-practices/initial-subscriptions).
3533

@@ -45,67 +43,66 @@ Add-SPOContainerTypeBilling - ContainerTypeId aa1d89b3 -AzureSubscriptionId 5a8a
4543

4644
Example 1 attaches the billing profile of Azure subscription ID "5a8a4d9f", resource group "RG100" and region "(US) East US" to the container type ID "aa1d89b3".
4745

48-
4946
## PARAMETERS
5047

51-
### -ContainerTypeId
52-
53-
This parameter specifies the ID of the container type corresponding to the SharePoint Embedded application.
48+
### -AzureSubscriptionId
49+
50+
This parameter describes the Azure subscription ID to which the container type needs to be associated.
51+
5452
```yaml
55-
Type: String
53+
Type: System.Guid
5654
Parameter Sets: (All)
5755
Aliases:
5856
Applicable: SharePoint Online
59-
57+
6058
Required: True
6159
Position: Named
6260
Default value: None
6361
Accept pipeline input: False
6462
Accept wildcard characters: False
6563
```
6664
67-
### -AzureSubscriptionId
65+
### -ContainerTypeId
6866
69-
This parameter describes the Azure subscription ID to which the container type needs to be associated.
67+
This parameter specifies the ID of the container type corresponding to the SharePoint Embedded application.
7068
7169
```yaml
72-
Type: String
73-
Parameter Sets:
70+
Type: System.Guid
71+
Parameter Sets: (All)
7472
Aliases:
7573
Applicable: SharePoint Online
7674

77-
Required: False
75+
Required: True
7876
Position: Named
7977
Default value: None
8078
Accept pipeline input: False
8179
Accept wildcard characters: False
8280
```
8381
82+
### -Region
8483
85-
### -ResourceGroup
86-
87-
This parameter describes the resource group to be used for the associated container type.
84+
This parameter describes the region to which the billing profile of the container type is associated with.
8885
8986
```yaml
90-
Type: String
91-
Parameter Sets:
87+
Type: System.String
88+
Parameter Sets: (All)
9289
Aliases:
9390
Applicable: SharePoint Online
9491

95-
Required: False
92+
Required: True
9693
Position: Named
9794
Default value: None
9895
Accept pipeline input: False
9996
Accept wildcard characters: False
10097
```
10198
102-
### -Region
99+
### -ResourceGroup
103100
104-
This parameter describes the region to which the billing profile of the container type is associated with.
101+
This parameter describes the resource group to be used for the associated container type.
105102
106103
```yaml
107-
Type: String
108-
Parameter Sets: ParamSet2, ParamSet3
104+
Type: System.String
105+
Parameter Sets: (All)
109106
Aliases:
110107
Applicable: SharePoint Online
111108

@@ -116,6 +113,19 @@ Accept pipeline input: False
116113
Accept wildcard characters: False
117114
```
118115
116+
### CommonParameters
117+
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).
118+
119+
## INPUTS
120+
121+
### None
122+
123+
## OUTPUTS
124+
125+
### System.Object
126+
127+
## NOTES
128+
119129
## RELATED LINKS
120130
121131
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
---
2+
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
3+
Module Name: Microsoft.Online.SharePoint.PowerShell
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Add-SPOContainerUser
9+
10+
## SYNOPSIS
11+
{{ Fill in the Synopsis }}
12+
13+
## SYNTAX
14+
15+
```
16+
Add-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <String> [<CommonParameters>]
17+
```
18+
19+
## DESCRIPTION
20+
{{ Fill in the Description }}
21+
22+
## EXAMPLES
23+
24+
### Example 1
25+
```powershell
26+
PS C:\> {{ Add example code here }}
27+
```
28+
29+
{{ Add example description here }}
30+
31+
## PARAMETERS
32+
33+
### -ContainerId
34+
{{ Fill ContainerId Description }}
35+
36+
```yaml
37+
Type: System.String
38+
Parameter Sets: (All)
39+
Aliases:
40+
41+
Required: True
42+
Position: 0
43+
Default value: None
44+
Accept pipeline input: False
45+
Accept wildcard characters: False
46+
```
47+
48+
### -LoginName
49+
{{ Fill LoginName Description }}
50+
51+
```yaml
52+
Type: System.String
53+
Parameter Sets: (All)
54+
Aliases:
55+
56+
Required: True
57+
Position: Named
58+
Default value: None
59+
Accept pipeline input: False
60+
Accept wildcard characters: False
61+
```
62+
63+
### -Role
64+
{{ Fill Role Description }}
65+
66+
```yaml
67+
Type: System.String
68+
Parameter Sets: (All)
69+
Aliases:
70+
Accepted values: Owner, Reader, Writer, Manager
71+
72+
Required: True
73+
Position: Named
74+
Default value: None
75+
Accept pipeline input: False
76+
Accept wildcard characters: False
77+
```
78+
79+
### CommonParameters
80+
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).
81+
82+
## INPUTS
83+
84+
### None
85+
86+
## OUTPUTS
87+
88+
### System.Object
89+
90+
## NOTES
91+
92+
## RELATED LINKS

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOContentSecurityPolicy.md renamed to sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContentSecurityPolicy.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file:
2+
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-spocontentsecuritypolicy
55
applicable: SharePoint Online
@@ -19,26 +19,26 @@ Adds a source to the **Content Security Policy** configuration.
1919

2020
## SYNTAX
2121

22-
### Default
23-
24-
```powershell
25-
Add-SPOContentSecurityPolicy [-Source] <String>
22+
```
23+
Add-SPOContentSecurityPolicy [-Source] <String> [<CommonParameters>]
2624
```
2725

2826
## DESCRIPTION
2927

30-
Adds a source to the **Content Security Policy** configuration.
28+
Adds a source to the **Content Security Policy** configuration.
3129
The source will be added to the `script-src` directive during construction of the `Content-Security-Policy` header.
3230
In multi-geo environments, **Content Security Policy** configuration is unique to each geo.
3331

32+
## EXAMPLES
33+
3434
## PARAMETERS
3535

3636
### -Source
3737

3838
Source to be added to the **Content Security Policy** configuration.
3939

4040
```yaml
41-
Type: String
41+
Type: System.String
4242
Parameter Sets: (All)
4343
Aliases:
4444
Applicable: SharePoint Online
@@ -50,6 +50,19 @@ Accept pipeline input: False
5050
Accept wildcard characters: False
5151
```
5252
53+
### CommonParameters
54+
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).
55+
56+
## INPUTS
57+
58+
### None
59+
60+
## OUTPUTS
61+
62+
### System.Object
63+
64+
## NOTES
65+
5366
## RELATED LINKS
5467
5568
[Get-SPOContentSecurityPolicy](Get-SPOContentSecurityPolicy.md)
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
3+
Module Name: Microsoft.Online.SharePoint.PowerShell
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Add-SPOFontPackage
9+
10+
## SYNOPSIS
11+
{{ Fill in the Synopsis }}
12+
13+
## SYNTAX
14+
15+
```
16+
Add-SPOFontPackage -Title <String> [-IsHidden <Boolean>] -PackageJson <String> [<CommonParameters>]
17+
```
18+
19+
## DESCRIPTION
20+
{{ Fill in the Description }}
21+
22+
## EXAMPLES
23+
24+
### Example 1
25+
```powershell
26+
PS C:\> {{ Add example code here }}
27+
```
28+
29+
{{ Add example description here }}
30+
31+
## PARAMETERS
32+
33+
### -IsHidden
34+
{{ Fill IsHidden Description }}
35+
36+
```yaml
37+
Type: System.Boolean
38+
Parameter Sets: (All)
39+
Aliases:
40+
41+
Required: False
42+
Position: Named
43+
Default value: None
44+
Accept pipeline input: True (ByValue)
45+
Accept wildcard characters: False
46+
```
47+
48+
### -PackageJson
49+
{{ Fill PackageJson Description }}
50+
51+
```yaml
52+
Type: System.String
53+
Parameter Sets: (All)
54+
Aliases:
55+
56+
Required: True
57+
Position: Named
58+
Default value: None
59+
Accept pipeline input: False
60+
Accept wildcard characters: False
61+
```
62+
63+
### -Title
64+
{{ Fill Title Description }}
65+
66+
```yaml
67+
Type: System.String
68+
Parameter Sets: (All)
69+
Aliases:
70+
71+
Required: True
72+
Position: Named
73+
Default value: None
74+
Accept pipeline input: False
75+
Accept wildcard characters: False
76+
```
77+
78+
### CommonParameters
79+
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).
80+
81+
## INPUTS
82+
83+
### System.Boolean
84+
85+
## OUTPUTS
86+
87+
### System.Object
88+
89+
## NOTES
90+
91+
## RELATED LINKS

0 commit comments

Comments
 (0)