Skip to content

Commit 21f98fe

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Module Version [0.2.1] and CHANGELOG
1 parent d55a19b commit 21f98fe

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

docs/Define.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Define
22
------
33
### Synopsis
4-
defines a variable
4+
Defines a variable
55

66
---
77
### Description
88

9-
Defines a variable using a value provided during a build
9+
Defines a variable using a value provided at build time.
1010

1111
---
1212
### Examples
@@ -60,23 +60,6 @@ The variable the definition will be applied to.
6060
6161

6262

63-
---
64-
#### **ScriptBlock**
65-
66-
A scriptblock the definition will be applied to
67-
68-
69-
70-
> **Type**: ```[ScriptBlock]```
71-
72-
> **Required**: true
73-
74-
> **Position**: named
75-
76-
> **PipelineInput**:true (ByValue)
77-
78-
79-
8063
---
8164
#### **VariableName**
8265

@@ -99,8 +82,5 @@ The name of the variable. If define is applied as an attribute of a variable, t
9982
```PowerShell
10083
Define -Value <PSObject> -VariableAst <VariableExpressionAst> [-VariableName <String>] [<CommonParameters>]
10184
```
102-
```PowerShell
103-
Define -Value <PSObject> -ScriptBlock <ScriptBlock> [-VariableName <String>] [<CommonParameters>]
104-
```
10585
---
10686

0 commit comments

Comments
 (0)