Skip to content

Commit 2757dfe

Browse files
committed
edits command
1 parent 0e050bf commit 2757dfe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/azure-resource-manager/managed-applications/deploy-service-catalog-quickstart.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ Get-AzManagedApplication -Name demoManagedApplication -ResourceGroupName applica
207207
Expand the properties to make it easier to read the `Properties` information.
208208

209209
```azurepowershell
210-
Get-AzManagedApplication -Name demoManagedApplication -ResourceGroupName applicationGroup |
211-
Select-Object -ExpandProperty Properties
210+
Get-AzManagedApplication -Name demoManagedApplication -ResourceGroupName applicationGroup | Select-Object -ExpandProperty Properties
212211
```
213212

214213
# [Portal](#tab/azure-portal)

0 commit comments

Comments
 (0)