Skip to content

Commit 9121876

Browse files
author
Hanyun Tao
committed
update help info
1 parent a8adfb0 commit 9121876

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

src/ResourceManager/FrontDoor/Commands.FrontDoor/help/AzureRM.FrontDoor.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ Create RuleGroupOverride Object for WAF policy creation
5656
### [Remove-AzureRmFrontDoor](Remove-AzureRmFrontDoor.md)
5757
Remove Front Door load balancer
5858

59+
### [Remove-AzureRmFrontDoorContent](Remove-AzureRmFrontDoorContent.md)
60+
Remove contents in Front Door
61+
5962
### [Remove-AzureRmFrontDoorFireWallPolicy](Remove-AzureRmFrontDoorFireWallPolicy.md)
6063
Remove WAF policy
6164

src/ResourceManager/FrontDoor/Commands.FrontDoor/help/Remove-AzureRmFrontDoorContent.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ PS C:\> Remove-AzureRmFrontDoorContent -ResourceGroupName $ResourceGroupName -Na
3333
The paths to the content to be purged.
3434

3535
```yaml
36-
Type: String[]
36+
Type: System.String[]
3737
Parameter Sets: (All)
3838
Aliases:
3939

@@ -48,7 +48,7 @@ Accept wildcard characters: False
4848
The credentials, account, tenant, and subscription used for communication with Azure.
4949
5050
```yaml
51-
Type: IAzureContextContainer
51+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
5252
Parameter Sets: (All)
5353
Aliases: AzureRmContext, AzureCredential
5454

@@ -63,7 +63,7 @@ Accept wildcard characters: False
6363
Front Door name.
6464
6565
```yaml
66-
Type: String
66+
Type: System.String
6767
Parameter Sets: (All)
6868
Aliases:
6969

@@ -78,7 +78,7 @@ Accept wildcard characters: False
7878
The resource group name of the Front Door
7979
8080
```yaml
81-
Type: String
81+
Type: System.String
8282
Parameter Sets: (All)
8383
Aliases:
8484

@@ -93,7 +93,7 @@ Accept wildcard characters: False
9393
Prompts you for confirmation before running the cmdlet.
9494
9595
```yaml
96-
Type: SwitchParameter
96+
Type: System.Management.Automation.SwitchParameter
9797
Parameter Sets: (All)
9898
Aliases: cf
9999

@@ -109,7 +109,7 @@ Shows what would happen if the cmdlet runs.
109109
The cmdlet is not run.
110110
111111
```yaml
112-
Type: SwitchParameter
112+
Type: System.Management.Automation.SwitchParameter
113113
Parameter Sets: (All)
114114
Aliases: wi
115115

@@ -121,8 +121,7 @@ Accept wildcard characters: False
121121
```
122122
123123
### CommonParameters
124-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
125-
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
124+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
126125
127126
## INPUTS
128127

0 commit comments

Comments
 (0)