Skip to content

Commit e945456

Browse files
Merge pull request #629 from microsoft/BugFix-20973
fix: Resolve Compatibility Issues with Azure SDK Versions
2 parents 0a485a7 + 4e37e62 commit e945456

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

infra/bicep/deploy_aihub_scripts.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resource create_index 'Microsoft.Resources/deploymentScripts@2020-10-01' = {
1919
}
2020
}
2121
properties: {
22-
azCliVersion: '2.70.0'
22+
azCliVersion: '2.52.0'
2323
primaryScriptUri: '${baseUrl}infra/scripts/run_create_aihub_scripts.sh'
2424
arguments: '${baseUrl} ${keyVaultName} ${solutionName} ${resourceGroupName} ${subscriptionId} ${solutionLocation}' // Specify any arguments for the script
2525
timeout: 'PT1H' // Specify the desired timeout duration

infra/bicep/main.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.36.177.2456",
8-
"templateHash": "14845328625030923504"
8+
"templateHash": "5350056575239104697"
99
}
1010
},
1111
"parameters": {
@@ -1520,7 +1520,7 @@
15201520
"_generator": {
15211521
"name": "bicep",
15221522
"version": "0.36.177.2456",
1523-
"templateHash": "1150269026782964342"
1523+
"templateHash": "8680654928688163301"
15241524
}
15251525
},
15261526
"parameters": {
@@ -1563,7 +1563,7 @@
15631563
}
15641564
},
15651565
"properties": {
1566-
"azCliVersion": "2.70.0",
1566+
"azCliVersion": "2.52.0",
15671567
"primaryScriptUri": "[format('{0}infra/scripts/run_create_aihub_scripts.sh', parameters('baseUrl'))]",
15681568
"arguments": "[format('{0} {1} {2} {3} {4} {5}', parameters('baseUrl'), parameters('keyVaultName'), parameters('solutionName'), parameters('resourceGroupName'), parameters('subscriptionId'), parameters('solutionLocation'))]",
15691569
"timeout": "PT1H",
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
azure-identity
2-
azure-keyvault-secrets
3-
azure-ai-resources
4-
azure-ai-ml==1.26.3
5-
msal[broker]==1.24.0b1
6-
azure-mgmt-resource==23.1.0b2
7-
azure-mgmt-cognitiveservices
8-
azure-mgmt-search
1+
azure-identity==1.23.1
2+
azure-keyvault-secrets==4.7.0
3+
azure-ai-resources==1.0.0b9
4+
azure-ai-ml==1.28.1
5+
msal[broker]==1.32.3
6+
azure-mgmt-resource==22.0.0
7+
azure-mgmt-cognitiveservices==13.5.0
8+
azure-mgmt-search==9.0.0

0 commit comments

Comments
 (0)