Skip to content

Commit 44b2d8d

Browse files
committed
Fix sign job failure
1 parent c387055 commit 44b2d8d

File tree

1 file changed

+2
-34
lines changed

1 file changed

+2
-34
lines changed

src/ResourceManager/Resources/Commands.Resources/help/Get-AzureRmPolicyAlias.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -376,40 +376,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
376376
377377
## NOTES
378378
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`
380380

381-
```powershell
382-
PS C:\> Get-AzureRmPolicyAlias -NamespaceMatch 'Microsoft.Cache' -ApiVersionMatch 'alpha' | select -ExpandProperty Aliases | select -Property Name -ExpandProperty Paths
383-
384-
Name Path ApiVersions
385-
---- ---- -----------
386-
Microsoft.Cache/Redis/sku.name properties.sku.name {2018-03-01, 2017-10-01, 2017-02-01, 2016-04-01...}
387-
Microsoft.Cache/Redis/sku.family properties.sku.family {2018-03-01, 2017-10-01, 2017-02-01, 2016-04-01...}
388-
Microsoft.Cache/Redis/sku.capacity properties.sku.capacity {2018-03-01, 2017-10-01, 2017-02-01, 2016-04-01...}
389-
Microsoft.Cache/Redis/enableNonSslPort properties.enableNonSslPort {2018-03-01, 2017-10-01, 2017-02-01, 2016-04-01...}
390-
Microsoft.Cache/Redis/shardCount properties.shardCount {2018-03-01, 2017-10-01, 2017-02-01, 2016-04-01...}
391-
Microsoft.Cache/Redis/firewallrules/startIP properties.startIP {2018-03-01, 2017-10-01, 2017-02-01, 2016-04-01...}
392-
Microsoft.Cache/Redis/firewallrules/endIP properties.endIP {2018-03-01, 2017-10-01, 2017-02-01, 2016-04-01...}
393-
394-
395-
PS C:\>
396-
```
397-
398-
* Additional properties are available in the output and can be displayed by piping the output to ```Format-List```. For example:
399-
400-
```powershell
401-
Get-AzureRmPolicyAlias -NamespaceMatch 'Web' -ResourceTypeMatch site -PathMatch cert | Format-List
402-
403-
404-
Namespace : Microsoft.Web
405-
ResourceType : sites
406-
Aliases : {Microsoft.Web/sites/serverFarmId, Microsoft.Web/sites/clientCertEnabled, Microsoft.Web/sites/hostNameSslStates[*].sslState,
407-
Microsoft.Web/sites/httpsOnly...}
408-
ApiVersions : {2018-02-01, 2016-08-01, 2016-03-01, 2015-08-01-preview...}
409-
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`
414382

415383
## RELATED LINKS

0 commit comments

Comments
 (0)