Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Garg <[email protected]>
  • Loading branch information
Varun-garg committed Feb 6, 2025
1 parent 909d282 commit b75c50f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.DESCRIPTION
This script connects to an Azure subscription, scans specified or all storage accounts, identifies versioned blobs with malware scanning tags, and removes those tags if the blobs are not malicious.
It will not delete tags from latest blobs. For that use the script RemoveMalwareScanningTags.ps1.
It will not delete tags from latest blobs. For that use the script RemoveMalwareScanningIndexTags.ps1.
.PARAMETER SubscriptionId
The ID of the Azure subscription to scan.
Expand Down Expand Up @@ -42,9 +42,9 @@
# Example:
# To run this script, you can use the following command to scan a specific storage account:
# .\RemoveMalwareScanningIndexTags.ps1 -SubscriptionId "your-subscription-id" -ResourceGroupName "your-resource-group" -StorageAccountName "your-storage-account-name" -DaysThreshold 7
# .\RemoveMalwareScanningIndexTags_Vrsions.ps1 -SubscriptionId "your-subscription-id" -ResourceGroupName "your-resource-group" -StorageAccountName "your-storage-account-name" -DaysThreshold 7
# or scan an entire subscription:
# .\RemoveMalwareScanningIndexTags.ps1 -SubscriptionId "your-subscription-id" -DaysThreshold 7
# .\RemoveMalwareScanningIndexTags_Vrsions.ps1 -SubscriptionId "your-subscription-id" -DaysThreshold 7
#>

param(
Expand Down

0 comments on commit b75c50f

Please sign in to comment.