Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
hundredacres committed Oct 29, 2024
2 parents 711e24a + e160131 commit c5a3642
Show file tree
Hide file tree
Showing 76 changed files with 5,566 additions and 4,444 deletions.
10 changes: 5 additions & 5 deletions avm/ptn/azd/acr-container-app/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "8683355263365484382"
"version": "0.30.23.60470",
"templateHash": "11200666829036307571"
},
"name": "Azd ACR Linked Container App",
"description": "Creates a container app in an Azure Container App environment.\n\n**Note:** This module is not intended for broad, generic use, as it was designed to cater for the requirements of the AZD CLI product. Feature requests and bug fix requests are welcome if they support the development of the AZD CLI but may not be incorporated if they aim to make this module more generic than what it needs to be for its primary use case",
Expand Down Expand Up @@ -1428,8 +1428,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.29.47.4906",
"templateHash": "9239508313239206967"
"version": "0.30.23.60470",
"templateHash": "676465844790879977"
},
"name": "ACR Pull permissions",
"description": "Assigns ACR Pull permissions to access an Azure Container Registry.",
Expand Down Expand Up @@ -1463,7 +1463,7 @@
{
"type": "Microsoft.Resources/deployments",
"apiVersion": "2022-09-01",
"name": "acrpullrole-deployment",
"name": "[guid(subscription().id, resourceGroup().id, parameters('principalId'), variables('acrPullRole'))]",
"properties": {
"expressionEvaluationOptions": {
"scope": "inner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var acrPullRole = subscriptionResourceId(
)

module aksAcrPull 'br/public:avm/ptn/authorization/resource-role-assignment:0.1.1' = {
name: 'acrpullrole-deployment'
name: guid(subscription().id, resourceGroup().id, principalId, acrPullRole)
params: {
principalId: principalId
resourceId: containerRegistry.id
Expand Down
753 changes: 642 additions & 111 deletions avm/ptn/azd/aks/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit c5a3642

Please sign in to comment.