File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ Write-Host " ✅ Name: $CONTAINER_API_APP_NAME"
4040Write-Host " 🌐 Endpoint: https://$CONTAINER_API_APP_FQDN "
4141Write-Host " 🔗 Portal URL: $API_APP_PORTAL_URL "
4242
43- Write-Host " "
44- Write-Host " 📦 Follow Next steps to import Schemas:"
45- Write-Host " 👉 Run the following commands in your terminal:"
46- $CurrentPath = Get-Location
47- Write-Host " "
48- Write-Host " cd $FullPath "
49- Write-Host " ./register_schema.ps1 https://$CONTAINER_API_APP_FQDN /schemavault/ schema_info_ps1.json"
43+ # Write-Host ""
44+ # Write-Host "📦 Follow Next steps to import Schemas:"
45+ # Write-Host "👉 Run the following commands in your terminal:"
46+ # $CurrentPath = Get-Location
47+ # Write-Host ""
48+ # Write-Host " cd $FullPath"
49+ # Write-Host " ./register_schema.ps1 https://$CONTAINER_API_APP_FQDN/schemavault/ schema_info_ps1.json"
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ echo " ✅ Name: $CONTAINER_API_APP_NAME"
4242echo " 🌐 Endpoint: https://$CONTAINER_API_APP_FQDN "
4343echo " 🔗 Portal URL: $API_APP_PORTAL_URL "
4444
45- echo " "
46- echo " 📦 Follow Next steps to import Schemas:"
47- echo " 👉 Run the following commands in your terminal:"
48- echo " "
45+ # echo ""
46+ # echo "📦 Follow Next steps to import Schemas:"
47+ # echo "👉 Run the following commands in your terminal:"
48+ # echo ""
4949
50- echo " cd \" $DATA_SCRIPT_PATH \" "
51- echo " ./register_schema.sh https://$CONTAINER_API_APP_FQDN /schemavault/ schema_info_sh.json"
50+ # echo " cd \"$DATA_SCRIPT_PATH\""
51+ # echo " ./register_schema.sh https://$CONTAINER_API_APP_FQDN/schemavault/ schema_info_sh.json"
You can’t perform that action at this time.
0 commit comments