Azure / Azure/bicep-types-az

Microsoft.Web/certificates@2019-08-01 : The specified "object" declaration is missing the following required properties: "password"

Open
#2,072 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

No RP Github RP: Microsoft.Web
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.