Azure / Azure/azure-libraries-for-java
Append a password to an ActiveDirectoryApplication
Open
- Dominant language
- Java
- Stars
- 97
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
**Query/Question**
When I update a ActiveDirectoryApplication with passwords, it seems to remove existing ones. How can I append a password to the existing ones?
***Why is this not a Bug or a feature Request?***
This may be a feature request
```
app.update()
.definePasswordCredential("additionalPass")
.withPasswordValue("somePassword")
.attach().apply();
```
Contributor guide
Assessment
This issue has not been assessed yet.