Skip to content

Commit c2029fb

Browse files
author
yadongzhai
committed
address commnets
1 parent df04c93 commit c2029fb

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOCustomCdnSiteCollectionApps.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ title: Get-SPOCustomCdnSiteCollectionApps
77
schema: 2.0.0
88
author: Yadong1106
99
ms.author: yadongzhai
10-
ms.reviewer:
1110
---
1211

1312
# Get-SPOCustomCdnSiteCollectionApps
1413

1514
## SYNOPSIS
1615

17-
Retrieves all app installations that use a custom CDN for a specific site collection. You must be a SharePoint Online administrator to run this cmdlet.
16+
Retrieves all app installations that use a custom content delivery network (CDN) for a specific site collection.
1817

1918
## SYNTAX
2019

@@ -24,7 +23,7 @@ Get-SPOCustomCdnSiteCollectionApps -SiteUrl <String> [<CommonParameters>]
2423

2524
## DESCRIPTION
2625

27-
Retrieves all app installations that are configured to use a custom content delivery network (CDN) for the specified site collection. The output includes the product ID, title, app installation ID, site ID, and site URL of each app installation.
26+
Retrieves all app installations that are configured to use a custom CDN for the specified site collection. The output includes the product ID, title, app installation ID, site ID, and site URL of each app installation.
2827

2928
## EXAMPLES
3029

@@ -58,7 +57,7 @@ Accept wildcard characters: False
5857
5958
### CommonParameters
6059
61-
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).
60+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
6261

6362
## INPUTS
6463

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOCustomCdnTenantApps.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ title: Get-SPOCustomCdnTenantApps
77
schema: 2.0.0
88
author: Yadong1106
99
ms.author: yadongzhai
10-
ms.reviewer:
1110
---
1211

1312
# Get-SPOCustomCdnTenantApps
1413

1514
## SYNOPSIS
1615

17-
Retrieves all apps that use a custom CDN from the Tenant App Catalog. You must be a SharePoint Online administrator to run this cmdlet.
16+
Retrieves all apps that use a custom content delivery network (CDN) from the Tenant App Catalog.
1817

1918
## SYNTAX
2019

@@ -24,7 +23,7 @@ Get-SPOCustomCdnTenantApps [<CommonParameters>]
2423

2524
## DESCRIPTION
2625

27-
Retrieves all apps from the Tenant App Catalog that are configured to use a custom content delivery network (CDN). The output includes the product ID and title of each app.
26+
Retrieves all apps from the Tenant App Catalog that are configured to use a custom CDN. The output includes the product ID and title of each app.
2827

2928
## EXAMPLES
3029

@@ -40,7 +39,7 @@ This example returns a list of all apps in the Tenant App Catalog that use a cus
4039

4140
### CommonParameters
4241

43-
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).
42+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
4443

4544
## INPUTS
4645

0 commit comments

Comments
 (0)