mirror of
https://github.com/Azure-Samples/graphrag-accelerator.git
synced 2025-06-27 04:39:57 +00:00
remove unused lines of code
This commit is contained in:
parent
0f1e3c69bc
commit
d9708d53f3
@ -314,8 +314,6 @@ deployAzureResources () {
|
||||
echo "Deploying Azure resources..."
|
||||
local SSH_PUBLICKEY=$(jq -r .publicKey <<< $SSHKEY_DETAILS)
|
||||
exitIfValueEmpty "$SSH_PUBLICKEY" "Unable to read ssh publickey, exiting..."
|
||||
local aoaiName=$(az cognitiveservices account list --query "[?contains(properties.endpoint, '$GRAPHRAG_API_BASE')] | [0].name" -o tsv)
|
||||
exitIfValueEmpty "$aoaiName" "Unable to retrieve AOAI name from GRAPHRAG_API_BASE, exiting..."
|
||||
local datetime="`date +%Y-%m-%d_%H-%M-%S`"
|
||||
local deployName="graphrag-deploy-$datetime"
|
||||
echo "Deployment name: $deployName"
|
||||
|
Loading…
x
Reference in New Issue
Block a user