Skip to content

Commit 2d53732

Browse files
author
Maxwell Gattuso
committed
Update cdn-manage-powershell.md
1 parent bac7248 commit 2d53732

File tree

1 file changed

+36
-20
lines changed

1 file changed

+36
-20
lines changed

articles/cdn/cdn-manage-powershell.md

Lines changed: 36 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,42 @@ PS C:\> Get-Command -Module Az.Cdn
3939
4040
CommandType Name Version Source
4141
----------- ---- ------- ------
42-
Cmdlet Get-AzCdnCustomDomain 2.0.0 Az.Cdn
43-
Cmdlet Get-AzCdnEndpoint 2.0.0 Az.Cdn
44-
Cmdlet Get-AzCdnEndpointNameAvailability 2.0.0 Az.Cdn
45-
Cmdlet Get-AzCdnOrigin 2.0.0 Az.Cdn
46-
Cmdlet Get-AzCdnProfile 2.0.0 Az.Cdn
47-
Cmdlet Get-AzCdnProfileSsoUrl 2.0.0 Az.Cdn
48-
Cmdlet New-AzCdnCustomDomain 2.0.0 Az.Cdn
49-
Cmdlet New-AzCdnEndpoint 2.0.0 Az.Cdn
50-
Cmdlet New-AzCdnProfile 2.0.0 Az.Cdn
51-
Cmdlet Publish-AzCdnEndpointContent 2.0.0 Az.Cdn
52-
Cmdlet Remove-AzCdnCustomDomain 2.0.0 Az.Cdn
53-
Cmdlet Remove-AzCdnEndpoint 2.0.0 Az.Cdn
54-
Cmdlet Remove-AzCdnProfile 2.0.0 Az.Cdn
55-
Cmdlet Set-AzCdnEndpoint 2.0.0 Az.Cdn
56-
Cmdlet Set-AzCdnOrigin 2.0.0 Az.Cdn
57-
Cmdlet Set-AzCdnProfile 2.0.0 Az.Cdn
58-
Cmdlet Start-AzCdnEndpoint 2.0.0 Az.Cdn
59-
Cmdlet Stop-AzCdnEndpoint 2.0.0 Az.Cdn
60-
Cmdlet Test-AzCdnCustomDomain 2.0.0 Az.Cdn
61-
Cmdlet Unpublish-AzCdnEndpointContent 2.0.0 Az.Cdn
42+
Alias Get-AzCdnEdgeNodes 1.4.0 Az.Cdn
43+
Alias Validate-AzCdnCustomDomain 1.4.0 Az.Cdn
44+
Cmdlet Confirm-AzCdnEndpointProbeURL 1.4.0 Az.Cdn
45+
Cmdlet Disable-AzCdnCustomDomain 1.4.0 Az.Cdn
46+
Cmdlet Disable-AzCdnCustomDomainHttps 1.4.0 Az.Cdn
47+
Cmdlet Enable-AzCdnCustomDomain 1.4.0 Az.Cdn
48+
Cmdlet Enable-AzCdnCustomDomainHttps 1.4.0 Az.Cdn
49+
Cmdlet Get-AzCdnCustomDomain 1.4.0 Az.Cdn
50+
Cmdlet Get-AzCdnEdgeNode 1.4.0 Az.Cdn
51+
Cmdlet Get-AzCdnEndpoint 1.4.0 Az.Cdn
52+
Cmdlet Get-AzCdnEndpointNameAvailability 1.4.0 Az.Cdn
53+
Cmdlet Get-AzCdnEndpointResourceUsage 1.4.0 Az.Cdn
54+
Cmdlet Get-AzCdnOrigin 1.4.0 Az.Cdn
55+
Cmdlet Get-AzCdnProfile 1.4.0 Az.Cdn
56+
Cmdlet Get-AzCdnProfileResourceUsage 1.4.0 Az.Cdn
57+
Cmdlet Get-AzCdnProfileSsoUrl 1.4.0 Az.Cdn
58+
Cmdlet Get-AzCdnProfileSupportedOptimizationType 1.4.0 Az.Cdn
59+
Cmdlet Get-AzCdnSubscriptionResourceUsage 1.4.0 Az.Cdn
60+
Cmdlet New-AzCdnCustomDomain 1.4.0 Az.Cdn
61+
Cmdlet New-AzCdnDeliveryPolicy 1.4.0 Az.Cdn
62+
Cmdlet New-AzCdnDeliveryRule 1.4.0 Az.Cdn
63+
Cmdlet New-AzCdnDeliveryRuleAction 1.4.0 Az.Cdn
64+
Cmdlet New-AzCdnDeliveryRuleCondition 1.4.0 Az.Cdn
65+
Cmdlet New-AzCdnEndpoint 1.4.0 Az.Cdn
66+
Cmdlet New-AzCdnProfile 1.4.0 Az.Cdn
67+
Cmdlet Publish-AzCdnEndpointContent 1.4.0 Az.Cdn
68+
Cmdlet Remove-AzCdnCustomDomain 1.4.0 Az.Cdn
69+
Cmdlet Remove-AzCdnEndpoint 1.4.0 Az.Cdn
70+
Cmdlet Remove-AzCdnProfile 1.4.0 Az.Cdn
71+
Cmdlet Set-AzCdnEndpoint 1.4.0 Az.Cdn
72+
Cmdlet Set-AzCdnOrigin 1.4.0 Az.Cdn
73+
Cmdlet Set-AzCdnProfile 1.4.0 Az.Cdn
74+
Cmdlet Start-AzCdnEndpoint 1.4.0 Az.Cdn
75+
Cmdlet Stop-AzCdnEndpoint 1.4.0 Az.Cdn
76+
Cmdlet Test-AzCdnCustomDomain 1.4.0 Az.Cdn
77+
Cmdlet Unpublish-AzCdnEndpointContent 1.4.0 Az.Cdn
6278
```
6379

6480
## Getting help

0 commit comments

Comments
 (0)