Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit d9708d5

Browse files
committed
remove unused lines of code
1 parent 0f1e3c6 commit d9708d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

infra/deploy.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,6 @@ deployAzureResources () {
314314
echo "Deploying Azure resources..."
315315
local SSH_PUBLICKEY=$(jq -r .publicKey <<< $SSHKEY_DETAILS)
316316
exitIfValueEmpty "$SSH_PUBLICKEY" "Unable to read ssh publickey, exiting..."
317-
local aoaiName=$(az cognitiveservices account list --query "[?contains(properties.endpoint, '$GRAPHRAG_API_BASE')] | [0].name" -o tsv)
318-
exitIfValueEmpty "$aoaiName" "Unable to retrieve AOAI name from GRAPHRAG_API_BASE, exiting..."
319317
local datetime="`date +%Y-%m-%d_%H-%M-%S`"
320318
local deployName="graphrag-deploy-$datetime"
321319
echo "Deployment name: $deployName"

0 commit comments

Comments
 (0)