-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Updated API version of container_group
from 2021-03-01
to 2021-10-01
#17785
Conversation
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.
Thanks for this PR!
I've taken a look through and left some comments inline, but this is mostly looking good to me 👍
9e95d7c
to
8bc3b62
Compare
@magodo I have resolved all the points, raised by you. |
60a4c3b
to
2f1a47f
Compare
@tombuildsstuff This PR has removed |
|
@asbjorn-wiik That PR is then reverted in #18239. |
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.
Thanks for the pr @dkuzmenok - however we cannot just remove properties like this outside of a breaking change. Is it possible to just deprecate the network profile id property for now and remove it in 4.0?
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.
@katbyte I would fix the first one, but the second one is not linked to by changes, just showing that "K80" GPU SKU is not available in EUS2 location. |
Fixed usage of a `dns_name_label_reuse_policy` default value.
Fixed `subnet_ids` field in container_group data source.
2f1a47f
to
0b88748
Compare
@katbyte I've updated this one. All tests now complete successfully. |
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.
Thanks @dkuzmenok ! looks good aside from a couple comments
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.
Thanks @dkuzmenok - LGTM 🍄
This functionality has been released in v3.28.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
This PR updates API, used by
container_group
from2021-03-01
to2021-10-01
.API changes: https://docs.microsoft.com/en-us/azure/templates/microsoft.containerinstance/change-log/containergroups#2021-10-01
Included changes:
network_profile_id
(deprecated since2021-07-01
).image_registry_credentials.user_assigned_identity_id
(added in2021-07-01
).subnets
(added in2021-07-01
).zones
(added in2021-09-01
).dns_name_label_reuse_policy
(added in2021-10-01
).Notes:
azurerm_batch_pool
- Added support foridentity_reference
intocontainer_registries
#17416, I had to setusername
andpassword
toOptional: true
as there are multipleimage_registry_credentials
and it requires eitherusername
ofuser_assigned_identity_id
, and currently we cannot useExactlyOneOf
orAtLeastOneOf
in a loop context with multiple elements.Fixes #17371.
Tests: