pulumi / pulumi-azure-native

Azure Native Provider
Apache License 2.0
125 stars 33 forks source link

Disable body mapping warnings #3504

Closed danielrbradley closed 1 month ago

danielrbradley commented 1 month ago

Warnings as introduced in https://github.com/pulumi/pulumi-azure-native/pull/3488 are not accurate as some properties might be used in the URL and not in the body, or might be internal hidden fields.

Examples:

warning: error preparing body for /subscriptions/0282681f-7a9e-424b-80b2-96babd57a8a1/resourceGroups/resourceGroupTestJobScheduleTags20fa3425/providers/Microsoft.Automation/automationAccounts/automationAccountTestJobScheduleTagsb12c22c0: unrecognized properties: [__createBeforeDelete automationAccountName resourceGroupName]

github-actions[bot] commented 1 month ago

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 57.67%. Comparing base (28cbac4) to head (9c79607). Report is 17 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3504 +/- ## ========================================== + Coverage 57.60% 57.67% +0.06% ========================================== Files 66 66 Lines 8292 8289 -3 ========================================== + Hits 4777 4781 +4 + Misses 3069 3063 -6 + Partials 446 445 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.