Skip to content

Commit dbc4da1

Browse files
committed
Update Test-AzCdnProbe.md
1 parent 75bca9a commit dbc4da1

File tree

1 file changed

+1
-47
lines changed

1 file changed

+1
-47
lines changed

src/Cdn/Cdn.Autorest/docs/Test-AzCdnProbe.md

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,11 @@ This path is relative to the origin path specified in the endpoint configuration
1414

1515
## SYNTAX
1616

17-
### ValidateExpanded (Default)
1817
```
1918
Test-AzCdnProbe -ProbeUrl <String> [-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-Confirm]
2019
[-WhatIf] [<CommonParameters>]
2120
```
2221

23-
### ValidateViaIdentityExpanded
24-
```
25-
Test-AzCdnProbe -InputObject <ICdnIdentity> -ProbeUrl <String> [-DefaultProfile <PSObject>] [-Confirm]
26-
[-WhatIf] [<CommonParameters>]
27-
```
28-
2922
## DESCRIPTION
3023
Check if the probe path is a valid path and the file can be accessed.
3124
Probe path is the path to a file hosted on the origin server to help accelerate the delivery of dynamic content via the CDN endpoint.
@@ -68,22 +61,6 @@ Accept pipeline input: False
6861
Accept wildcard characters: False
6962
```
7063
71-
### -InputObject
72-
Identity Parameter
73-
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
74-
75-
```yaml
76-
Type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity
77-
Parameter Sets: ValidateViaIdentityExpanded
78-
Aliases:
79-
80-
Required: True
81-
Position: Named
82-
Default value: None
83-
Accept pipeline input: True (ByValue)
84-
Accept wildcard characters: False
85-
```
86-
8764
### -ProbeUrl
8865
The probe URL to validate.
8966
@@ -104,7 +81,7 @@ Azure Subscription ID.
10481
10582
```yaml
10683
Type: System.String
107-
Parameter Sets: ValidateExpanded
84+
Parameter Sets: (All)
10885
Aliases:
10986

11087
Required: False
@@ -150,8 +127,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
150127
151128
## INPUTS
152129
153-
### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity
154-
155130
## OUTPUTS
156131
157132
### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.IValidateProbeOutput
@@ -160,26 +135,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
160135
161136
ALIASES
162137
163-
COMPLEX PARAMETER PROPERTIES
164-
165-
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
166-
167-
168-
INPUTOBJECT <ICdnIdentity>: Identity Parameter
169-
- `[CustomDomainName <String>]`: Name of the domain under the profile which is unique globally.
170-
- `[EndpointName <String>]`: Name of the endpoint under the profile which is unique globally.
171-
- `[Id <String>]`: Resource identity path
172-
- `[OriginGroupName <String>]`: Name of the origin group which is unique within the endpoint.
173-
- `[OriginName <String>]`: Name of the origin which is unique within the profile.
174-
- `[PolicyName <String>]`: The name of the CdnWebApplicationFirewallPolicy.
175-
- `[ProfileName <String>]`: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
176-
- `[ResourceGroupName <String>]`: Name of the Resource group within the Azure subscription.
177-
- `[RouteName <String>]`: Name of the routing rule.
178-
- `[RuleName <String>]`: Name of the delivery rule which is unique within the endpoint.
179-
- `[RuleSetName <String>]`: Name of the rule set under the profile which is unique globally.
180-
- `[SecretName <String>]`: Name of the Secret under the profile.
181-
- `[SecurityPolicyName <String>]`: Name of the security policy under the profile.
182-
- `[SubscriptionId <String>]`: Azure Subscription ID.
183-
184138
## RELATED LINKS
185139

0 commit comments

Comments
 (0)