We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e050bf commit 2757dfeCopy full SHA for 2757dfe
articles/azure-resource-manager/managed-applications/deploy-service-catalog-quickstart.md
@@ -207,8 +207,7 @@ Get-AzManagedApplication -Name demoManagedApplication -ResourceGroupName applica
207
Expand the properties to make it easier to read the `Properties` information.
208
209
```azurepowershell
210
-Get-AzManagedApplication -Name demoManagedApplication -ResourceGroupName applicationGroup |
211
- Select-Object -ExpandProperty Properties
+Get-AzManagedApplication -Name demoManagedApplication -ResourceGroupName applicationGroup | Select-Object -ExpandProperty Properties
212
```
213
214
# [Portal](#tab/azure-portal)
0 commit comments