Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0afed1e

Browse files
committed
Resolve merge conflicts
1 parent 65b0666 commit 0afed1e

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

api-reference/beta/resources/enums.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,14 @@ Namespace: microsoft.graph
155155

156156
### appCredentialRestrictionType values
157157

158-
|Member|
159-
|:-----|
160-
|passwordAddition|
161-
|passwordLifetime|
162-
|symmetricKeyAddition|
163-
|symmetricKeyLifetime|
164-
|unknownFutureValue|
158+
| Member |
159+
| :--------------------- |
160+
| passwordAddition |
161+
| passwordLifetime |
162+
| symmetricKeyAddition |
163+
| symmetricKeyLifetime |
164+
| customPasswordAddition |
165+
| unknownFutureValue |
165166

166167
### appKeyCredentialRestrictionType values
167168

changelog/Microsoft.DirectoryServices.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
22
"changelog": [
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "5db23135-2470-428b-98ab-dd33f3c8a5cf",
7+
"ApiChange": "Member",
8+
"ChangedApiName": "customPasswordAddition",
9+
"ChangeType": "Addition",
10+
"Description": "Added the `customPasswordAddition` member to the **appCredentialRestrictionType** enumeration. Use this new restriction for the [application authentication methods policy](https://docs.microsoft.com/en-us/graph/api/resources/applicationauthenticationmethodpolicy?view=graph-rest-beta) to restrict all new custom (non-Azure AD generated) password secrets on applications or service principals.",
11+
"Target": "appCredentialRestrictionType"
12+
}
13+
],
14+
"Id": "5db23135-2470-428b-98ab-dd33f3c8a5cf",
15+
"Cloud": "Prod",
16+
"Version": "beta",
17+
"CreatedDateTime": "2022-03-01T00:00:00.0123959Z",
18+
"WorkloadArea": "Applications",
19+
"SubArea": ""
20+
},
321
{
422
"ChangeList": [
523
{

0 commit comments

Comments
 (0)