azurerm_security_center_storage_defender - support for the malware_scanning_blob_scan_results_options property#31637
Open
dixneuf19 wants to merge 2 commits intohashicorp:mainfrom
Conversation
1 task
…_scanning_blob_scan_results_options` property
Co-authored-by: Cursor <cursoragent@cursor.com>
33c0898 to
cada079
Compare
Author
|
Hi, |
14 tasks
Collaborator
|
I have opened PR #31964 which part of it deals with the same issue. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Community Note
PR Checklist
Changes to existing Resource / Data Source
Documentation Changes
Description
This PR adds support for the
malware_scanning_blob_scan_results_optionsproperty in theazurerm_security_center_storage_defenderresource.This property allows users to configure how malware scan results are saved:
BlobIndexTags(default): Write scan results as blob index tagsNone: Do not save scan resultsThis feature was recently added to the Azure API and allows users to disable the automatic tagging of scanned blobs with index tags, which can be useful in scenarios where blob index tags are not desired.
Changes made:
Added--> SDK updated sinceBlobScanResultsOptionsfield to the vendored SDK model (MalwareScanningProperties)malware_scanning_blob_scan_results_optionsproperty to the resource schemaBlobIndexTags) and explicitNonevalueRelated Issue(s)
Fixes #31631
Change Log
azurerm_security_center_storage_defender- support for themalware_scanning_blob_scan_results_optionsproperty [Support for malware scanning blobScanResultsOptions in defender for storage #31631]This is a (please select all that apply):
References