Azure / Azure/azure-quickstart-templates
Test error message: "Confirmation should not be hidden for credentials" can be improved
- Dominant language
- Bicep
- Stars
- 14.9k
- Forks
- 16.2k
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 6
Description
When running the tests, if a password widget has:
```
"options": {
"hideConfirmation": true
},
```
You will see this failure message:
```
Confirmation should not be hidden for credentials
```
I suggest we change the message to
```
"hideConfirmation" must not be true for credentials.
```
This is more searchable in the template itself.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the repository for the exact message "Confirmation should not be hidden for credentials" and inspect the test or template validation that emits it. Update the message to reference "hideConfirmation", then run the relevant tests to confirm the improved wording appears.
Written by the indexing model from the issue text.
Assessment
- Domain
- cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100