Skip to content

Commit 7b95d61

Browse files
authored
Updated the Sku parameter's description
Fixed misspelled word ("Fre" to "Free"). Changed example values to use the PowerShell hashtable syntax. Added example values for using the Standard tier.
1 parent cc7d1b0 commit 7b95d61

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)