Open
Description
OS: All
Build Version: 20241128.1
Regression: Not a Regression
Repro Steps:
- Open the dependson-with-copy2.zip template file in VS Code.
- Navigate to the ARM Template Outline view.
- Click on the second resource
[concat(${vmName},copyIndex(1),'nic1')] (networkInterfaces)
. - Delete the existing
dependsOn
property and typepip
. - Select an item from the completion list.
- Check whether the
pip
is removed in thedependsOn
property.
Expect:
The pip
is removed in the dependsOn
property.
Actual:
The pip
is not removed in the dependsOn
property.
More Info:
This issue doesn't reproduce when typing "pip"
and 'pip'
.