Azure / Azure/azure-libraries-for-java

Append a password to an ActiveDirectoryApplication

Open
#1,388 7 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.