Skip to content

Commit c3b6c07

Browse files
committed
Add changelong and wha'ts new overview
1 parent bf54095 commit c3b6c07

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

changelog/Microsoft.DirectoryServices.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15217,6 +15217,32 @@
1521715217
"CreatedDateTime": "2026-03-13T23:43:59.6139755Z",
1521815218
"WorkloadArea": "Applications",
1521915219
"SubArea": ""
15220+
},
15221+
{
15222+
"ChangeList": [
15223+
{
15224+
"Id": "8a034d71-45f2-4a04-a9db-90572afe81fc",
15225+
"ApiChange": "Property",
15226+
"ChangedApiName": "createdByAppId",
15227+
"ChangeType": "Addition",
15228+
"Description": "Added the **createdByAppId** property to the [application](https://learn.microsoft.com/en-us/graph/api/resources/application?view=graph-rest-1.0) resource.",
15229+
"Target": "application"
15230+
},
15231+
{
15232+
"Id": "8a034d71-45f2-4a04-a9db-90572afe81fc",
15233+
"ApiChange": "Property",
15234+
"ChangedApiName": "createdByAppId",
15235+
"ChangeType": "Addition",
15236+
"Description": "Added the **createdByAppId** property to the [servicePrincipal](https://learn.microsoft.com/en-us/graph/api/resources/servicePrincipal?view=graph-rest-1.0) resource.",
15237+
"Target": "servicePrincipal"
15238+
}
15239+
],
15240+
"Id": "8a034d71-45f2-4a04-a9db-90572afe81fc",
15241+
"Cloud": "Prod",
15242+
"Version": "v1.0",
15243+
"CreatedDateTime": "2026-03-24T15:28:36.2770719Z",
15244+
"WorkloadArea": "Identity and access",
15245+
"SubArea": "Directory management"
1522015246
}
1522115247
]
1522215248
}

concepts/whats-new-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For details about previous updates to Microsoft Graph, see [Microsoft Graph what
2222

2323
### Applications
2424

25-
Using the **signInAudience** property to limit where an [application](/graph/api/resources/application) can be used **isn't** a replacement for proper tenant validation and authorization enforcement in your application code. If your application expects access only in specific tenants, you *must* enforce that validation in your application code. To learn more, see [Secure applications and APIs by validating claims](/entra/identity-platform/claims-validation).
25+
- Using the **signInAudience** property to limit where an [application](/graph/api/resources/application) can be used **isn't** a replacement for proper tenant validation and authorization enforcement in your application code. If your application expects access only in specific tenants, you *must* enforce that validation in your application code. To learn more, see [Secure applications and APIs by validating claims](/entra/identity-platform/claims-validation).
2626

2727
### Files
2828

@@ -42,6 +42,8 @@ Introduced the Agent Identity API to support registration and management of AI a
4242

4343
The API also introduces supporting types including [inheritableScopes](/graph/api/resources/inheritablescopes), [allAllowedScopes](/graph/api/resources/allallowedscopes), [enumeratedScopes](/graph/api/resources/enumeratedscopes), [noScopes](/graph/api/resources/noscopes), and the **scopeCollectionKind** enumeration.
4444

45+
Added the **createdByAppId** property to the [application](/graph/api/resources/application) and [servicePrincipal](/graph/api/resources/serviceprincipal) resources.
46+
4547
### Identity and access | Governance
4648

4749
- Added the `allDirectoryAgentIdentities` member to the [allowedTargetScope](/graph/api/resources/enums#allowedtargetscope-values) enumeration to allow access packages to target all directory agent identities.

0 commit comments

Comments
 (0)