Skip to content

Commit

Permalink
update param for better description
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Sehr <[email protected]>
  • Loading branch information
tony-box and AlexanderSehr authored Apr 26, 2024
1 parent 268e838 commit 5705ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avm/ptn/security/security-center/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata owner = 'Azure/module-maintainers'

targetScope = 'subscription'

@description('Required. The full Azure ID of the workspace to save the data in.')
param workspaceId string
@description('Required. The full resource Id of the workspace to save the data in.')
param workspaceResourceId string

@description('Required. All the VMs in this scope will send their security data to the mentioned workspace unless overridden by a setting with more specific scope.')
param scope string
Expand Down

0 comments on commit 5705ae7

Please sign in to comment.