Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dutt0 committed Dec 10, 2024
1 parent 9a58ed7 commit 61610ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/IaC/modules/automationaccount.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ resource guardrailsAC 'Microsoft.Automation/automationAccounts@2021-06-22' = if
properties: {
contentLink: {
uri: '${ModuleBaseURL}/Check-UserRoleReviews.zip'
version: '1.0.0'
version: '1.0.1'
}
}
}
Expand Down Expand Up @@ -499,7 +499,7 @@ resource guardrailsAC 'Microsoft.Automation/automationAccounts@2021-06-22' = if
properties: {
contentLink: {
uri: '${ModuleBaseURL}/Check-GuestRoleReviews.zip'
version: '1.0.0'
version: '1.0.1'
}
}
}
Expand Down

0 comments on commit 61610ab

Please sign in to comment.