Skip to content

Commit

Permalink
fixup! leo feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Oct 31, 2024
1 parent ac3b05d commit 41313fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/reference/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ rules=(
"konnectivity"
)

echo "Deleting rule: ${rule}"
echo "Deleting rule: ${rule}"
for rule in "${rules[@]}"; do
az network nsg rule delete \
--resource-group "${resource_group}" \
--nsg-name "${name}-${uid}" \
Expand Down

0 comments on commit 41313fd

Please sign in to comment.