Skip to content

Commit

Permalink
encryption and secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
elanzel committed Dec 5, 2023
1 parent 35cb90f commit 3023fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ module testDeployment '../../../main.bicep' = [for iteration in [ 'init', 'idem'
}
{
description: 'TestDateTimeDescription'
isEncrypted: false
//isEncrypted: false
name: 'TestDateTime'
value: '\'\\/Date(1637934042656)\\/\''
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ configuration:
AZURE_BICEP_FILE_EXPANSION_TIMEOUT: 10

# Custom non-sensitive parameters' names
AZURE_DEPLOYMENT_NONSENSITIVE_PARAMETER_NAMES: ["sasTokenValidityLength"]
AZURE_DEPLOYMENT_NONSENSITIVE_PARAMETER_NAMES: ["*TokenValidityLength"]

rule:
# Enable custom rules that don't exist in the baseline
Expand Down

0 comments on commit 3023fe4

Please sign in to comment.