We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: All Build Version: 20241128.1 Regression: Not a Regression
Repro Steps:
[concat(${vmName},copyIndex(1),'nic1')] (networkInterfaces)
dependsOn
pip
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'.
"pip"
'pip'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OS: All
Build Version: 20241128.1
Regression: Not a Regression
Repro Steps:
[concat(${vmName},copyIndex(1),'nic1')] (networkInterfaces)
.dependsOn
property and typepip
.pip
is removed in thedependsOn
property.Expect:
The
pip
is removed in thedependsOn
property.Actual:
The
pip
is not removed in thedependsOn
property.More Info:
This issue doesn't reproduce when typing
"pip"
and'pip'
.The text was updated successfully, but these errors were encountered: