Skip to content

Commit 172ca28

Browse files
author
Maddie Clayton
authored
Merge pull request #7609 from rcabr/patch-1
Updated the Sku parameter's description
2 parents 273b1cb + 7b95d61 commit 172ca28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmPolicyAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Accept wildcard characters: False
445445
```
446446

447447
### -Sku
448-
A hash table which represents sku properties. Defaults to Free Sku: Name = A0, Tier = Fre
448+
A hash table which represents SKU properties. Defaults to the Free SKU with the values: `@{Name = 'A0'; Tier = 'Free'}`. To use the Standard SKU, use the values: `@{Name = 'A1'; Tier = 'Standard'}`.
449449

450450
```yaml
451451
Type: System.Collections.Hashtable

0 commit comments

Comments
 (0)