Skip to content

Commit

Permalink
Rebuild ARM templates
Browse files Browse the repository at this point in the history
  • Loading branch information
luxu-ms committed Mar 1, 2024
1 parent 0aefa4f commit 6f7cf58
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Environments/Todo-Mongo-AKS/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.25.53.49325",
"templateHash": "10034134246524106464"
"templateHash": "2845459636497042502"
}
},
"parameters": {
Expand Down Expand Up @@ -712,7 +712,7 @@
"mode": "Incremental",
"parameters": {
"keyVaultName": {
"value": "[parameters('keyVaultName')]"
"value": "[reference(resourceId('Microsoft.Resources/deployments', 'keyvault'), '2022-09-01').outputs.name.value]"
},
"principalId": {
"value": "[parameters('aksClusterIdentityObjectId')]"
Expand Down Expand Up @@ -767,7 +767,10 @@
}
]
}
}
},
"dependsOn": [
"[resourceId('Microsoft.Resources/deployments', 'keyvault')]"
]
}
],
"outputs": {
Expand Down

0 comments on commit 6f7cf58

Please sign in to comment.