Skip to content

Commit 67409e1

Browse files
Fix Copilot review comments: typo in keyVaultExport, update container-registry comment
- Fix typo: 'ecrets' -> 'secrets' in keyVaultExport.bicep parameter description - Update container-registry.bicep comment to accurately describe networkRuleSetDefaultAction behavior Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a3f38b9 commit 67409e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/modules/account/modules/keyVaultExport.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Parameters //
33
// ============== //
44

5-
@description('Required. The name of the Key Vault to set the ecrets in.')
5+
@description('Required. The name of the Key Vault to set the secrets in.')
66
param keyVaultName string
77

88
import { secretToSetType } from 'br/public:avm/utl/types/avm-common-types:0.7.0'

0 commit comments

Comments
 (0)