You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/Resources/Commands.Resources/help/Get-AzureRmPolicyAlias.md
+2-34Lines changed: 2 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -376,40 +376,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
376
376
377
377
## NOTES
378
378
379
-
* To expand the Aliases or any other property, pipe the output to ```select -ExpandProperty <property>```. For example:
379
+
* To expand the Aliases or any other property, pipe the output to `select -ExpandProperty <property>`. For example: `Get-AzureRmPolicyAlias -NamespaceMatch 'Microsoft.Cache' -ApiVersionMatch 'alpha' | select -ExpandProperty Aliases | select -Property Name -ExpandProperty Paths`
Locations : {Central US, North Europe, West Europe, Southeast Asia...}
410
-
411
-
412
-
PS C:\>
413
-
```
381
+
* Additional properties are available in the output and can be displayed by piping the output to `Format-List`. For example: `Get-AzureRmPolicyAlias -NamespaceMatch 'Web' -ResourceTypeMatch site -PathMatch cert | Format-List`
0 commit comments