-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Manually pin Container instance for v3 #3912
Conversation
- Only ContainerGroup and ContainerGroupProfile are actually listed as live. - The latest live version with both resources is 2024-05-01-preview so we'll track that for v3. - Exclude the NGroup resource as it's not live and causes conflicts for now. This lets us remove the manual type merging override.
Does the PR have any schema changes?Looking good! No breaking changes found. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3912 +/- ##
==========================================
- Coverage 57.04% 57.03% -0.01%
==========================================
Files 79 79
Lines 12549 12549
==========================================
- Hits 7158 7157 -1
- Misses 4840 4841 +1
Partials 551 551 ☔ View full report in Codecov by Sentry. |
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.
2024-05 is also what the latest beta of the Go SDK uses (via). Latest stable is still on 2023-05, though.
This PR has been shipped in release v2.86.0. |
This lets us remove the manual type merging override.