Skip to content

Commit 2278fa7

Browse files
authored
Merge pull request #927 from sdwheeler/sdw-w454298-fix-app-tags
Move `Applicable:` tags to support PlatyPS
2 parents de12664 + 33c6d3a commit 2278fa7

File tree

190 files changed

+2224
-746
lines changed

Some content is hidden

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

190 files changed

+2224
-746
lines changed

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@ Example 1 attaches the billing profile of Azure subscription ID "5a8a4d9f", reso
4747

4848
### -AzureSubscriptionId
4949

50+
> Applicable: SharePoint Online
51+
5052
This parameter describes the Azure subscription ID to which the container type needs to be associated.
5153

5254
```yaml
5355
Type: System.Guid
5456
Parameter Sets: (All)
5557
Aliases:
56-
Applicable: SharePoint Online
58+
5759

5860
Required: True
5961
Position: Named
@@ -64,13 +66,15 @@ Accept wildcard characters: False
6466
6567
### -ContainerTypeId
6668
69+
> Applicable: SharePoint Online
70+
6771
This parameter specifies the ID of the container type corresponding to the SharePoint Embedded application.
6872
6973
```yaml
7074
Type: System.Guid
7175
Parameter Sets: (All)
7276
Aliases:
73-
Applicable: SharePoint Online
77+
7478

7579
Required: True
7680
Position: Named
@@ -81,13 +85,15 @@ Accept wildcard characters: False
8185
8286
### -Region
8387
88+
> Applicable: SharePoint Online
89+
8490
This parameter describes the region to which the billing profile of the container type is associated with.
8591
8692
```yaml
8793
Type: System.String
8894
Parameter Sets: (All)
8995
Aliases:
90-
Applicable: SharePoint Online
96+
9197

9298
Required: True
9399
Position: Named
@@ -98,13 +104,15 @@ Accept wildcard characters: False
98104
99105
### -ResourceGroup
100106
107+
> Applicable: SharePoint Online
108+
101109
This parameter describes the resource group to be used for the associated container type.
102110
103111
```yaml
104112
Type: System.String
105113
Parameter Sets: (All)
106114
Aliases:
107-
Applicable: SharePoint Online
115+
108116

109117
Required: False
110118
Position: Named

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@ In multi-geo environments, **Content Security Policy** configuration is unique t
3535

3636
### -Source
3737

38+
> Applicable: SharePoint Online
39+
3840
Source to be added to the **Content Security Policy** configuration.
3941

4042
```yaml
4143
Type: System.String
4244
Parameter Sets: (All)
4345
Aliases:
44-
Applicable: SharePoint Online
46+
4547

4648
Required: True
4749
Position: 0

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOGeoAdministrator.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,15 @@ Adds the user **admin\@contoso.onmicrosoft.com** as administrator to the SharePo
5353

5454
### -GroupAlias
5555

56+
> Applicable: SharePoint Online
57+
5658
Use this parameter to add a security group or a mail-enabled security group as a geo admin. (Distribution groups and Microsoft 365 Groups are not supported).
5759

5860
```yaml
5961
Type: System.String
6062
Parameter Sets: Group
6163
Aliases:
62-
Applicable: SharePoint Online
64+
6365

6466
Required: True
6567
Position: 0
@@ -70,13 +72,15 @@ Accept wildcard characters: False
7072
7173
### -ObjectId
7274
75+
> Applicable: SharePoint Online
76+
7377
Not all security groups have a group alias. If you want to add a security group that does not have an alias, run Get-MsolGroup to retrieve a list of groups, find your security group's ObjectID, and then use this parameter. For more information, see [Add or remove a geo administrator in Microsoft 365 Multi-Geo](/office365/enterprise/add-a-sharepoint-geo-admin).
7478
7579
```yaml
7680
Type: System.Guid
7781
Parameter Sets: ObjectId
7882
Aliases:
79-
Applicable: SharePoint Online
83+
8084

8185
Required: True
8286
Position: 0
@@ -87,13 +91,15 @@ Accept wildcard characters: False
8791
8892
### -UserPrincipalName
8993
94+
> Applicable: SharePoint Online
95+
9096
UserPrincipalName or UPN defined for the specific user on the SharePoint Online tenant.
9197
9298
```yaml
9399
Type: System.String
94100
Parameter Sets: User
95101
Aliases:
96-
Applicable: SharePoint Online
102+
97103

98104
Required: True
99105
Position: 0

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOHubSiteAssociation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ This example associates the research site with the marketing hub site.
4040

4141
### -HubSite
4242

43+
> Applicable: SharePoint Online
44+
4345
URL or Site ID of the hub site.
4446

4547
```yaml
4648
Type: Microsoft.Online.SharePoint.PowerShell.SpoHubSitePipeBind
4749
Parameter Sets: (All)
4850
Aliases:
49-
Applicable: SharePoint Online
51+
5052

5153
Required: True
5254
Position: Named
@@ -57,13 +59,15 @@ Accept wildcard characters: False
5759
5860
### -Site
5961
62+
> Applicable: SharePoint Online
63+
6064
URL of the site to join to the hub site.
6165
6266
```yaml
6367
Type: Microsoft.Online.SharePoint.PowerShell.SpoSitePipeBind
6468
Parameter Sets: (All)
6569
Aliases:
66-
Applicable: SharePoint Online
70+
6771

