Skip to content

Commit

Permalink
Increased runbook version
Browse files Browse the repository at this point in the history
  • Loading branch information
Helder Pinto committed Jul 20, 2024
1 parent 89c5c27 commit c2e1efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/optimization-engine/azuredeploy-nested.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ var runbooks = [
}
{
name: diskOptimizationsRecommendationsRunbookName
version: '1.1.1.0'
version: '1.1.2.0'
description: 'Generates Disk optimizations recommendations'
type: 'PowerShell'
scriptUri: uri(templateLocation, 'runbooks/recommendations/${diskOptimizationsRecommendationsRunbookName}.ps1')
Expand Down
2 changes: 1 addition & 1 deletion src/optimization-engine/upgrade-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@
{
"runbook": {
"name": "runbooks/recommendations/Recommend-DiskOptimizationsToBlobStorage.ps1",
"version": "1.1.1.0"
"version": "1.1.2.0"
},
"requiredVariables": [
{
Expand Down

0 comments on commit c2e1efb

Please sign in to comment.