We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44406ba commit 1c5123dCopy full SHA for 1c5123d
dsc_lib/src/configure/mod.rs
@@ -932,11 +932,6 @@ impl Configurator {
932
};
933
new_resource.name = new_name.to_string();
934
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
-
940
new_resource.copy = None;
941
copy_resources.push(new_resource);
942
}
0 commit comments