Skip to content

Commit 353f31e

Browse files
authored
Merge pull request #96720 from mdgattuso/master
updating powershell cmdlets
2 parents 29ac9dc + 7021857 commit 353f31e

File tree

1 file changed

+34
-20
lines changed

1 file changed

+34
-20
lines changed

articles/cdn/cdn-manage-powershell.md

Lines changed: 34 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,40 @@ 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+
Cmdlet Confirm-AzCdnEndpointProbeURL 1.4.0 Az.Cdn
43+
Cmdlet Disable-AzCdnCustomDomain 1.4.0 Az.Cdn
44+
Cmdlet Disable-AzCdnCustomDomainHttps 1.4.0 Az.Cdn
45+
Cmdlet Enable-AzCdnCustomDomain 1.4.0 Az.Cdn
46+
Cmdlet Enable-AzCdnCustomDomainHttps 1.4.0 Az.Cdn
47+
Cmdlet Get-AzCdnCustomDomain 1.4.0 Az.Cdn
48+
Cmdlet Get-AzCdnEdgeNode 1.4.0 Az.Cdn
49+
Cmdlet Get-AzCdnEndpoint 1.4.0 Az.Cdn
50+
Cmdlet Get-AzCdnEndpointNameAvailability 1.4.0 Az.Cdn
51+
Cmdlet Get-AzCdnEndpointResourceUsage 1.4.0 Az.Cdn
52+
Cmdlet Get-AzCdnOrigin 1.4.0 Az.Cdn
53+
Cmdlet Get-AzCdnProfile 1.4.0 Az.Cdn
54+
Cmdlet Get-AzCdnProfileResourceUsage 1.4.0 Az.Cdn
55+
Cmdlet Get-AzCdnProfileSsoUrl 1.4.0 Az.Cdn
56+
Cmdlet Get-AzCdnProfileSupportedOptimizationType 1.4.0 Az.Cdn
57+
Cmdlet Get-AzCdnSubscriptionResourceUsage 1.4.0 Az.Cdn
58+
Cmdlet New-AzCdnCustomDomain 1.4.0 Az.Cdn
59+
Cmdlet New-AzCdnDeliveryPolicy 1.4.0 Az.Cdn
60+
Cmdlet New-AzCdnDeliveryRule 1.4.0 Az.Cdn
61+
Cmdlet New-AzCdnDeliveryRuleAction 1.4.0 Az.Cdn
62+
Cmdlet New-AzCdnDeliveryRuleCondition 1.4.0 Az.Cdn
63+
Cmdlet New-AzCdnEndpoint 1.4.0 Az.Cdn
64+
Cmdlet New-AzCdnProfile 1.4.0 Az.Cdn
65+
Cmdlet Publish-AzCdnEndpointContent 1.4.0 Az.Cdn
66+
Cmdlet Remove-AzCdnCustomDomain 1.4.0 Az.Cdn
67+
Cmdlet Remove-AzCdnEndpoint 1.4.0 Az.Cdn
68+
Cmdlet Remove-AzCdnProfile 1.4.0 Az.Cdn
69+
Cmdlet Set-AzCdnEndpoint 1.4.0 Az.Cdn
70+
Cmdlet Set-AzCdnOrigin 1.4.0 Az.Cdn
71+
Cmdlet Set-AzCdnProfile 1.4.0 Az.Cdn
72+
Cmdlet Start-AzCdnEndpoint 1.4.0 Az.Cdn
73+
Cmdlet Stop-AzCdnEndpoint 1.4.0 Az.Cdn
74+
Cmdlet Test-AzCdnCustomDomain 1.4.0 Az.Cdn
75+
Cmdlet Unpublish-AzCdnEndpointContent 1.4.0 Az.Cdn
6276
```
6377

6478
## Getting help

0 commit comments

Comments
 (0)