Skip to content

Commit

Permalink
Merge pull request #11 from rafalfitt/patch-1
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
TheCloudScout authored Nov 28, 2022
2 parents a4bb8cc + b64a3b1 commit 119a137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powershell-script/AzSentinelPricingOptimizer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ foreach($subscription in $subscriptions) {
"Authorization" = "Bearer $($token.AccessToken)"
"Content-Type" = "application/json"
}
Write-Host " ┖─ Retrieve Sentinal SKU..." -ForegroundColor Gray
Write-Host " ┖─ Retrieve Sentinel SKU..." -ForegroundColor Gray
$params = @{
"Method" = "Get"
"Uri" = "https://management.azure.com/subscriptions/$subscriptionId/resourceGroups/$($workspace.ResourceGroupName)/providers/Microsoft.OperationsManagement/solutions/SecurityInsights($($workspace.Name))?api-version=2015-11-01-preview"
Expand Down

0 comments on commit 119a137

Please sign in to comment.