File tree 1 file changed +0
-19
lines changed
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)._
33
33
| [ PesterTestForMandatoryParameter] ( #pestertestformandatoryparameter ) | _ Create Pester test for a mandatory parameter_ |
34
34
| [ PesterTestForParameter] ( #pestertestforparameter ) | _ Create Pester test for parameter_ |
35
35
| [ PSCustomObject] ( #pscustomobject ) | _ A simple PSCustomObject by @brettmillerb_ |
36
- | [ Region Block] ( #region-block ) | _ Region Block for organizing and folding of your code_ |
37
36
| [ Send-MailMessage] ( #send-mailmessage ) | _ Send an mail message with the most common parameters by @fullenw1_ |
38
37
39
38
## Snippets
@@ -368,24 +367,6 @@ A simple PSCustomObject by @brettmillerb. It has 4 properties that you can tab t
368
367
}
369
368
```
370
369
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
-
389
370
### Send-MailMessage
390
371
391
372
Add 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