Skip to content

Commit

Permalink
fix: Update module acr-container-app version to the latest version …
Browse files Browse the repository at this point in the history
…in `ptn/azd/container-app-upsert` (#3647)

## Description
After
[PR3560](#3560) is
merged, update module `acr-container-app` version to the latest version
in ptn module `ptn/azd/container-app-upsert`.
<!--
>Thank you for your contribution !
> Please include a summary of the change and which issue is fixed.
> Please also include the context.
> List any dependencies that are required for this change.

Fixes #123
Fixes #456
Closes #123
Closes #456
-->

## Pipeline Reference

<!-- Insert your Pipeline Status Badge below -->

| Pipeline |
| -------- |
|
[![avm.ptn.azd.container-app-upsert](https://github.com/Menghua1/bicep-registry-modules/actions/workflows/avm.ptn.azd.container-app-upsert.yml/badge.svg?branch=update-module-version)](https://github.com/Menghua1/bicep-registry-modules/actions/workflows/avm.ptn.azd.container-app-upsert.yml)
|

## Type of Change

<!-- Use the checkboxes [x] on the options that are relevant. -->

- [ ] Update to CI Environment or utilities (Non-module affecting
changes)
- [x] Azure Verified Module updates:
- [ ] Bugfix containing backwards-compatible bug fixes, and I have NOT
bumped the MAJOR or MINOR version in `version.json`:
- [ ] Someone has opened a bug report issue, and I have included "Closes
#{bug_report_issue_number}" in the PR description.
- [ ] The bug was found by the module author, and no one has opened an
issue to report it yet.
- [ ] Feature update backwards compatible feature updates, and I have
bumped the MINOR version in `version.json`.
- [ ] Breaking changes and I have bumped the MAJOR version in
`version.json`.
  - [ ] Update to documentation

## Checklist

- [x] I'm sure there are no other open Pull Requests for the same
update/change
- [x] I have run `Set-AVMModule` locally to generate the supporting
module files.
- [x] My corresponding pipelines / checks run clean and green without
any errors or warnings

<!-- Please keep up to date with the contribution guide at
https://aka.ms/avm/contribute/bicep -->

@jongio and @AlexanderSehr for notification.
  • Loading branch information
Menghua1 authored Oct 28, 2024
1 parent a6743bf commit 0e49ca4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion avm/ptn/azd/container-app-upsert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ This section gives you an overview of all local-referenced module files (i.e., o

| Reference | Type |
| :-- | :-- |
| `br/public:avm/ptn/azd/acr-container-app:0.1.0` | Remote reference |
| `br/public:avm/ptn/azd/acr-container-app:0.1.1` | Remote reference |

## Data Collection

Expand Down
2 changes: 1 addition & 1 deletion avm/ptn/azd/container-app-upsert/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ resource existingApp 'Microsoft.App/containerApps@2023-05-02-preview' existing =
name: name
}

module app 'br/public:avm/ptn/azd/acr-container-app:0.1.0' = {
module app 'br/public:avm/ptn/azd/acr-container-app:0.1.1' = {
name: '${uniqueString(deployment().name, location)}-container-app-update'
params: {
name: name
Expand Down
12 changes: 6 additions & 6 deletions avm/ptn/azd/container-app-upsert/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": "610733373146441190"
"version": "0.30.23.60470",
"templateHash": "4957977967131806012"
},
"name": "Azd Container App Upsert",
"description": "Creates or updates an existing Azure Container App.\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 @@ -361,7 +361,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "1832494856594008897"
"templateHash": "13777874990841344112"
},
"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 @@ -657,7 +657,7 @@
"condition": "[parameters('enableTelemetry')]",
"type": "Microsoft.Resources/deployments",
"apiVersion": "2024-03-01",
"name": "[format('46d3xbcp.ptn.azd-acrcontainerapp.{0}.{1}', replace('0.1.0', '.', '-'), substring(uniqueString(deployment().name, parameters('location')), 0, 4))]",
"name": "[format('46d3xbcp.ptn.azd-acrcontainerapp.{0}.{1}', replace('0.1.1', '.', '-'), substring(uniqueString(deployment().name, parameters('location')), 0, 4))]",
"properties": {
"mode": "Incremental",
"template": {
Expand Down Expand Up @@ -1784,7 +1784,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "11140098273900072819"
"templateHash": "676465844790879977"
},
"name": "ACR Pull permissions",
"description": "Assigns ACR Pull permissions to access an Azure Container Registry.",
Expand Down Expand Up @@ -1818,7 +1818,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

0 comments on commit 0e49ca4

Please sign in to comment.