File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ _To contribute, check out our [guide here](#contributing)._
3333| [ PesterTestForMandatoryParameter] ( #pestertestformandatoryparameter ) | _ Create Pester test for a mandatory parameter_ |
3434| [ PesterTestForParameter] ( #pestertestforparameter ) | _ Create Pester test for parameter_ |
3535| [ PSCustomObject] ( #pscustomobject ) | _ A simple PSCustomObject by @brettmillerb_ |
36- | [ Region Block] ( #region-block ) | _ Region Block for organizing and folding of your code_ |
3736| [ Send-MailMessage] ( #send-mailmessage ) | _ Send an mail message with the most common parameters by @fullenw1_ |
3837
3938## Snippets
@@ -368,24 +367,6 @@ A simple PSCustomObject by @brettmillerb. It has 4 properties that you can tab t
368367}
369368```
370369
371- ### Region Block
372-
373- Use the ` #region ` for organizing your code (including good code folding).
374-
375- #### Snippet
376-
377- ``` json
378- "Region Block" : {
379- "prefix" : " #region" ,
380- "body" : [
381- " #region ${1}" ,
382- " $0" ,
383- " #endregion"
384- ],
385- "description" : " Region Block for organizing and folding of your code"
386- }
387- ```
388-
389370### Send-MailMessage
390371
391372Add the Send-MailMessage cmdlet with the most common parameters in a hashtable for splatting, by @fullenw1 .
You can’t perform that action at this time.
0 commit comments