Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fixes issue in avm/res/container-instance/container-group when container memory is set to less than 1 GB. #3752

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    07f7c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad9e64d View commit details
    Browse the repository at this point in the history
  3. bumped version number

    anderseide committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    da465a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    7a93d4a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    b3b5067 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. feat: Added types to avm/res/cdn/profile module (Azure#3728)

    ## Description
    
    <!--
    >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 Azure#3727 
    
    -->
    
    ## Pipeline Reference
    
    <!-- Insert your Pipeline Status Badge below -->
    
    | Pipeline |
    | -------- |
    |
    [![avm.res.cdn.profile](https://github.com/anderseide/avm-bicep-registry-modules/actions/workflows/avm.res.cdn.profile.yml/badge.svg?branch=types-avm-res-cdn-profile)](https://github.com/anderseide/avm-bicep-registry-modules/actions/workflows/avm.res.cdn.profile.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.
    - [X] 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`.
      - [X] 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 -->
    anderseide committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    10a7948 View commit details
    Browse the repository at this point in the history
  2. feat: Add WAF Security PS Rule Config (Azure#3745)

    ## Description
    
    Add WAF Security PS Rule Config as agreed, defined below:
    
    1. New PSRule custom baseline with explicit rules added based on WAF
    security work, prioritizing top 20 resources
    2. Run of PSRule with `Azure.Pillar.Security` in "audit only" mode
    (`continue_on_error = true`)
    
    ## Pipeline Reference
    
    <!-- Insert your Pipeline Status Badge below -->
    
    | Pipeline |
    | -------- |
    |
    [![avm.res.container-registry.registry](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.container-registry.registry.yml/badge.svg?branch=feat%2Fadd-waf-security)](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.container-registry.registry.yml)
    - Note failure is not due to changes and is in different job |
    |
    [![avm.res.network.firewall-policy](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.network.firewall-policy.yml/badge.svg)](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.network.firewall-policy.yml)
    - failing as rule is not passing as expected |
    |
    [![avm.res.network.azure-firewall](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.network.azure-firewall.yml/badge.svg?branch=feat%2Fadd-waf-security)](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.network.azure-firewall.yml)
    |
    
    |[![avm.res.network.application-gateway-web-application-firewall-policy](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.network.application-gateway-web-application-firewall-policy.yml/badge.svg?branch=feat%2Fadd-waf-security)](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.network.application-gateway-web-application-firewall-policy.yml)
    |
    |
    [![avm.res.network.application-gateway](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.network.application-gateway.yml/badge.svg)](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.network.application-gateway.yml)
    - failing as expected |
    |
    [![avm.res.storage.storage-account](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.storage.storage-account.yml/badge.svg)](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.storage.storage-account.yml)
    - Note failure is not due to changes and is in different job|
    
    ## Type of Change
    
    <!-- Use the checkboxes [x] on the options that are relevant. -->
    
    - [x] Update to CI Environment or utilities (Non-module affecting
    changes)
    - [ ] 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 -->
    jtracey93 authored and anderseide committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    2e15194 View commit details
    Browse the repository at this point in the history
  3. feat: Add UDT to avm/res/operational-insights/workspace (Azure#3774)

    ## Description
    
    Add User Defined Types to the Log Analytics Workspace module.
    Also fixes Azure#3798 
    
    ## Pipeline Reference
    
    <!-- Insert your Pipeline Status Badge below -->
    
    | Pipeline |
    | -------- |
    |
    [![avm.res.operational-insights.workspace](https://github.com/krbar/bicep-registry-modules/actions/workflows/avm.res.operational-insights.workspace.yml/badge.svg?branch=users%2Fkrbar%2FlawUDT)](https://github.com/krbar/bicep-registry-modules/actions/workflows/avm.res.operational-insights.workspace.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`.
    - [x] 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 -->
    
    ---------
    
    Co-authored-by: Alexander Sehr <[email protected]>
    2 people authored and anderseide committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    18bd7ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b75725e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    388c229 View commit details
    Browse the repository at this point in the history
  6. Update new bicep version

    anderseide committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5a59a11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f52e71b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    69e3694 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b355d06 View commit details
    Browse the repository at this point in the history
  3. Bumped version number

    anderseide committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    bfd65b3 View commit details
    Browse the repository at this point in the history