Skip to content

Commit 961f3f4

Browse files
Minor formatting
1 parent 699b4c8 commit 961f3f4

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.devcontainer/configure-azure-mount.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,26 +113,23 @@ EOF
113113

114114
echo ""
115115
echo "🎉 Configuration completed successfully!"
116+
echo ""
117+
echo "📋 Next steps:"
118+
echo ""
116119

117120
case $choice in
118121
1)
119-
echo ""
120-
echo "📋 Next steps:"
121122
echo "1. Rebuild your dev container"
122123
echo "2. Your local Azure CLI authentication will be available"
123124
;;
124125
2)
125-
echo ""
126-
echo "📋 Next steps:"
127126
echo "1. Start/rebuild your dev container"
128127
echo "2. Sign in with tenant-specific authentication:"
129128
echo " az login --tenant <your-tenant-id-or-domain>"
130129
echo " az account set --subscription <your-subscription-id-or-name>"
131130
echo " az account show # Verify your context"
132131
;;
133132
3)
134-
echo ""
135-
echo "📋 Next steps:"
136133
echo "1. Edit .devcontainer/devcontainer.json manually if needed"
137134
echo "2. See the documentation for examples"
138135
;;

.devcontainer/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ echo "🔍 Running final verification..."
135135
python .devcontainer/verify-setup.py
136136

137137
echo ""
138-
echo "📋 Next steps:"
138+
echo "📋 Next steps:\n"
139139
if [ -f ".devcontainer/devcontainer.json" ] && grep -q '"mounts"' .devcontainer/devcontainer.json; then
140140
echo "✅ Azure CLI config mounting detected - your authentication should be available"
141141
echo "1. Verify Azure access and ensure correct tenant/subscription: az account show"

.devcontainer/verify-setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def check_python_packages():
5555

5656
def check_shared_python_modules():
5757
"""Check if shared Python modules can be imported."""
58-
print("📦 Checking shared Python modules...")
58+
print("\n📦 Checking shared Python modules...")
5959
shared_modules = ['utils', 'apimrequests', 'apimtypes', 'authfactory', 'users']
6060
missing_modules = []
6161

0 commit comments

Comments
 (0)