Skip to content

Commit e1c7139

Browse files
committed
update md files
1 parent 197b461 commit e1c7139

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/ResourceManager/ContainerRegistry/Commands.ContainerRegistry/help/Remove-AzureRmContainerRegistry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Remove-AzureRmContainerRegistry cmdlet removes a container registry.
3636
## EXAMPLES
3737

3838
### Example 1: Remove a specified container registry
39-
```
39+
```powershell
4040
PS C:\>Remove-AzureRmContainerRegistry -ResourceGroupName "MyResourceGroup" -Name "MyRegistry"
4141
```
4242

@@ -151,7 +151,7 @@ Accept wildcard characters: False
151151
```
152152
153153
### -PassThru
154-
{{Fill PassThru Description}}
154+
Indicates that this cmdlet returns true if the removal was successful.
155155
156156
```yaml
157157
Type: SwitchParameter

src/ResourceManager/ContainerRegistry/Commands.ContainerRegistry/help/Remove-AzureRmContainerRegistryReplication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Remove-AzureRmContainerRegistryReplication cmdlet removes a container regist
3737
## EXAMPLES
3838

3939
### Example 1: Removes a container registry replication.
40-
```
40+
```powershell
4141
PS C:\> Remove-AzureRmContainerRegistryReplication -ResourceGroupName "MyResourceGroup" -RegistryName "MyRegistry" -Name "replication001"
4242
```
4343

@@ -168,7 +168,7 @@ Accept wildcard characters: False
168168
```
169169
170170
### -PassThru
171-
{{Fill PassThru Description}}
171+
Indicates that this cmdlet returns true if the removal was successful.
172172
173173
```yaml
174174
Type: SwitchParameter

src/ResourceManager/ContainerRegistry/Commands.ContainerRegistry/help/Remove-AzureRmContainerRegistryWebhook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Remove-AzureRmContainerRegistryWebhook cmdlet removes a container registry w
3636
## EXAMPLES
3737

3838
### Example 1: Remove a container registry webhook.
39-
```
39+
```powershell
4040
PS C:\> Remove-AzureRmContainerRegistryWebhook -ResourceGroupName "MyResourceGroup" -RegistryName "MyRegistry" -Name "webhook001"
4141
```
4242

@@ -166,7 +166,7 @@ Accept wildcard characters: False
166166
```
167167
168168
### -PassThru
169-
{{Fill PassThru Description}}
169+
Indicates that this cmdlet returns true if the removal was successful.
170170
171171
```yaml
172172
Type: SwitchParameter

0 commit comments

Comments
 (0)