Skip to content

Commit

Permalink
fix additional spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
brajjan committed Sep 28, 2022
1 parent c347786 commit 41abbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/DSCResources/DSC_Firewall/DSC_Firewall.schema.mof
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class DSC_Firewall : OMI_BaseResource
[Write, Description("Indicates that matching firewall rules of the indicated value are created.")] Boolean LooseSourceMapping;
[Write, Description("Indicates that matching network traffic that would otherwise be blocked are allowed.")] Boolean OverrideBlockRules;
[Write, Description("Specifies that matching firewall rules of the indicated owner are created.")] String Owner;
[Write, Description("Specifies the policy store from which to retrieve the rules to be created."), ValueMap{"PersistentStore", "localhost"},Values{"PersistantStore", "localhost"}] String PolicyStore;
[Write, Description("Specifies the policy store from which to retrieve the rules to be created."), ValueMap{"PersistentStore", "localhost"},Values{"PersistentStore", "localhost"}] String PolicyStore;
[Read, Description("Specifies that firewall rules that match the indicated policy store source type are retrieved.")] String PolicyStoreSourceType;
[Read, Description("The current value of the Display Group of the Firewall Rule.")] string DisplayGroup;
};

0 comments on commit 41abbf9

Please sign in to comment.