Microsoft.Web/certificates@2019-08-01 : The specified "object" declaration is missing the following required properties: "password"
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 108
- Forks
- 44
- Avg merge
- 18h 53m
- Merged PRs (30d)
- 29
Description
Resource Type
Microsoft.Web/certificates
Api Version
2019-08-01
Issue Type
Inaccurate property type(s)
Other Notes
The specified "object" declaration is missing the following required properties: "password".
The pass word is not required since in this case the certificate is stored in a Key vault
Bicep Repro
resource certificateName_resource 'Microsoft.Web/certificates@2019-08-01' = {
name: certificateSecretName
location: location
properties: {
keyVaultId:
keyVaultSecretName:
serverFarmId: servicePlan.id
}
}
Confirm
- I have read the troubleshooting guide and looked for duplicates.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the type definition for Microsoft.Web/certificates@2019-08-01 and reproduce the validation error with the Bicep example in the issue. Done means a Key Vault-backed certificate no longer requires the password property while other certificate cases retain their required validation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100