Enhance configuration data handling with new reference resolution functions, dummy secret support, and update module version to 1.1.0
This commit is contained in:
@@ -7,10 +7,13 @@ function New-ConfigurationDataResolutionContext {
|
||||
)
|
||||
|
||||
$Context = [PSCustomObject]@{
|
||||
ConfigurationData = $ConfigurationData
|
||||
Parameters = @{}
|
||||
Variables = @{}
|
||||
VariableDefinitions = @{}
|
||||
ResolvingVariables = @{}
|
||||
ReferenceCache = @{}
|
||||
ResolvingReferences = @{}
|
||||
}
|
||||
|
||||
if($ConfigurationData.ContainsKey("Parameters") -and $null -ne $ConfigurationData.Parameters){
|
||||
|
||||
Reference in New Issue
Block a user