Skip to content

feat: Update avm/res/container-instance/container-group README.md #4774

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

Closed

Conversation

JPEasier
Copy link
Contributor

Description

  • Update docs for container instance module parameter autoGeneratedDomainNameLabelScope
  • Update logical use of autoGeneratedDomainNameLabelScope

Closes #3501

Pipeline Reference

Pipeline
avm.res.container-instance.container-group

Type of Change

  • 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

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

@JPEasier JPEasier requested review from a team as code owners March 19, 2025 07:47
@avm-team-linter avm-team-linter bot added the Needs: Core Team 🧞 This item needs the AVM Core Team to review it label Mar 19, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added Needs: Triage 🔍 Maintainers need to triage still Type: AVM 🅰️ ✌️ Ⓜ️ This is an AVM related issue labels Mar 19, 2025
@JPEasier JPEasier changed the title Users/jpeasier/container instance docs feat: Upsate avm/res/container-instance/container-group README.md Mar 19, 2025
@JPEasier JPEasier changed the title feat: Upsate avm/res/container-instance/container-group README.md feat: Update avm/res/container-instance/container-group README.md Mar 19, 2025
@@ -34,7 +34,7 @@ param imageRegistryCredentials imageRegistryCredentialType[]?
@description('Optional. Location for all Resources.')
param location string = resourceGroup().location

@description('Optional. Specify level of protection of the domain name label.')
@description('Conditional. The value representing the security enum. The \'Unsecure\' value is the default value if not selected and means the object\'s domain name label is not secured against subdomain takeover. The \'TenantReuse\' value is the default value if selected and means the object\'s domain name label can be reused within the same tenant. The \'SubscriptionReuse\' value means the object\'s domain name label can be reused within the same subscription. The \'ResourceGroupReuse\' value means the object\'s domain name label can be reused within the same resource group. The \'NoReuse\' value means the object\'s domain name label cannot be reused within the same resource group, subscription, or tenant. Required if `DnsNameLabel` is set.')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion:

Condition for this and for dnsNameLabel should probably be "Required if ipAddressType is Public"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping @JPEasier 😏

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed. @JPEasier, please note a couple conflict sneaked in

…nsNameLabel parameters to clarify required conditions
@JPEasier
Copy link
Contributor Author

This PR is obsolet with the latest module version

@JPEasier JPEasier closed this May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Core Team 🧞 This item needs the AVM Core Team to review it Needs: Triage 🔍 Maintainers need to triage still Type: AVM 🅰️ ✌️ Ⓜ️ This is an AVM related issue
Projects
None yet
3 participants