-
Notifications
You must be signed in to change notification settings - Fork 203
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
Add support for Microsoft.KubernetesConfiguration/extensions #3528
Conversation
TODO: Need to add sample and record sample test |
71bd0c4
to
c0c4203
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3528 +/- ##
===========================================
- Coverage 54.02% 52.84% -1.18%
===========================================
Files 1578 1285 -293
Lines 657622 401929 -255693
===========================================
- Hits 355267 212404 -142863
+ Misses 244736 158918 -85818
+ Partials 57619 30607 -27012 ☔ View full report in Codecov by Sentry. |
4724666
to
e44fc1e
Compare
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.
LGTM!
365e033
to
df81002
Compare
* Needed a fix due to CLI updates.
Closes #2934
What this PR does / why we need it:
This PR adds support for Microsoft.KubernetesConfiguration/extensions.
Also includes a generator fix to identify the extension types
Special notes for your reviewer:
Removing the
ConfigurationProtectedSettings
configuration from the resource for now as it's dependent on #3435 being resolved. Once resolved, we can revert this field to be on the resource.