Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/bicep/deploy_aihub_scripts.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource create_index 'Microsoft.Resources/deploymentScripts@2020-10-01' = {
}
}
properties: {
azCliVersion: '2.70.0'
azCliVersion: '2.52.0'
primaryScriptUri: '${baseUrl}infra/scripts/run_create_aihub_scripts.sh'
arguments: '${baseUrl} ${keyVaultName} ${solutionName} ${resourceGroupName} ${subscriptionId} ${solutionLocation}' // Specify any arguments for the script
timeout: 'PT1H' // Specify the desired timeout duration
Expand Down
6 changes: 3 additions & 3 deletions infra/bicep/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.36.177.2456",
"templateHash": "14845328625030923504"
"templateHash": "5350056575239104697"
}
},
"parameters": {
Expand Down Expand Up @@ -1520,7 +1520,7 @@
"_generator": {
"name": "bicep",
"version": "0.36.177.2456",
"templateHash": "1150269026782964342"
"templateHash": "8680654928688163301"
}
},
"parameters": {
Expand Down Expand Up @@ -1563,7 +1563,7 @@
}
},
"properties": {
"azCliVersion": "2.70.0",
"azCliVersion": "2.52.0",
"primaryScriptUri": "[format('{0}infra/scripts/run_create_aihub_scripts.sh', parameters('baseUrl'))]",
"arguments": "[format('{0} {1} {2} {3} {4} {5}', parameters('baseUrl'), parameters('keyVaultName'), parameters('solutionName'), parameters('resourceGroupName'), parameters('subscriptionId'), parameters('solutionLocation'))]",
"timeout": "PT1H",
Expand Down
16 changes: 8 additions & 8 deletions infra/scripts/aihub_scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
azure-identity
azure-keyvault-secrets
azure-ai-resources
azure-ai-ml==1.26.3
msal[broker]==1.24.0b1
azure-mgmt-resource==23.1.0b2
azure-mgmt-cognitiveservices
azure-mgmt-search
azure-identity==1.23.1
azure-keyvault-secrets==4.7.0
azure-ai-resources==1.0.0b9
azure-ai-ml==1.28.1
msal[broker]==1.32.3
azure-mgmt-resource==22.0.0
azure-mgmt-cognitiveservices==13.5.0
azure-mgmt-search==9.0.0
Loading