Skip to content

Commit ac444e1

Browse files
committed
Added Synopsis, Description, Examples and Parameters
1 parent 390c266 commit ac444e1

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

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

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Set-SPOTenantCdnEnabled
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Enables or disables Public content delivery network (CDN) or Private CDN on the tenant level.
1212

1313

1414
## SYNTAX
@@ -19,23 +19,24 @@ Set-SPOTenantCdnEnabled [-CdnType <SPOTenantCdnTypeClient>] [-Confirm] [-Enable
1919
```
2020

2121
## DESCRIPTION
22-
{{Fill in the Description}}
22+
Enables or disables Public content delivery network (CDN) or Private CDN on the tenant level.
2323

2424

2525
## EXAMPLES
2626

27-
### --------------------EXAMPLE---------------------
27+
### -----------------------EXAMPLE 1-----------------------------
2828
```
29-
PS C:\> {{ Add example code here }}
29+
Set-SPOTenantCdnEnabled -CdnType public -Enable $true
3030
```
3131

32-
{{ Add example description here }}
32+
The example enables a CDN.
3333

3434

3535
## PARAMETERS
3636

3737
### -CdnType
38-
{{Fill CdnType Description}}
38+
Specifies the CDN type. The valid values are: public or private.
39+
3940

4041
```yaml
4142
Type: SPOTenantCdnTypeClient
@@ -68,7 +69,10 @@ Accept wildcard characters: False
6869
```
6970
7071
### -Enable
71-
{{Fill Enable Description}}
72+
Specifies if the CDN is enabled.
73+
74+
The valid values are: $True and $False.
75+
7276
7377
```yaml
7478
Type: Boolean
@@ -84,7 +88,8 @@ Accept wildcard characters: False
8488
```
8589
8690
### -NoDefaultOrigins
87-
{{Fill NoDefaultOrigins Description}}
91+
PARAMVALUE: SwitchParameter
92+
8893
8994
```yaml
9095
Type: SwitchParameter

0 commit comments

Comments
 (0)