Skip to content

Commit 1c5123d

Browse files
committed
Remove property eval
1 parent 44406ba commit 1c5123d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dsc_lib/src/configure/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -932,11 +932,6 @@ impl Configurator {
932932
};
933933
new_resource.name = new_name.to_string();
934934

935-
// Evaluate properties expressions in copy context
936-
if let Some(properties) = &resource.properties {
937-
new_resource.properties = self.invoke_property_expressions(Some(properties))?;
938-
}
939-
940935
new_resource.copy = None;
941936
copy_resources.push(new_resource);
942937
}

0 commit comments

Comments
 (0)