Skip to content

Commit 41edd59

Browse files
author
sivakami
committed
verify storage account creation.
1 parent 102393a commit 41edd59

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.pipelines/swiftv2-long-running/scripts/create_storage.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ for SA in "$SA1" "$SA2"; do
2828
--min-tls-version TLS1_2 \
2929
--query "name" -o tsv \
3030
&& echo "Storage account $SA created successfully."
31-
done
32-
33-
# Verify creation success
31+
# Verify creation success
3432
echo "==> Verifying storage account $SA exists..."
3533
if az storage account show --name "$SA" --resource-group "$RG" &>/dev/null; then
3634
echo "[OK] Storage account $SA verified successfully."

0 commit comments

Comments
 (0)