File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed
Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 11Define
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
10083Define -Value <PSObject> -VariableAst <VariableExpressionAst> [-VariableName <String>] [<CommonParameters>]
10184```
102- ``` PowerShell
103- Define -Value <PSObject> -ScriptBlock <ScriptBlock> [-VariableName <String>] [<CommonParameters>]
104- ```
10585---
10686
You can’t perform that action at this time.
0 commit comments