We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e86db commit ef14d95Copy full SHA for ef14d95
infra/core/host/container-app.bicep
@@ -126,7 +126,6 @@ resource app 'Microsoft.App/containerApps@2023-05-02-preview' = {
126
} : { enabled: false }
127
secrets: [for secret in items(secrets): {
128
name: secret.key
129
- #disable-next-line use-secure-value-for-secure-inputs
130
value: secret.value
131
}]
132
service: !empty(serviceType) ? { type: serviceType } : null
0 commit comments