-
Notifications
You must be signed in to change notification settings - Fork 445
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
feat: Update avm/res/container-instance/container-group
README.md
#4774
Conversation
…eLabelScope parameter details
…ameter to include required condition for DnsNameLabel
avm/res/container-instance/container-group
README.md
avm/res/container-instance/container-group
README.mdavm/res/container-instance/container-group
README.md
…dnsNameLabel presence
@@ -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.') |
There was a problem hiding this comment.
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
"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping @JPEasier 😏
There was a problem hiding this comment.
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
This PR is obsolet with the latest module version |
Description
autoGeneratedDomainNameLabelScope
autoGeneratedDomainNameLabelScope
Closes #3501
Pipeline Reference
Type of Change
version.json
:version.json
.version.json
.Checklist
Set-AVMModule
locally to generate the supporting module files.