Skip to content

Commit 23ced68

Browse files
authored
Merge pull request #26203 from microsoftgraph/restrictForAppsCreatedAfterDateTime
App management policy - restrictForAppsCreatedAfterDateTime can't be null in POST request body
2 parents 05f489a + f404f5b commit 23ced68

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

api-reference/beta/api/appmanagementpolicy-post.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ Content-type: application/json
218218
"identifierUris": {
219219
"nonDefaultUriAddition": {
220220
"state": "disabled",
221-
"restrictForAppsCreatedAfterDateTime": null,
222221
"excludeAppsReceivingV2Tokens": true,
223222
"excludeSaml": true
224223
}

api-reference/v1.0/api/appmanagementpolicy-post.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ POST https://graph.microsoft.com/v1.0/policies/appManagementPolicies
118118
"identifierUris": {
119119
"nonDefaultUriAddition": {
120120
"state": "disabled",
121-
"restrictForAppsCreatedAfterDateTime": null,
122121
"excludeAppsReceivingV2Tokens": true,
123122
"excludeSaml": true
124123
}

0 commit comments

Comments
 (0)