6872
Required: True
6973
Position: 0

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOHubToHubAssociation.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@ This example associates the source hub site with the HubSiteId 7b6fd3a3-b029-4eb
4141

4242
### -Source
4343

44+
> Applicable: SharePoint Online
45+
4446
HubSiteId of the Source Hub site to be associated with the Target Hub Site.
4547

4648
```yaml
4749
Type: System.Guid
4850
Parameter Sets: (All)
4951
Aliases:
50-
Applicable: SharePoint Online
52+
5153
Required: True
5254
Position: 0
5355
Default value: None
@@ -57,13 +59,15 @@ Accept wildcard characters: False
5759
5860
### -Target
5961
62+
> Applicable: SharePoint Online
63+
6064
HubSiteId of the Target Hub to associate the source Hub to.
6165
6266
```yaml
6367
Type: System.Guid
6468
Parameter Sets: (All)
6569
Aliases:
66-
Applicable: SharePoint Online
70+
6771
Required: True
6872
Position: Named
6973
Default value: None
@@ -85,7 +89,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8589
8690
## NOTES
8791
88-
SPOHubToHubAssociation is just a placeholder and not yet ready for production.
92+
SPOHubToHubAssociation is just a placeholder and not yet ready for production.
8993
9094
## RELATED LINKS
9195

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOOrgAssetsLibrary.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Add-SPOOrgAssetsLibrary -LibraryURL https://contoso.sharepoint.com/sites/brandin
5050

5151
### -CdnType
5252

53+
> Applicable: SharePoint Online
54+
5355
Specifies the CDN type. The valid values are public or private.
5456

5557
Note: The manually configured Private CDN is in the process of being deprecated. For more information, see [Use the Office 365 Content Delivery Network (CDN) with SharePoint Online](/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo).
@@ -58,7 +60,7 @@ Note: The manually configured Private CDN is in the process of being deprecated.
5860
Type: Microsoft.Online.SharePoint.TenantAdministration.SPOTenantCdnType
5961
Parameter Sets: (All)
6062
Aliases:
61-
Applicable: SharePoint Online
63+
6264
Accepted values: Public, Private
6365

6466
Required: False
@@ -85,13 +87,15 @@ Accept wildcard characters: False
8587
8688
### -LibraryUrl
8789
90+
> Applicable: SharePoint Online
91+
8892
Indicates the absolute URL of the library to be designated as a central location for organization assets.
8993
9094
```yaml
9195
Type: System.String
9296
Parameter Sets: (All)
9397
Aliases:
94-
Applicable: SharePoint Online
98+
9599

96100
Required: True
97101
Position: Named
@@ -139,13 +143,15 @@ Accept wildcard characters: False
139143
140144
### -ThumbnailUrl
141145
146+
> Applicable: SharePoint Online
147+
142148
Indicates the URL of the background image used when the library is publicly displayed. If no thumbnail URL is indicated, the card will have a gray background.
143149
144150
```yaml
145151
Type: System.String
146152
Parameter Sets: (All)
147153
Aliases:
148-
Applicable: SharePoint Online
154+
149155

150156
Required: False
151157
Position: Named

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOSiteCollectionAppCatalog.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,15 @@ This example adds a SiteCollection app catalog to the specified site.
4343

4444
### -Site
4545

46+
> Applicable: SharePoint Online
47+
4648
Url of the site to add the app catalog to.
4749

4850
```yaml
4951
Type: Microsoft.Online.SharePoint.PowerShell.SpoSitePipeBind
5052
Parameter Sets: (All)
5153
Aliases:
52-
Applicable: SharePoint Online
54+
5355

5456
Required: True
5557
Position: Named
@@ -60,14 +62,16 @@ Accept wildcard characters: False
6062
6163
### -Confirm
6264
65+
> Applicable: SharePoint Online
66+
6367
Prompts you for confirmation before executing the command.
6468
For more information, type the following command: `get-help about_commonparameters`
6569

6670
```yaml
6771
Type: System.Management.Automation.SwitchParameter
6872
Parameter Sets: (All)
6973
Aliases: cf
70-
Applicable: SharePoint Online
74+
7175
7276
Required: False
7377
Position: Named
@@ -78,14 +82,16 @@ Accept wildcard characters: False
7882

7983
### -WhatIf
8084

85+
> Applicable: SharePoint Online
86+
8187
Displays a message that describes the effect of the command instead of executing the command.
8288
For more information, type the following command: `get-help about_commonparameters`
8389

8490
```yaml
8591
Type: System.Management.Automation.SwitchParameter
8692
Parameter Sets: (All)
8793
Aliases: wi
88-
Applicable: SharePoint Online
94+
8995
9096
Required: False
9197
Position: Named

0 commit comments

Comments
 (0)